<!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>無標題文件</title>
</head>
<script language="javascript" src="jquery-1.10.2.js"></script>
<script language="javascript">
$(document).ready(function()
{
$("#img1").click(function()
{
var $f=$("#dv1");
window.showModalDialog("result.html",$f,"dialogWidth=530px,dialogHeight=470px");
});
});
</script>
<body>
<div id="dv1">
<img id="img1" src="image/a10.jpg" width="80px" height="80" />
</div>
</body>
</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" />
<title>無標題文件</title>
</head>
<script language="javascript" src="jquery-1.10.2.js"></script>
<script language="javascript">
$(document).ready(function()
{
$("#img2").click(function()
{
window.close();
});
});
</script>
<body>
<img id="img2" src="image/a10.jpg" />
</body>
</html>
==================================
沒有留言:
張貼留言