<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src='jquery.simple.modal142.js'></script>
<script>
$('#viewwid').click(function()
{
var scr='../displayproducts';
$.model('<iframe src="' + src + '" height="450" width="830" style="border:0">',
{
closeHTML:"",
containerCss:
{
backgroundColor:"#fff",
borderColor:"#fff",
height:450,
padding:0,
width:830
},
overlayClose:true
});
}
</script>
当用户单击 id 为“viewwid”的按钮时,我使用该代码片段来显示模型对话框。传入 iframe 的 url 是一个 cakephp 视图页面。单击按钮后什么都没有显示,请帮助?
太感谢了