Define not work. It works here in my IE 9, as does the Dynamic Drive demo page for the script. On your page it could use some tweaking though.
Check out the demo page:
http://www.dynamicdrive.com/dynamici...geselector.htm
in your IE 9 and see if that works. If not, it might be settings or addons for your IE.
Either way, you should get rid of (red):
Code:
function generatedefault(){
generateimage(tempobj.options[tempobj.options.selectedIndex].value)
}
if (ie9||ns6||document.layers){
if (tempobj.options.selectedIndex!=-1){
if (ns6)
generatedefault()
else
window.onload=generatedefault
}
}
</script></td>
</tr> . . .
And here:
Code:
<select name="dynamicselector2" size="33" class="bbheadline" onChange="generateimage(this.options[this.selectedIndex].value)">
34 would be a better choice.
Bookmarks