tengo un archivo html asi:
Código:
Bueno lo quiero pasar a un echo en PHP<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Custom JavaScript Dialog Boxes</title> <link rel="stylesheet" type="text/css" href="dialog_box.css" /> <script type="text/javascript" src="dialog_box.js"></script> </head> <body> <div id="content"> <a href="javascript:showDialog('Error','You have encountered a critical error.','error',2);" onClick="window.close()"> Error</a> | <a href="javascript:showDialog('Warning','You must enter all required information.','warning');" onClick="window.close()">Warning</a> | <a href="javascript:showDialog('Success','Your request has been successfully received.','success');" onClick="window.close()"> Success</a> | <a href="javascript:showDialog('Confirmation','Are you sure you want to delete the entry?','prompt');" onClick="window.close()"> Prompt</a>
pero primeramente necesito hacer un cambio en el codigo
como pueden ver
el efecto se inicia por medio de un link que al hacer click inicia el javascript
pero quiero quitarle eso y que se inicie automaticamente el efecto
claro se entiende de a 1 por pagina, pero que no sea por medio de link
que al entrar en la web inicie automaticamente
y luego metarlo a php: header('Location:ACA EL CONTENIDO PRONTO');
bueno me entienden chicos
saludos