Autor
|
Tema: div ( tabless ) no funciona a el mozilla con ajax Java. (Leído 3,035 veces)
|
surfrio
Desconectado
Mensajes: 12
|
Soy con el siguiente problema cuándo Uso el div con ajax le no ella montar el tabless no funciona en mozilla pero a el IE trabajo perfectamente , Llamo a onclick cuándo Vario el parametro qué es usado , en caso Srep2 qué ese un div no funciona no ha sido de nada , a el IE trabajo perfectamente , por favor me ayúdame.
el codigo onclick
onclick =""showChildb('step2.aspx', Step2, this, 'Hide Hotels', 'Search Hotels', 'Form1', 'selCidade,selCategoriaHotel,dataI,dataF,nrNoites,nomeHotel,valorAte" + camposAjax + " ', '<div> </div>
el codigo html
<div id="Step2"><div> </div> </div> <!--Step2-->
el codigo java
function showChildb(url, tabela, obj, strObj, strObj2, formp, campos, vazio) { if (tabela.innerHTML == "" || tabela.innerHTML == " " || tabela.innerHTML == "<DIV> </DIV>" || tabela.innerHTML == "<div> </div>") { tabela.innerHTML = "<div>Loading...</div>"; objxml = new getXML(); rand = Math.random(); cola = '?'; if(inStr(url, '?')) { cola = '&'; } else { cola = '?'; } objxml.open("POST",url+cola+"rand=" + rand,true); objxml.setRequestHeader('Content-Type','application/x-www-form-urlencoded'); objxml.onreadystatechange = function(){ if (objxml.readyState == 4) { var saida = objxml.responseText; tabela.innerHTML = saida; //alert(saida); //document.Form1.Text1.value=saida; } } parametros = getObjVl(campos, formp); objxml.send(parametros); obj.value = strObj; switch (obj.name) }
|
|
|
En línea
|
|
|
|
Casidiablo
|
Es mejor que preguntes en un foro que hablen tu idioma, porque casi no se te entiende nada... Solo una cosa más... no es Java, es javascript. Son totalmente distintos
|
|
|
En línea
|
|
|
|
surfrio
Desconectado
Mensajes: 12
|
I am with the the next problem I call a function em javascript at onclick & in that function I call various parametros & a of this is the div in the event of I call of Step2, into the ie it works what that's a beauty but into the mozilla nem from signal of life , & when I shot this adorn (Step2 in the event of the div ) he calls the feature into the mozilla but nao they build the tableless , they know a few solution or a few substitution pro div. please me help me grateful
code onclick onclick =""showChildb('step2.aspx', Step2, this, 'Hide Hotels', 'Search Hotels', 'Form1', 'selCidade,selCategoriaHotel,dataI,dataF,nrNoites,nomeHotel,valorAte" + camposAjax + " ', '<div> </div>')""
code html div id="Step2"><div> </div> </div> <!--Step2-->
code javascript function showChildb(url, tabela, obj, strObj, strObj2, formp, campos, vazio) { if (tabela.innerHTML == "" || tabela.innerHTML == " " || tabela.innerHTML == "<DIV> </DIV>" || tabela.innerHTML == "<div> </div>") { tabela.innerHTML = "<div>Loading...</div>"; objxml = new getXML(); rand = Math.random(); cola = '?'; if(inStr(url, '?')) { cola = '&'; } else { cola = '?'; } objxml.open("POST",url+cola+"rand=" + rand,true); objxml.setRequestHeader('Content-Type','application/x-www-form-urlencoded');
objxml.onreadystatechange = function(){ if (objxml.readyState == 4) { var saida = objxml.responseText; tabela.innerHTML = saida; //alert(saida); //document.Form1.Text1.value=saida; } }
parametros = getObjVl(campos, formp); objxml.send(parametros); obj.value = strObj; switch (obj.name)
|
|
|
En línea
|
|
|
|
|
Mensajes similares |
|
Asunto |
Iniciado por |
Respuestas |
Vistas |
Último mensaje |
|
|
jquery ajax error handler, no funciona
Desarrollo Web
|
bomba1990
|
2
|
4,243
|
15 Agosto 2011, 06:45 am
por bomba1990
|
|
|
por qué no me funciona la función load() de jquery-ajax
« 1 2 »
Desarrollo Web
|
jhonatanAsm
|
16
|
20,995
|
9 Noviembre 2012, 13:38 pm
por Imperius
|
|
|
Java no me funciona
Windows
|
HERMOGENES
|
5
|
2,785
|
13 Julio 2013, 23:28 pm
por Slider324
|
|
|
Ayuda: Autocomplete que inserte tres valores AJAX, JAVA y PHP.
PHP
|
astaklat
|
0
|
1,983
|
13 Mayo 2015, 15:35 pm
por astaklat
|
|
|
!Ayuda, ajax no funciona,en express.js
« 1 2 »
Desarrollo Web
|
bengy
|
10
|
7,375
|
1 Septiembre 2016, 02:28 am
por bengy
|
|