mapleleaf Posted April 23, 2009 Share Posted April 23, 2009 I am using prototype This is my function: function getdropdown(str){ var url="index.php/home/getSpecial/" url=url+str; var target = str.substr(6,1); var myAjax = new Ajax.Updater(target, url, {method: 'get'}); } The target is a select tag. It works perfectly in Firefox. IE is showing up blank. No response seems to be coming. Any ideas? Link to comment https://forums.phpfreaks.com/topic/155281-ajax-new-select-options-not-working-in-ie/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.