Think I've found the solution myself.

In the return data from my phpscript I have a couple of javascripts.
I placed this in the wrong section of the phpfile which caused the
javascript to be written over and over again.

The sample script was this.
<script>
var alertme = function(){alert("Whatever");}
</script

My guess is that Firefox triggers when the same variable gets set over and
over again and IE just ignors it.

When I move the javascript so it just gets written just once everything
works like it should even in Firefox.

Thanks!

- Matias Oberg

-- 
View this message in context: 
http://www.nabble.com/Newbie-Alert%3A-Problem-with-Ajax-tf3290902.html#a9179266
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to