Is their a way for Netscape to work with ASP???
Printable View
Is their a way for Netscape to work with ASP???
ASP is server side and should be completley browser independent. It should work equally well across IE,Netscape,Opera, Lynx, whatever.
Because asp uses vbscript, that wont work with netscpae right???
Whatever script you use on an ASP page (VBScript, JScript,PerlScript, whatever) will be parsed and executed by the server. All that is returned to the client is HTML (Unless you return something else to the client that is)