[Prototype-core] Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread RFLudwick
I have the following line of Javascript that executes fine in IE 7, but not Firefox 2.0.0.1: new Ajax.Request(URL, { parameters: { Name : Name, Email_Add

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread RFLudwick
Still not working. I removed the JSON code and here's the new request: new Ajax.Request("http://www.robertzone.com/ajax/contact_me.php";, { parameters : { Name : Name,

[Prototype-core] Re: Ajax.Request Breaks on Firefox 2.0.0.1

2007-02-23 Thread RFLudwick
I still can't get it to work, no matter what I do. Now it won't work in IE: new Ajax.Request(URL, { parameters: { Name: Name, Email_Address: Email_Addres