How to anchor with <option> tag in HTML?
Posted
by blub
on Stack Overflow
See other posts from Stack Overflow
or by blub
Published on 2010-05-13T13:16:30Z
Indexed on
2010/05/13
13:34 UTC
Read the original article
Hit count: 258
I'm trying to anchor a div with an option tag but it doesn't work, what´s wrong with my code? Here´s the anchor snippet
<select>
<option value="#b1">1 test</option>
</select>
<br />
<br />
<br />
<br />
<br />
<br />
<div id="b1">Testing!</div>
© Stack Overflow or respective owner