tengo un poblemita a abrir un modal, quiero que me abra pagina_1.html pero lo que hace es abrir el modal y me muestra pagina_1.html pero no la pagina esa sino el texto pagina_1.html cuando tiene que abrir pagina_1.html y mostrar el contenido ¿entienden?
lo estoy haciendo asi
Código HTML:
gracias Ver original
<!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=iso-8859-1" /> <link rel="stylesheet" href="css/reset-min-0.13.1.css"> <link rel="stylesheet" href="css/chico-min-0.13.1.css"> <link rel="stylesheet" href="css/mesh-min-2.1.css"> </head> <body> <script> var widgetIni = $("#example").modal({ "content": "pagina_1.html", "width": "500px", "height": 350, "cache": false, "fx": false }); </script> </body> </html>