Results 1 to 4 of 4

Thread: To display webpage inside another webpage

  1. #1
    Join Date
    Feb 2009
    Posts
    69

    To display webpage inside another webpage

    hello friends,

    I would like to display small window with web page inside window of another web page.
    Is it possible to embedd web-page? If yes, then How can I do this using HTML?

    thanks......

  2. #2
    Join Date
    May 2008
    Posts
    2,134

    Re: To display webpage inside another webpage

    If you are looking a way to display a web page within a web page, this HTML code may be just what you are looking for.

    As you can see in the example below, we are displaying a web page within the web page that you are viewing right now.

    This HTML code will enable you to display rotating tips, images or whatever you like.

    Copy and paste the code below into your web page where you would like to embed the additional page.

    Code:
    <object data=http://www.web-source.net width="600" height="400"> <embed src=http://www.web-source.net width="600" height="400"> </embed> Embedd a web page within another web page. </object>
    Change the text indicated in bold to suit your needs.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,358

    Re: To display webpage inside another webpage

    For instance if you want to add media in your Web page, you first produce your clips. You can even use SMIL to coordinate multiple clips. You then embed your presentation by adding <EMBED> and, optionally, <OBJECT> tags to your Web page.
    However, you can use HTML markup or style sheets to place your clips, along with various RealOne Player controls, anywhere on your page.

    Well I will recommend you for displaying media in RealOne Player's three-pane environment instead of embedded webpage.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,572

    Re: To display webpage inside another webpage

    You can do this by iframe feature of HTML
    iframe helps you add and manage frames in your web-page window.

    Format or Syntax of using iframe -

    <iframe src="URl" name="Name"
    width="width" height="heigh">
    content if browser does not support
    </iframe>

Similar Threads

  1. Webpage Display not proper with Firefox 6.0
    By Swiz in forum Technology & Internet
    Replies: 4
    Last Post: 20-08-2011, 07:40 PM
  2. Internet Explorer cannot display webpage
    By No. 4 in forum Windows Vista Performance
    Replies: 3
    Last Post: 01-01-2011, 12:51 AM
  3. Internet Explorer Cannot Display The Webpage
    By Leeland in forum Technology & Internet
    Replies: 6
    Last Post: 19-05-2010, 01:01 AM
  4. Display webpage in iframe
    By Shophia_D in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 07:12 PM
  5. Replies: 9
    Last Post: 29-11-2008, 07:10 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,637,345.34160 seconds with 17 queries