View Full Version : stop page from breaking out of frame?


raindrop_
05-02-2003, 08:19 AM
hi, i have a page that i need to promote, but it always breaks out of frames and traffic exchanges don't allow that. i can't edit the page or anything..so i'm hoping that i can stop this page from breaking out of frames by doing something.

i've had suggestions that i could maybe embed this page into an image, but how do i do that?

any other suggestions?

Sheila
05-02-2003, 09:42 AM
Did you target your links?
http://www.lissaexplains.com/frames.shtml#faq

raindrop_
05-02-2003, 09:46 AM
well the problem is it's just an affliate program i've signed up and they give me a link that i'm supposed to promote. however, that link they give breaks out of frames, so i can't really do anything about it since i can't control the link ._.

unless you mean if i like..create a new page and do something like put it in a frame? but it still breaks out of all frames ._.

raindrop_
05-03-2003, 12:58 PM
anyone? please help me out :(

Elentari
05-03-2003, 01:07 PM
Do you mean for example they tell you to promote a site and give you the link of www.promotesite.com and you have to incorporate it into your site but you want it to stay inside your frames?

If that is the case just target it.....like when you make your promotion link add the target tag to target it into your frame.

example:

<a href="http://www.promotesite.com" target="frame">I'M PROMOTING THIS SITE</a>

raindrop_
05-03-2003, 01:12 PM
well the problem is i need the page to show, is there any way you can insert pop ups into your page? like there'll be a popup when a visitor visits your site?

Elentari
05-03-2003, 01:21 PM
Why don't you just do target=_blank...it would open the promotion page in another browser while keeping your page untouched.

<a href="http://www.promotionpage.com" target="_blank">promotion page</a>

raindrop_
05-04-2003, 03:02 AM
um, what i meant is, i'd like the link to just open by itself, not to open only when people click a link.

is there any script so that when someone enters your site there'll be a popup?

Elentari
05-04-2003, 03:24 AM
This might help

http://javascript.internet.com/messages/auto-popup-window.html