Can anybody tell me why this isn't working in IE, I want it to go to the url when the option is clicked. Those addresses are default, but doesn't matter it doesn't go to them anyways. I've taken the ()'s out too, doesn't work in IE that way either.
Code:
<select>
<option>
-------- View More Poems --------
</option>
<option onclick='location.href=("http://www.wordlocker.com/poems/poemtitle")'>
<-- Previous Poems
</option>
<option onclick='location.href=("http://www.wordlocker.com/poems/poemtitle")'>
One Year
</option>
<option onclick='location.href=("http://www.wordlocker.com/poems/poemtitle")'>
The Conversation...
</option>
<option onclick='location.href=("http://www.wordlocker.com/poemtitle")'>
That's Okay
</option>
<option onclick='location.href=("http://www.wordlocker.com/poems/poemtitle")'>
The Riddle
</option>
<option onclick='location.href=("http://www.wordlocker.com/poems/poemtitle")'>
They're Swimming
</option>
</select>