Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pirobox Extended</title>
<link href="css_pirobox/style_1/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/css.css"/>
<link rel="stylesheet" type="text/css" href="content/css/default.css"/>
<link rel="stylesheet" type="text/css" href="css/sansation/stylesheet.css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="js/pirobox_extended.js"></script>
<script language="javascript" src="../js1/myajax.js"></script>
<script language="javascript" src="../js/funciones.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$().piroBox_ext({
piro_speed : 700,
bg_alpha : 0.5,
piro_scroll : true // pirobox always positioned at the center of the page
});
});
</script>
</head>
<body>
<div class="logo"><a href="http://www.pirolab.it/pirobox/" title="go to pirobox page">back to pirobox page</a></div>
<div class="box_main_nav"></div>
<div class="box_main">
<div class="box_left">
<h2 class="my_title">PIROBOX EXTENDED <span class="span_f_c">V.1.0</span> style 1</h2>
<h2 class="my_title">Image gallery</h2>
<div class="demo">
<ul>
<li>
<a href="img/26.jpg" rel="gallery" class="pirobox_gall" title="Curious kitten.">
<img src="img/26s.jpg" />
</a>
</li>
<li><a href="img/27.jpg" rel="gallery" class="pirobox_gall" title="Lights"><img src="img/27s.jpg" /></a></li>
<li><a href="img/29.jpg" rel="gallery" class="pirobox_gall" title="Sun salutation."><img src="img/29s.jpg" /></a></li>
<li><a href="img/30.jpg" rel="gallery" class="pirobox_gall" title="Bonfire"><img src="img/30s.jpg" /></a></li>
</ul></div>
<form id='uno' name='uno'>
<div class="demo">
<table>
<tr>
<td>
<input type="text" onFocus="enviaQuery('pruebamodal','myajaxnn.php?opcion=prueba_modal');" />
</td>
</tr>
<tr>
<td>
<div id="pruebamodal"><a rel='iframe-full-full' class='pirobox' target='mostrar_color.php'>Prueba Modal</a></div>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
[PHP]
<a rel='iframe-full-full' class='pirobox' target='mostrar_color.php'>Prueba Modal</a>
[PHP]
pero no funciona, estoy utilizando el plugin de firebug y tampoco arroja error.
a que se puede deber o que otro modal puedo usar?