Hi,
How do I enable Firefox support Javascript?
I tried this! However, it did not work.
I am trying to enable the browser so I can test a java script enable form on a website I am creating (this one)!
Thanks,
Aaron
Printable View
It should work that gives on your first link. What happened when you run the script. Depending on check the Advance settings next to Enable JavaScript option. Have you tried it?
Well this message is suppose to appear if the fields aren't filled out correctly! However, nothing happens when I click the submit button.
Edit: I am using Firefox version 2.0.0.7!
Yes, that above error message relate to the fields of the form. If you want to handle that data sending part, need to use a server side language.
When you use JS basic way to send is with URL and security wise, not good. So you have to submit it to the server and continue.
So It won't display that message at all in Firefox? This has nothing to do with the server, just the fact that the error message doesn't display in Firefox.
Of course it is true. As far as I know Firefox not response such JS web forms without a URL. Better to ask it someone who is best in JS. This want be an issue with JS enabling or disabling of the browser.
I just want to know if I can make the above message appear in Fire Fox? Is there a plug-in I need to download in order for it to work?
Sorry, I don't know is there a such way to do it. Better to check on Firefox web site. May be there is a way to do it on JS, normally can use to generate error messages.
I think it is actually a problem with my code since another web page I have works!
So, better to check your code first.