Mi JavaScript trabaja con Mozilla pero no con IE .. ¿Por qué?: (

  • jonnyx85
  • Born
  • Born
  • No Avatar
  • Registrado: Oct 04, 2008
  • Mensajes: 2
  • Status: Offline

Nota Octubre 4th, 2008, 8:54 am

Hola chicos, Ive consiguió una situación aquí, sucedido en poner una presentación de diapositivas de JavaScript de cuantas fotos en mi página, pero la cosa es que Internet Explorer no lo muestra. Mozilla hace muy bien, pero IE no lo hace. No puedo entender por qué, mi conocimiento sobre ella no es muy grande. Ive consiguió Windows Vista, pero no soy seguro si importa.
Mi sitio catálogo es http://www.specchiati.com/osc/
Si lo abres con todo lo que Mozilla es perfecto, pero IE no lo muestra.... please help me out guys:) copia Im gonna debajo de la parte en header.php de la escritura y #058;

Código: [ Select ]
<a href="<?php echo tep_href_link('contact_us.php')?>"><?php echo tep_image_button('m5.gif')?></a></td>
<td><a href="<?php echo tep_href_link('products_new.php')?>">
<script type="text/javascript">var trans_width='280px' //slideshow width
var trans_height='213px' //slideshow height
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
var degree=10 //animation speed. Greater is faster.

