Al no poder subirla no se si este procedimiento estaria corecto.
Ojala pudieran darle un vistazo, para saber si estaria ok, ya que tgo que hcer varios mas......
En mi caso: en el bton del flash:
Código :
on (release) { getURL("_javascript:ventana ('clarin. html','nombre_ventana','toolbar=no,locationfiltered=no,stat us=no,menubar=no,scrollbars=no,resizable=no','566', '400','true')"); }
Y en la pagina html( donde pegué la imagen)Este codigo
Código :
[b]<head> <title>Untitled Document</title><style type="text/css"> <!-- body { background-color: #000000; } --> </style> function ventana(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0 if(window.screen)if(isCenter)if(isCenter=="true"){ var myLeft = (screen.width-myWidth)/2; var myTop = (screen.height-myHeight)/2; features+=(features!='')?',':''; features+=',left='+myLeft+',top='+myTop; } window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight); </head>[/b]
Estaria ok!????? Muchisimas Graciasss! Lau
DEBES usar las etiquetas code para postear tu codigo