|
-
Jul 29th, 2004, 09:50 AM
#1
Thread Starter
Member
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 ~~$ 
-
Jul 29th, 2004, 10:00 AM
#2
Frenzied Member
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.
-
Jul 29th, 2004, 10:04 AM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|