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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.