El Script:
Cita:
el boton o texto que traira el archivo:<SCRIPT LANGUAGE="JavaScript">
<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=420,height=400');");
}
</script>
<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=420,height=400');");
}
</script>
Cita:
eso es en JavaScript...<a HREF="javascript:popUp('archivo.html')">Registrate Gratis</a><br />
hay una forma de hacerlo con un boton en flash???
puse un boton con el siguiente condigo:
Cita:
on (release) {
getURL("archivo.html","_top");
}
que le tengo que agregar? algun tuto que me aconsejen !!! on (release) {
getURL("archivo.html","_top");
}