What Does Compatible Stands For?
Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC)
In above browser details what does compatible stands for ?
sometmes i see windows at that place like
Mozilla/4.0 (windows; MSIE 5.23; Mac_PowerPC)
if i conclude that this is OS then i didnot hear a "compatible" OS.
View Replies
Im trying to read a content of a text file..
Code:
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Set f=fs.OpenTextFile(Server.MapPath("sampletext.txt"), 1)
Response.Write(f.Read(5))
f.Close
Set f=Nothing
Set fs=Nothing
%>
But for some reason my browser just stands loading.
It stands loading forever Iv tried with IE, Opera and Firefox.
View Replies
View Related