..:: MX Studio Fóruns ::..: AJAX ...PROBLEMAS - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

AJAX ...PROBLEMAS algum poderia me ajudar?

#1 User is offline   thiagoci 

  • Group: Membros
  • Posts: 8
  • Joined: 17-May 05

Posted 15 March 2006 - 05:42 PM

É O SEGUINTE DESENVOLVI UMA PAGINA EM AJAX POREM ELA NAO RODA EM FIREFOX E NOS OUTROS NAVEGADORES , RODA SOMENTE NO IE AI VAI O CODIGO FONTE:


function cria () {
try{
myObj = new XMLHttpRequest();
}catch(ee){
try{
myObj = new ActiveXObject("Msxml2.XMLHTTP");
}catch(e){
try{
myObj = new ActiveXObject("Microsoft.XMLHTTP");
}catch(E){
myObj = false;
}
}
}
return myObj;
}

function abrir(url) {
myObj.open("post",url,true);
myObj.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
myObj.onreadystatechange = function() {
if(myObj.readyState == 1){
var carr=document.getElementById("conteudo")
carr.innerHTML='<div class="carregando" class="texto"><br><br><font face="verdana" size="2" color="#666666">Carregando...</font></div>'
}

if(myObj.readyState == 4) {
document.getElementById("conteudo").innerHTML = myObj.responseText;
}
}

myObj.send(null);
return false;
}


myObj = cria();

SE PUDEREM ME AJUDAR SERIA MUITO GRATO ...
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


Similar Topics Collapse

  Topic Forum Started By Stats Last Post Info
New Replies Problemas com menus pop-up e swf
os menus pop-up fica atras dos swf
Dreamweaver edernov 
  • 1 Reply
  • 1010 Views
New Replies Gostaria de saber como poderia administrar?
Site em Flash
Flash & ActionScript lenne 
  • 3 Replies
  • 1331 Views
New Replies O que está "por trás" do AJAX? Dúvidas Gerais pcassiano 
  • 0 Replies
  • 735 Views
New Replies Problemas com Site em Flash
Swf externo e formulário
Flash & ActionScript KILO 
  • 1 Reply
  • 619 Views
Poll (No New) Enquete:    Algumas imagens que fiz
Aqui estão algumas imagens que fiz...
Galeria PSD mega mike 
  • 0 Replies
  • 1253 Views

Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)