iframe fowards to actual target

T

Thomas A. Rowe

Most likely the site has coded their pages to not load within someone else's frameset and there is
nothing that you can do about that.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
B

Bill Schroyer

Back up all files befor changing.

You have a break out frames script in this .js file:
<script language="JavaScript"
src="/library/js/global.js"></script>

Remove the first line of this .js
if (window != top) top.location.href = location.href;

save it as global-allowframes.js and link your frames page
to it.

Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
-----Original Message-----
this is my code,
<IFRAME name=x src=http://packet8.net/about/areacodes.asp
width="80%" height=200 > said:
and with or w/o the " ", it sends the browser to the
actual target instead of displaying in the frame???!
 
B

Bill Schroyer

Lol, didn't stop to think about, that you where not the
owner of the site...The reason the code is there is
stop...well you from doing what your trying to do :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top