var slideshowcontent=new Array()
//Define slideshow contents: [image URL, OPTIONAL LINK, OPTIONAL LINK TARGET]
slideshowcontent[0]=["http://specchiati.com/osc/images/slidee/1.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[1]=["http://specchiati.com/osc/images/slidee/2.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[2]=["http://specchiati.com/osc/images/slidee/3.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[3]=["http://specchiati.com/osc/images/slidee/4.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[4]=["http://specchiati.com/osc/images/slidee/5.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[5]=["http://specchiati.com/osc/images/slidee/6.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[6]=["http://specchiati.com/osc/images/slidee/7.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[7]=["http://specchiati.com/osc/images/slidee/8.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[8]=["http://specchiati.com/osc/images/slidee/9.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[9]=["http://specchiati.com/osc/images/slidee/10.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[10]=["http://specchiati.com/osc/images/slidee/11.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[11]=["http://specchiati.com/osc/images/slidee/12.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[12]=["http://specchiati.com/osc/images/slidee/13.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[13]=["http://specchiati.com/osc/images/slidee/14.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[14]=["http://specchiati.com/osc/images/slidee/15.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[15]=["http://specchiati.com/osc/images/slidee/16.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[16]=["http://specchiati.com/osc/images/slidee/17.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[17]=["http://specchiati.com/osc/images/slidee/18.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[18]=["http://specchiati.com/osc/images/slidee/19.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[19]=["http://specchiati.com/osc/images/slidee/20.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[20]=["http://specchiati.com/osc/images/slidee/21.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[21]=["http://specchiati.com/osc/images/slidee/22.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[22]=["http://specchiati.com/osc/images/slidee/23.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[23]=["http://specchiati.com/osc/images/slidee/24.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[24]=["http://specchiati.com/osc/images/slidee/25.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
slideshowcontent[25]=["http://specchiati.com/osc/images/slidee/26.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]


////NO need to edit beyond here/////////////

var bgcolor='white'

var imageholder=new Array()
for (i=0;i<slideshowcontent.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideshowcontent[i][0]
}

var ie4=document.all
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

if (ie4||dom)
document.write('<div style="position:relative;width:'+trans_width+';height:'+trans_height+';overflow:hidden"><div id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+trans_width+';height:'+trans_height+';left:-'+trans_width+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div><div id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+trans_width+';height:'+trans_height+';left:-'+trans_width+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div></div>')
else if (document.layers){
document.write('<ilayer id=tickernsmain visibility=hide width='+trans_width+' height='+trans_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+trans_width+' height='+trans_height+' left=0 top=0>'+'<img src="'+slideshowcontent[0][0]+'"></layer></ilayer>')
}

var curpos=trans_width*(-1)
var curcanvas="canvas0"
var curindex=0
var nextindex=1

function getslidehtml(theslide){
var slidehtml=""
if (theslide[1]!="")
slidehtml='<a href="'+theslide[1]+'" target="'+theslide[2]+'">'
slidehtml+='<img src="'+theslide[0]+'" border="0">'
if (theslide[1]!="")
slidehtml+='</a>'
return slidehtml
}

function moveslide(){
if (curpos<0){
curpos=Math.min(curpos+degree,0)
tempobj.style.left=curpos+"px"
}
else{
clearInterval(dropslide)
if (crossobj.filters)
crossobj.filters.alpha.opacity=100
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=1
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML=getslidehtml(slideshowcontent[curindex])
nextindex=(nextindex<slideshowcontent.length-1)? nextindex+1 : 0
setTimeout("rotateslide()",pause)
}
}

function rotateslide(){
if (ie4||dom){
resetit(curcanvas)
crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
if (crossobj.filters)
document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.op
acity=20
else if (crossobj.style.MozOpacity)
document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2
var temp='setInterval("moveslide()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else if (document.layers){
crossobj.document.write(getslidehtml(slideshowcontent[curindex]))
crossobj.document.close()
}
curindex=(curindex<slideshowcontent.length-1)? curindex+1 : 0
}

function jumptoslide(which){
curindex=which
rotateslide()
}

function resetit(what){
curpos=parseInt(trans_width)*(-1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.left=curpos+"px"
}

function startit(){
crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
if (ie4||dom){
crossobj.innerHTML=getslidehtml(slideshowcontent[curindex])
rotateslide()
}
else{
document.tickernsmain.visibility='show'
curindex++
setInterval("rotateslide()",pause)
}
}

if (window.addEventListener)
window.addEventListener("load", startit, false)
else if (window.attachEvent)
window.attachEvent("onload", startit)
else if (ie4||dom||document.layers)
window.onload=startit

</script></td>
  1. <a href="<?php echo tep_href_link('contact_us.php')?>"><?php echo tep_image_button('m5.gif')?></a></td>
  2. <td><a href="<?php echo tep_href_link('products_new.php')?>">
  3. <script type="text/javascript">var trans_width='280px' //slideshow width
  4. var trans_height='213px' //slideshow height
  5. var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
  6. var degree=10 //animation speed. Greater is faster.
  7. var slideshowcontent=new Array()
  8. //Define slideshow contents: [image URL, OPTIONAL LINK, OPTIONAL LINK TARGET]
  9. slideshowcontent[0]=["http://specchiati.com/osc/images/slidee/1.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  10. slideshowcontent[1]=["http://specchiati.com/osc/images/slidee/2.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  11. slideshowcontent[2]=["http://specchiati.com/osc/images/slidee/3.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  12. slideshowcontent[3]=["http://specchiati.com/osc/images/slidee/4.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  13. slideshowcontent[4]=["http://specchiati.com/osc/images/slidee/5.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  14. slideshowcontent[5]=["http://specchiati.com/osc/images/slidee/6.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  15. slideshowcontent[6]=["http://specchiati.com/osc/images/slidee/7.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  16. slideshowcontent[7]=["http://specchiati.com/osc/images/slidee/8.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  17. slideshowcontent[8]=["http://specchiati.com/osc/images/slidee/9.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  18. slideshowcontent[9]=["http://specchiati.com/osc/images/slidee/10.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  19. slideshowcontent[10]=["http://specchiati.com/osc/images/slidee/11.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  20. slideshowcontent[11]=["http://specchiati.com/osc/images/slidee/12.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  21. slideshowcontent[12]=["http://specchiati.com/osc/images/slidee/13.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  22. slideshowcontent[13]=["http://specchiati.com/osc/images/slidee/14.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  23. slideshowcontent[14]=["http://specchiati.com/osc/images/slidee/15.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  24. slideshowcontent[15]=["http://specchiati.com/osc/images/slidee/16.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  25. slideshowcontent[16]=["http://specchiati.com/osc/images/slidee/17.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  26. slideshowcontent[17]=["http://specchiati.com/osc/images/slidee/18.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  27. slideshowcontent[18]=["http://specchiati.com/osc/images/slidee/19.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  28. slideshowcontent[19]=["http://specchiati.com/osc/images/slidee/20.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  29. slideshowcontent[20]=["http://specchiati.com/osc/images/slidee/21.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  30. slideshowcontent[21]=["http://specchiati.com/osc/images/slidee/22.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  31. slideshowcontent[22]=["http://specchiati.com/osc/images/slidee/23.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  32. slideshowcontent[23]=["http://specchiati.com/osc/images/slidee/24.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  33. slideshowcontent[24]=["http://specchiati.com/osc/images/slidee/25.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  34. slideshowcontent[25]=["http://specchiati.com/osc/images/slidee/26.jpg", "http://specchiati.com/osc/products_new.php", "_parent"]
  35. ////NO need to edit beyond here/////////////
  36. var bgcolor='white'
  37. var imageholder=new Array()
  38. for (i=0;i<slideshowcontent.length;i++){
  39. imageholder[i]=new Image()
  40. imageholder[i].src=slideshowcontent[i][0]
  41. }
  42. var ie4=document.all
  43. var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
  44. if (ie4||dom)
  45. document.write('<div style="position:relative;width:'+trans_width+';height:'+trans_height+';overflow:hidden"><div id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+trans_width+';height:'+trans_height+';left:-'+trans_width+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div><div id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+trans_width+';height:'+trans_height+';left:-'+trans_width+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div></div>')
  46. else if (document.layers){
  47. document.write('<ilayer id=tickernsmain visibility=hide width='+trans_width+' height='+trans_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+trans_width+' height='+trans_height+' left=0 top=0>'+'<img src="'+slideshowcontent[0][0]+'"></layer></ilayer>')
  48. }
  49. var curpos=trans_width*(-1)
  50. var curcanvas="canvas0"
  51. var curindex=0
  52. var nextindex=1
  53. function getslidehtml(theslide){
  54. var slidehtml=""
  55. if (theslide[1]!="")
  56. slidehtml='<a href="'+theslide[1]+'" target="'+theslide[2]+'">'
  57. slidehtml+='<img src="'+theslide[0]+'" border="0">'
  58. if (theslide[1]!="")
  59. slidehtml+='</a>'
  60. return slidehtml
  61. }
  62. function moveslide(){
  63. if (curpos<0){
  64. curpos=Math.min(curpos+degree,0)
  65. tempobj.style.left=curpos+"px"
  66. }
  67. else{
  68. clearInterval(dropslide)
  69. if (crossobj.filters)
  70. crossobj.filters.alpha.opacity=100
  71. else if (crossobj.style.MozOpacity)
  72. crossobj.style.MozOpacity=1
  73. nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
  74. tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
  75. tempobj.innerHTML=getslidehtml(slideshowcontent[curindex])
  76. nextindex=(nextindex<slideshowcontent.length-1)? nextindex+1 : 0
  77. setTimeout("rotateslide()",pause)
  78. }
  79. }
  80. function rotateslide(){
  81. if (ie4||dom){
  82. resetit(curcanvas)
  83. crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
  84. crossobj.style.zIndex++
  85. if (crossobj.filters)
  86. document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.op
  87. acity=20
  88. else if (crossobj.style.MozOpacity)
  89. document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2
  90. var temp='setInterval("moveslide()",50)'
  91. dropslide=eval(temp)
  92. curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
  93. }
  94. else if (document.layers){
  95. crossobj.document.write(getslidehtml(slideshowcontent[curindex]))
  96. crossobj.document.close()
  97. }
  98. curindex=(curindex<slideshowcontent.length-1)? curindex+1 : 0
  99. }
  100. function jumptoslide(which){
  101. curindex=which
  102. rotateslide()
  103. }
  104. function resetit(what){
  105. curpos=parseInt(trans_width)*(-1)
  106. var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
  107. crossobj.style.left=curpos+"px"
  108. }
  109. function startit(){
  110. crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
  111. if (ie4||dom){
  112. crossobj.innerHTML=getslidehtml(slideshowcontent[curindex])
  113. rotateslide()
  114. }
  115. else{
  116. document.tickernsmain.visibility='show'
  117. curindex++
  118. setInterval("rotateslide()",pause)
  119. }
  120. }
  121. if (window.addEventListener)
  122. window.addEventListener("load", startit, false)
  123. else if (window.attachEvent)
  124. window.attachEvent("onload", startit)
  125. else if (ie4||dom||document.layers)
  126. window.onload=startit
  127. </script></td>


Gracias de antemano
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Octubre 4th, 2008, 8:54 am

  • PolishHurricane
  • Mastermind
  • Mastermind
  • Avatar de Usuario
  • Registrado: Feb 17, 2005
  • Mensajes: 1585
  • Status: Offline

Nota Octubre 4th, 2008, 12:43 pm

IE6 en XP no funciona así que creo que su no específico del sistema operativo, su solo IE, IE sucks causa por supuesto.

Me da un error desconocido en la línea 153
Código: [ Select ]
 
crossobj.innerHTML=getslidehtml(slideshowcontent[curindex])
  1.  
  2. crossobj.innerHTML=getslidehtml(slideshowcontent[curindex])


Trate de añadir un punto y dos puntos después de unos pocos estados en el ámbito del error. El punto y coma no se requiere en JavaScript, pero a veces son necesarios para que el navegador puede distinguir las cosas, esto sucede mucho en sentencias IF ELSE.
There's no place like 127.0.0.1, badass part is now it's ::1
  • cjxxi
  • Expert
  • Expert
  • No Avatar
  • Registrado: Ago 02, 2004
  • Mensajes: 564
  • Loc: Fort Worth, TX
  • Status: Offline

Nota Octubre 4th, 2008, 2:25 pm

También es posible que desee ejecutar una comprobación de estos vars

comprobar si curindex es un índice válido / número de

o hacer algo como


Código: [ Select ]
var result = null;
if(curindex) {
result = slideshowcontent[curindex];
}

if(result && crossobj) {
crossobj.innerHTML=getslidehtml(result);
}
  1. var result = null;
  2. if(curindex) {
  3. result = slideshowcontent[curindex];
  4. }
  5. if(result && crossobj) {
  6. crossobj.innerHTML=getslidehtml(result);
  7. }
networklatino.com
-----------------------------------
  • jonnyx85
  • Born
  • Born
  • No Avatar
  • Registrado: Oct 04, 2008
  • Mensajes: 2
  • Status: Offline

Nota Octubre 5th, 2008, 6:47 am

todos los chicos gracias de todos modos he dejado el trabajo, me inserta antes de la secuencia de comandos y ahora funciona: <td align="center">
ahora funciona también en IE ..
  • cristiann0
  • Born
  • Born
  • No Avatar
  • Registrado: Oct 05, 2011
  • Mensajes: 1
  • Status: Offline

Nota Octubre 5th, 2011, 5:37 am

HOLA
Tengo un problema similar con un formulario de menú desplegable de triple.
Tengo una función en js que cuando hago clic en Enviar botón va a una dirección url creada concatenando la primera y la tercera selección de forma.

Aquí es la función

JAVASCRIPT Código: [ Select ]
function navigate()
{
// access the select elements in the form
var jud=document.getElementById('judet');
var categ=document.getElementById('categorie');
 
//then get the value from the selected elements
var judet=jud.options[jud.selectedIndex].text;
var categorie=categ.options[categ.selectedIndex].text;
 
// finally concatenate the value , the redirect it.
window.location =judet+"/"+judet+"_"+categorie+".html";
}
  1. function navigate()
  2. {
  3. // access the select elements in the form
  4. var jud=document.getElementById('judet');
  5. var categ=document.getElementById('categorie');
  6.  
  7. //then get the value from the selected elements
  8. var judet=jud.options[jud.selectedIndex].text;
  9. var categorie=categ.options[categ.selectedIndex].text;
  10.  
  11. // finally concatenate the value , the redirect it.
  12. window.location =judet+"/"+judet+"_"+categorie+".html";
  13. }


y aquí es la función que rellena el formulario

JAVASCRIPT Código: [ Select ]
//var hide_empty_list=true; //uncomment this line to hide empty selection lists
 
var disable_empty_list=true; //uncomment this line to disable empty selection lists
 
addListGroup("vehicles", "car-makers");
 
addOption("car-makers", "Judet", "", "", 1); //Empty starter option
 
addList("car-makers", "Bacau", "Bacau", "Bacau");
addList("car-makers", "Botosani", "Botosani", "Botosani");
addList("car-makers", "Iasi", "Iasi", "Iasi");
addList("car-makers", "Neamt", "neamt", "Neamt");
addList("car-makers", "Suceava", "Suceava", "Suceava");
addList("car-makers", "Vaslui", "Vaslui", "Vaslui");
 
addOption("Bacau", "Domeniu", "", "", 1); //Empty starter option
addList("Bacau", "Auto", "Auto", "Bacau-Auto");
addList("Bacau", "Medicina", "Medicina", "Bacau-Medicina");
addList("Bacau", "Juridic & Finante", "Juridic & Finante", "Bacau-Juridic & Finante");
addList("Bacau", "Beauty & Health", "Beauty & Health", "Bacau-Beauty & Health");
addList("Bacau", "Relax & Travel", "Relax & Travel", "Bacau-Relax & Travel");
addList("Bacau", "Servicii", "Servicii", "Bacau-Servicii");
addList("Bacau", "Diverse", "Diverse", "Bacau-Diverse");
 
 
addOption("Bacau-Auto", "Categorie", "");
addOption("Bacau-Auto", "Service", "service");
addOption("Bacau-Auto", "Piese", "piese");
addOption("Bacau-Auto", "Anvelope", "anvelope");
addOption("Bacau-Auto", "Vulcanizari", "vulcanizari");
addOption("Bacau-Auto", "Spalatorii", "spalatorii");
 
addOption("Bacau-Medicina", "Categorie", "");
addOption("Bacau-Medicina", "Farmacii", "Farmacii");
addOption("Bacau-Medicina", "Cabinete_Medicale", "Cabinete_Medicale");
addOption("Bacau-Medicina", "Laboratoare_Analize", "Laboratoare Analize");
addOption("Bacau-Medicina", "Veterinar", "Veterinar");
  1. //var hide_empty_list=true; //uncomment this line to hide empty selection lists
  2.  
  3. var disable_empty_list=true; //uncomment this line to disable empty selection lists
  4.  
  5. addListGroup("vehicles", "car-makers");
  6.  
  7. addOption("car-makers", "Judet", "", "", 1); //Empty starter option
  8.  
  9. addList("car-makers", "Bacau", "Bacau", "Bacau");
  10. addList("car-makers", "Botosani", "Botosani", "Botosani");
  11. addList("car-makers", "Iasi", "Iasi", "Iasi");
  12. addList("car-makers", "Neamt", "neamt", "Neamt");
  13. addList("car-makers", "Suceava", "Suceava", "Suceava");
  14. addList("car-makers", "Vaslui", "Vaslui", "Vaslui");
  15.  
  16. addOption("Bacau", "Domeniu", "", "", 1); //Empty starter option
  17. addList("Bacau", "Auto", "Auto", "Bacau-Auto");
  18. addList("Bacau", "Medicina", "Medicina", "Bacau-Medicina");
  19. addList("Bacau", "Juridic & Finante", "Juridic & Finante", "Bacau-Juridic & Finante");
  20. addList("Bacau", "Beauty & Health", "Beauty & Health", "Bacau-Beauty & Health");
  21. addList("Bacau", "Relax & Travel", "Relax & Travel", "Bacau-Relax & Travel");
  22. addList("Bacau", "Servicii", "Servicii", "Bacau-Servicii");
  23. addList("Bacau", "Diverse", "Diverse", "Bacau-Diverse");
  24.  
  25.  
  26. addOption("Bacau-Auto", "Categorie", "");
  27. addOption("Bacau-Auto", "Service", "service");
  28. addOption("Bacau-Auto", "Piese", "piese");
  29. addOption("Bacau-Auto", "Anvelope", "anvelope");
  30. addOption("Bacau-Auto", "Vulcanizari", "vulcanizari");
  31. addOption("Bacau-Auto", "Spalatorii", "spalatorii");
  32.  
  33. addOption("Bacau-Medicina", "Categorie", "");
  34. addOption("Bacau-Medicina", "Farmacii", "Farmacii");
  35. addOption("Bacau-Medicina", "Cabinete_Medicale", "Cabinete_Medicale");
  36. addOption("Bacau-Medicina", "Laboratoare_Analize", "Laboratoare Analize");
  37. addOption("Bacau-Medicina", "Veterinar", "Veterinar");


y así sucesivamente para el resto de matriz

y esta es la forma de archivo html

HTML Código: [ Select ]
<div id="formstanga">
<form>
<div align="left"><br />
<div>Cautare (pt Firefox):&nbsp;</div><br />
<div><select name="make" id="judet" style="width:160px;"></select></div><br />
<div><select name="type" style="width:160px;"></select></div><br />
<div><select name="model" id="categorie" style="width:160px;"></select></div><br />
<div><input type="button" value="Cauta" onclick="navigate(this)" /></div><br />
</div>
</form>
</div>
  1. <div id="formstanga">
  2. <form>
  3. <div align="left"><br />
  4. <div>Cautare (pt Firefox):&nbsp;</div><br />
  5. <div><select name="make" id="judet" style="width:160px;"></select></div><br />
  6. <div><select name="type" style="width:160px;"></select></div><br />
  7. <div><select name="model" id="categorie" style="width:160px;"></select></div><br />
  8. <div><input type="button" value="Cauta" onclick="navigate(this)" /></div><br />
  9. </div>
  10. </form>
  11. </div>


trabajo en MFP pero no funcionan en IE. Alguien por favor me puede dar una sugerencia.

En IE el mensaje de error es acceso denegado
Moderator Remark: Please remember to use [code][/code] around any code in your post to make it more readable. Thank you!

Publicar Información

  • Total de mensajes en este tema: 5 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 222 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC