PDA

Click to See Complete Forum and Search --> : Netscape Woes


Chris_SE
Oct 9th, 2000, 10:53 AM
Is their a way for Netscape to work with ASP???

noone
Oct 9th, 2000, 11:12 AM
ASP is server side and should be completley browser independent. It should work equally well across IE,Netscape,Opera, Lynx, whatever.

Chris_SE
Oct 9th, 2000, 12:36 PM
Because asp uses vbscript, that wont work with netscpae right???

noone
Oct 9th, 2000, 04:57 PM
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)