1、
<html>
<SCRIPT LANGUAGE="javascript">
<!--
showModalDialog('http://heisetoufa.ggblog.com/','example04','dialogWidth:400px;dialogHeight:300px;dialogLeft:200px;dialogTop:150px;center:yes;help:yes;resizable:yes;status:yes')
//-->
</SCRIPT>
<b>http://heisetoufa.ggblog.com/</b>
</body>
</html>
--------------
<head runat="server">
<title>车型系列目录</title>
<base target="_self"></base>
--------------
Response.Write("<script type='text/javascript'> showModalDialog('newwin2.aspx', '', 'dialogWidth:400px;dialogHeight:300px;dialogLeft:200px;dialogTop:150px;center:yes;help:yes;resizable:yes;status:yes;')</script>");
2、
<html>
<SCRIPT LANGUAGE="javascript">
<!--
showModelessDialog('http://heisetoufa.ggblog.com/','example05','dialogWidth:400px;dialogHeight:300px;dialogLeft:200px;dialogTop:150px;center:yes;help:yes;resizable:yes;status:yes')
//-->
</SCRIPT>
<b>http://heisetoufa.ggblog.com/</b>
</body>
</html>