mattkd
10-27-2003, 08:46 PM
I'm an amature (sp?) to say the least when it comes to HTML and am very inexperienced when it comes to JavaScripts.
I manage the website for the karate school I teach at and am testing out an idea for a maps section with two drop-down menus. I got a JavaScript code from http://javascript.internet.com and it seems to work fine--then I ran it through a validator. The validator came up with a few problems in the JavaScript (the page is supposed to be XHTML Transitional) including one that said this:
required attribute "action" not specified (explain...).
<form name="menufrm">
What sort of action attribute do I need for this? The webpage is http://www.minterkarate.com/maps/index.html The line in question is labeled "Line 82, Column 20" by the validator.
Please let me know what I should do or if there is any more information I should give.
Thanks
I manage the website for the karate school I teach at and am testing out an idea for a maps section with two drop-down menus. I got a JavaScript code from http://javascript.internet.com and it seems to work fine--then I ran it through a validator. The validator came up with a few problems in the JavaScript (the page is supposed to be XHTML Transitional) including one that said this:
required attribute "action" not specified (explain...).
<form name="menufrm">
What sort of action attribute do I need for this? The webpage is http://www.minterkarate.com/maps/index.html The line in question is labeled "Line 82, Column 20" by the validator.
Please let me know what I should do or if there is any more information I should give.
Thanks