I Want To Put A Website Over A Site. Whats The Code. I Want To Have People Come To My Site And See Another Site As Well As Mine.
I Want To Put A Website Over A Site. Whats The Code. I Want To Have People Come To My Site And See Another Site As Well As Mine.
You get your choice, you can use either an iframe or frames. Iframe is easier:
Won't work if the other site has code to break out of frames on it though.HTML Code:<body> your page content here <iframe src="http://www.othersite.com" width="100%" height="500px" frameborder="0" scrolling="auto"></iframe> </body>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks