iframe...or a better way?
I'm trying to use an iframe to include a page from another website, but when you go to look at that page, it automatically redirects you to the page i'm trying to put in the iframe! Is there a better way to do this?
<iframe src="www.???.htm"
width="100%" height="400"
align="center"> </iframe>
|