我一个按钮触发createPopup方法显示一个div层
现在需要解决的是:在这个层里面显示一个web页面 
类似我一个window.open(url,'','')这个url的效果
应该怎么做呢
注:不要告诉我用window.open()一个窗口等.现在就是需要用这个div做
请能者赐教1

解决方案 »

  1.   

    tigerwen01(小虎)(编程艺术化)
    怎么简单法
    请写来给我看看
      

  2.   

    回复 hdt(接分接出个星星) ( ) 
    高手不要说的这么抽象
    估计你还没看懂我的意思
      

  3.   

    <div ...><iframe src=..></div>
      

  4.   

    <html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>新建网页 1</title>
    <script>
    //createPopup FUNCTION
    var oPopup = window.createPopup();
      function richContext()
    {
        oPopup.document.body.innerHTML = oContext2.innerHTML; 
        oPopup.show(7, 31, 510, 520, contextobox);
    }
    </script>
    </head><body>
    <form id="Form1" method="post" runat="server"></html>
    <table border="1" width="67%" id="table1">
    <tr>
       <td>
    <span id="contextobox" style="cursor:hand; margin-left:0px; margin-right:0px; background:#e4e4e4; width:80; height:30; padding:0px;" onMouseDown="richContext(); return false">
    <img src="Images/menu2.jpg" border="0">
    </span>
    <div id="oContext2" style="display:none" opacity=50>
    <div id="DIVPage" style="position:relative; top:0; left:0; border-top:3px solid #D3EAFC; border-right:5px solid #D3EAFC; border-left:5px solid #D3EAFC; border-bottom:5px solid #D3EAFC; background:#cccccc; height:510px; width:488px;">
    <iframe width="490" height="506" src="http://www.hao222.com" target="leftFrame"></iframe>
    </div>
    </div> 
        </td>
    </tr>
    </table>
    </form>
    </body>
    浏览的时候没办法显示出内容
    请hdt(接分接出个星星) 和其他高手帮我改改
      

  5.   

    回复 hdt(接分接出个星星) ( ) 
    2星上将出来下
    上面帮我改改 谢谢
      

  6.   

    bmiracle() ( ) 
    帮我看看你楼上的楼上的代码
      

  7.   

    <div id="DIVPage" style="position:absolute???