modalbox.html
Código HTML:
<!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" /> <script language="javascript" src="js/prototype.js" type="text/javascript"></script> <script language="javascript" src="js/scriptaculous.js" type="text/javascript"></script> <script language="javascript" src="js/moodalbox.js" type="text/javascript"></script> <title>Modalbox</title> <link rel="stylesheet" type="text/css" href="css/modalbox.css"/> </head> <body> <a href="modal.html" title="Simple form" onclick="Modalbox.show(this.href, {title: this.title, width: 600}); return false;"> Abrir modal</a> </body>
Código HTML:
<!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" /> <script language="javascript" src="js/prototype.js" type="text/javascript"></script> <script language="javascript" src="js/scriptaculous.js" type="text/javascript"></script> <script language="javascript" src="js/moodalbox.js" type="text/javascript"></script> <title>Modal</title> <link rel="stylesheet" type="text/css" href="css/modalbox.css"/> </head> <body> <p>Esto es el modal que no funciona</p> </body>