Hello forum,
My name is juan and recently started html programming. I have a web page with a drop box with the name of states.
Code:
<option value="">Alabama</option>
<option value="">Alaska</option>
I can add a onclick="code here" to the tag so that when the drop box alabama is selected it triggers the onclick event.
Im using Ibox in order to have a image of the state open.
Code:
<a href="images/large/image_1b.jpg" rel="ibox" title="alabama at 1024x450!"><img
src="images/small/image_1.jpg" alt=""/></a>
the above is a <a> link tag correct? How do I go bout adding the above code into the onclick event?