Results 1 to 3 of 3

Thread: Previewing a web page... HTML

  1. #1

    Thread Starter
    Member khalil's Avatar
    Join Date
    Apr 2004
    Posts
    49

    Previewing a web page... HTML

    How can I show a complete web page in another web page using html coding .
    e.g

    <html>
    <body>
    <p>
    An image from W3Schools:
    <img src="http://www.w3schools.com/images/ie.gif" width="73" height="68">
    </p>
    </body>
    </html>

    In above example ,there is only a image from another web page .
    but
    How can I show a web page instead of a image
    Show the www.khalil.cjb.net
    in another web page Using HTML coding ...
    Muhammad Khalil Raza

    $~~ Well do or don't do ~~$

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    You could try an iframe.. but why do you want to do this? Just linking to it will be fine!
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    If you want their page and only their page visible (íe you're stealing it). then use frames. I never use them so I can't remember the HTML for it. try having a look at htmlgoodies.com.
    otherwise, use iframes as already said.

    Best thing is to link to them though.
    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width