Click to See Complete Forum and Search --> : Country Chooser not working in Netscape


Chris101
09-21-2003, 09:16 PM
I have recently added the following country chooser to our sites registration form.

http://javascript.internet.com/forms/country.html

Unfortunately, it does not seem to be working in Netscape. I opened my form in Netscape (7) and my form country chooser did not work right and opening the javascript page with the sample in Netscape does not work either so, I figure it's not anything I did.

Can anyone help me with this? I'm not a skilled coder, just pick up codes and integrate them as best I can.

Thanks.

This site rocks! it has helped the features on our site tremendously. :D

Khalid Ali
09-21-2003, 09:39 PM
form you rJS code locate and remove this part


else {
if (navigator.platform == 'Win32' || navigator.platform == 'Win16') {
window.history.go(0)
}
}


make sure that you don't mistakenly delete any extra brackets

Chris101
09-21-2003, 11:11 PM
That worked!

Thank you very much for your help! Your cool! :cool:

Khalid Ali
09-21-2003, 11:24 PM
:D
you are welcome