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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE 6.0 vs IE 5.0 , Netscape and javascript/vbscript

Status
Not open for further replies.

computergeek

Programmer
Joined
May 23, 2001
Messages
193
Location
CA
Hello,

Does anyone have any experience developing Web application in Interdev for IE and Netscape? I understand with Netscape that you cannot use vbscript, you have to use javascript. For IE, you can use either. I am planning on using javascipt for all server-side scripting. I recently heard that with IE 6.0 it does not longer support javascript?! Is this true? Do you know where I can find more information on this topic? (Yes, Microsoft's web site, but where?) Thanks in advance for the information.

: o )
 
Most people use VBScript for server-side code when using Microsoft's Interdev and Javascript for client-side coding. Well, at least that's what I do.

It doesn't matter if you code server-side in VBScript or Javascript. The browser never sees the code. Code that is server-side is processed on the server then sent to the client(browser).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top