Hello.
Experiencing validadion error when i validate at http://validator.w3.org/#validate_by_input.
The affected area is this.

<form id="menu" name="nav_old_notes" action="onClick"><span>Välj vilket protokoll du vill se.</span>
		<select name="old_notes">
			<option selected="selected">Välj månad!</option>
			<option value="protjan.odt">Januari</option>
			<option value="protfeb.odt">Februari</option>
		</select>
		<input type="button" onClick="location=document.nav_old_notes.old_notes.options[document.nav_old_notes.old_notes.selectedIndex].value;" value="Visa">
	</form>

The validator says that onClick is not an atribute and I better make it in css.
I have the id menu for this but how do i write the "happening" part (onClick in the code) to css.

Thankfull for help.

Ive found the problem!
Make onClick to onclick...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.