05/06/2007, 15:11
|
| | | Fecha de Ingreso: diciembre-2006
Mensajes: 13
Antigüedad: 18 años Puntos: 0 | |
Re: >> Popup automático << <script language="javascript">
function abrir_ventana(){
window.open("direccion" , "" , "fullscreen=0 , toolbar=0 , location=0 , status=0 , menubar=0 , scrollbars=0 , resizable=0 , width=800 , height=600" , false);
}
</script> |