Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscapre asp+vbscript

Status
Not open for further replies.
May 8, 2004
92
0
0
GB
Hi guys,

I wanna know that if my .asp page has some asp+vbscript and if the user is using netscape .html form which later at the back uses that .asp page..would the application still work?

cheers!
 
The ASP runs on the server so it is not so dependant on the browser like client side script.
 
Netscape, of course, won't understand client-side VBScript, so if you have any of that, you'll need to translate it to Javascript.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top