Multiple Web Pages on 1 screen/page??

Page 1 of 2 12 LastLast

  1. Posts : 2,177
    Windows 8.1 Pro x64
       #1

    Multiple Web Pages on 1 screen/page??


    Hi,

    Does anyone know of an easy way or an application that can display something like 4 web pages on one screen (this screen can be an application or another web page)

    I would like something like this:
    Multiple Web Pages on 1 screen/page??-untitled.png

    I have a projector that is used for monitoring some systems and rather than having the web pages rotating through tabs i want them all to display on one page.

    Regards,
    JDobbsy1987

    EDIT:
    Just so you are aware, these web pages i wish to display are internal sites so when trying to use this service it didnt work - http://www.viewista.com/index.php
      My Computer


  2. Posts : 404
    Dual Booting Windows 7 64-Bit Ultimate Edition and Fedora 16.
       #2

    You want a screen shot or the whole working web page on the screen?
      My Computer


  3. Posts : 2,177
    Windows 8.1 Pro x64
    Thread Starter
       #3

    youllbelost said:
    You want a screen shot or the whole working web page on the screen?
    Cheers for the reply,

    It would need to be a working page rather than screen shots.

    Regards,
    JDobbsy1987
      My Computer


  4. Posts : 2,177
    Windows 8.1 Pro x64
    Thread Starter
       #4

    As a test i have tried creating a new page with the following:
    HTML Code:
    <div id='div1'><iframe src='http://jde-html/''></iframe></div>
    <div id='div1'><iframe src='http://ittimesheets:8080/ehour/eh/login/Login/''></iframe></div>
    <div id='div1'><iframe src='http://nagios/nagios/''></iframe></div>
    <div id='div1'><iframe src='http://tfs01/default.aspx''></iframe></div>
    but it displays like this:
    Multiple Web Pages on 1 screen/page??-capture.jpg

    How would i get these in a 2x2 grid?

    Regards,
    JDobbsy1987
      My Computer


  5. Posts : 140
    Windows Seven Ultimate x64 SP1
       #5

    align="right" maybe?
      My Computer


  6. TCG
    Posts : 190
    .
       #6

    HTML Code:
    <table style="width:1000px;">
        <tr>
          <td align="center" width="50%"><iframe src="http://slashdot.org" style="width:500px;height:400px;"></iframe></td>
          <td align="center" width="50%"><iframe src="http://slashdot.org" style="width:500px;height:400px;"></iframe></td>
        </tr>
        <tr>
          <td align="center" width="50%"><iframe src="http://slashdot.org" style="width:500px;height:400px;"></iframe></td>
          <td align="center" width="50%"><iframe src="http://slashdot.org" style="width:500px;height:400px;"></iframe></td>
        </tr>
    </table>
    You'll have to change your desired urls in the iframes, and can play around w/ heights and widths depending on the display you're going to be running on.

    Produces....
    Attached Thumbnails Attached Thumbnails Multiple Web Pages on 1 screen/page??-capture.png  
      My Computer


  7. Posts : 313
    Windows 7 Ultimate x64 SP1 clean install
       #7

    Add
    Code:
    style="overflow: auto"
    to iframes to have scrollbars.
      My Computer


  8. TCG
    Posts : 190
    .
       #8

    CyberZeus said:
    Add
    Code:
    style="overflow: auto"
    to iframes to have scrollbars.
    Overflow of auto is default for iframes on most mainstream browsers these days. You shouldn't need it but it cannot hurt either.
      My Computer


  9. Posts : 2,177
    Windows 8.1 Pro x64
    Thread Starter
       #9

    Thank you for all your replys on this, i have managed to get 2 things working now :)
    The code above has helped and i also found a firefox addon that allows the screen to be split.

    If it helps anyone then i have used this addon in firefox 4.0 - https://addons.mozilla.org/en-US/fir...don/tile-tabs/

    Regards,
    JDobbsy1987
      My Computer


  10. TCG
    Posts : 190
    .
       #10

    JDobbsy1987 said:
    Thank you for all your replys on this, i have managed to get 2 things working now :)
    The code above has helped and i also found a firefox addon that allows the screen to be split.

    If it helps anyone then i have used this addon in firefox 4.0 - https://addons.mozilla.org/en-US/fir...don/tile-tabs/

    Regards,
    JDobbsy1987
    Glad you got something working. And thanks for sharing that addon. Looks pretty awesome and I can surely find a use for that w/ my various snmp graphs.

    :)
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:27.
Find Us