Hello All, 

Anybody can give me an advice why following code works
in Firefox + Safari but not in IE?

function load_mails(div_id){
        $(div_id).toggle();     //hide or show
        var pars = 'id=' + div_id;
                                
        var myAjax = new Ajax.Updater(
                                div_id, 
                                '../library/partials/load_messages.aspx', 
                                {
                                        method: 'get', 
                                        parameters: pars
                                });
        return false;
}

Thanks in advance
Gokhan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to