Jump to content

ajax new select options not working in IE


mapleleaf

Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.