$.get("http://www.yahoo.com",function(txt){
alert(txt);
});This code works in IE but does not work in firefox. anyone know why? Thanks Tom -- View this message in context: http://www.nabble.com/Ajax-call-tf2476168.html#a6905447 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
