Using ArcMap 10 Desktop HTML Popups.
The issue I am having is that the html < select > elements aren't working - you can select it and use the arrow keys to navigate through(up/down) the list but you can't bring up a drop down with the visible list bit.
When on desktop IE running in ie 7 or 8 mode selects don't work I get a popup notification but it wont allow me to unblock it.
This a bug, is there a fix? can I upgrade the IE higher than 7/8? chromeframe? I just need to get the selects working.
< ? php#$tmp = "< select id='something' >";for(something){$value = "value";$name = "name"; #$tmp.="< option value="$value" >$name< / option >"; } #$tmp.="< /select>";echo $tmp;? >
أكثر...
The issue I am having is that the html < select > elements aren't working - you can select it and use the arrow keys to navigate through(up/down) the list but you can't bring up a drop down with the visible list bit.
When on desktop IE running in ie 7 or 8 mode selects don't work I get a popup notification but it wont allow me to unblock it.
This a bug, is there a fix? can I upgrade the IE higher than 7/8? chromeframe? I just need to get the selects working.
< ? php#$tmp = "< select id='something' >";for(something){$value = "value";$name = "name"; #$tmp.="< option value="$value" >$name< / option >"; } #$tmp.="< /select>";echo $tmp;? >
أكثر...