Click to See Complete Forum and Search --> : running javascript on netscape browser


kwmlok
01-23-2003, 07:40 AM
I have some javascript in asp code which works fine on IE browser but not Netscape4.75, any clues on this?

jeffmott
01-23-2003, 07:46 AM
Yea, you used something that works in IE but not in Netscape4.75...

Honestly, what more did you expect to hear when you gave us no information? Where's the page? What's the script? What is it supposed to do and what is it that doesn't work?

kwmlok
01-23-2003, 07:56 AM
I was trying to prompt some msg box to alert user when validating their inputs thru browser, and warn them the forms is not correctly fill out, isn't javascript developed by Netscape and it should be able to run all of javascript code? It is strange that it works well on IE instead?

jeffmott
01-23-2003, 08:09 AM
Microsoft created its own version of JavaScript (as it does with just about everything) called JScript.

You've answered one of four questions so far. Three to go.

Where's the page? What's the script? What is it that doesn't work?