Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/10/2009, 15:40
EmiK_1500
 
Fecha de Ingreso: octubre-2009
Mensajes: 2
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Consulta sobre expression web

maquina, aca te dejo el codigo, ojala me puedas orientar un poco



<html>

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title></title>
<script type="text/javascript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
return null;
}
// -->
</script>
</head>

<frameset border="0" frameborder="0" framespacing="0" rows="75,56,420">
<frame name="superior" noresize="noresize" scrolling="no" src="Banner%20superior.html" target="intermedio">
<frame name="intermedio" scrolling="no" src="Barra%20de%20Navegación.html" target="inferior" marginheight="0" marginwidth="0">
<frame name="inferior" scrolling="auto" src="inicio.html" noresize="noresize" target="_self">
<noframes>
<body onload="FP_preloadImgs(/*url*/'buttonC.jpg',/*url*/'buttonD.jpg')" style="margin-bottom: 0">

<p>
<img id="img1" alt="Texto de botón" fp-style="fp-btn: Embossed Rectangle 3" fp-title="Texto de botón" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonD.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonB.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'buttonC.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'buttonC.jpg')" src="buttonB.jpg" style="border: 0" width="100">Esta
página utiliza marcos, pero su explorador no los admite.</p>

</body>
</noframes>
</frameset>

</html>