用软件实现模拟电视墙效果,12个画面里面显示来自多个网站的图表,且需要每个画面都是一个页面的完整画面,不出现滚动条,cs如何实现,bs如何实现?

解决方案 »

  1.   

    CS: Panel+WebBrowser
    BS: Frameset or Table+iframe
      

  2.   

    BS: Frameset or Table+iframe
    做出来了,但有没有办法能实现,在iframe
    显示的是一个等比缩小的页面,就像我在里面放入微软的视频播放,虽然小,但不需要滚动条拖动,且是完整缩小出现在iframe里,如何实现(web)
      

  3.   

    你在iframe中用这样的html页面:
    <HTML>
    <BODY leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
    <table border="0" width="100%" height="100%">
      <tr>
        <td><img src="Sample.jpg" width="100%" height="100%"></td>
      </tr>
    </table>
    </BODY>
    </HTML>
      

  4.   


    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>无标题文档</title>
    <style type="text/css">
    <!--
    .STYLE1 {
    font-size: 18px;
    font-weight: bold;
    }
    .STYLE2 {color: #004080}
    -->
    </style>
    </head><body>
    <p align="center" class="STYLE1 STYLE2">生产指挥中心</p>
    <table width="800" border="1" align="center" bordercolor="#0000A0">
      <tr>
        <td width="200" height="150"><iframe name="ifaa1" id="ifa1" frameborder="no"  width="195" height="145" src="http://localhost/ljpmweb/connpagesps.aspx?u_id=wly*/ljpmweb/totaljc.aspx**DN2-3"></iframe></td>
        <td width="200"><iframe name="ifa" id="ifa2" frameborder="no"  width="200" height="150" src="http://localhost/ljpmweb/connpagesps.aspx?u_id=wly*/ljpmWeb/secdata/secplayOcx.aspx**DN2-3"></iframe></td>
        <td width="200"><iframe name="ifa" id="ifa3" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        <td width="172"><iframe name="ifa" id="ifa4" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
      </tr>
      <tr>
        <td width="200" height="150"><iframe name="ifa" id="ifa5" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        <td><iframe name="ifa" id="ifa6" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        <td><iframe name="ifa" id="ifa7" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        <td><iframe name="ifa" id="ifa8" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
      </tr>
      <tr>
        <td width="200" height="150"><iframe name="ifa" id="ifa9" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        <td><iframe name="ifa" id="ifa10" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        <td><iframe name="ifa" id="ifa11" frameborder="no"  width="200" height="150" src="http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3"></iframe></td>
        
    <td width="200" height="150">
    <OBJECT classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="200" height="150"
    VIEWASTEXT>
    <PARAM NAME="URL" VALUE="cdma04.wmv">
    <PARAM NAME="rate" VALUE="1">
    <PARAM NAME="balance" VALUE="0">
    <PARAM NAME="currentPosition" VALUE="0">
    <PARAM NAME="defaultFrame" VALUE="">
    <PARAM NAME="playCount" VALUE="1">
    <PARAM NAME="autoStart" VALUE="-1">
    <PARAM NAME="currentMarker" VALUE="0">
    <PARAM NAME="invokeURLs" VALUE="-1">
    <PARAM NAME="baseURL" VALUE="">
    <PARAM NAME="volume" VALUE="50">
    <PARAM NAME="mute" VALUE="0">
    <PARAM NAME="uiMode" VALUE="none">
    <PARAM NAME="stretchToFit" VALUE="0">
    <PARAM NAME="windowlessVideo" VALUE="0">
    <PARAM NAME="enabled" VALUE="-1">
    <PARAM NAME="enableContextMenu" VALUE="-1">
    <PARAM NAME="fullScreen" VALUE="0">
    <PARAM NAME="SAMIStyle" VALUE="">
    <PARAM NAME="SAMILang" VALUE="">
    <PARAM NAME="SAMIFilename" VALUE="">
    <PARAM NAME="captioningID" VALUE="">
    <PARAM NAME="enableErrorDialogs" VALUE="0">
    <PARAM NAME="_cx" VALUE="6482">
    <PARAM NAME="_cy" VALUE="6350">
      </OBJECT>
    </td>
      
      
      </tr>
    </table>
    </body>
      

  5.   

    代码 贴出看如何实现 iframe里面 的页面是等比缩小显示在里面的
      

  6.   

    http://localhost/ljpmWeb/connPageSps.aspx?u_id=wly*/ljpmWeb/ljpm/cutaway.aspx**DN2-3
    是链接到一个页面还是一个图片?
      

  7.   

    如果是在connPageSps.aspx中引用其他的网站图片的话,connPageSps.aspx页面的html完全可以设计成我上面写成的样子啊,只需要该img的src属性就行了:<HTML>
    <BODY leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
    <table border="0" width="100%" height="100%">
      <tr>
        <td><img src="http://www.xxx.com/Sample.jpg" width="100%" height="100%"></td>
      </tr>
    </table>
    </BODY>
    </HTML>