Overriding _top target

J

Jon Glazer

We are implementing an application in a frame that seems to have a lot of
"target=_top" links which, as predicted, pulls the app out of the frame its
supposed to stay in. Is there a way to force "_top" to be the frame it is
to reside in?

Thanks!
Jon
 
P

Philip Ronan

We are implementing an application in a frame that seems to have a lot of
"target=_top" links which, as predicted, pulls the app out of the frame its
supposed to stay in. Is there a way to force "_top" to be the frame it is
to reside in?

Nope.

The best you can do is use a batch processing editor to delete all these
target attributes.

Phil
 
N

Noozer

Philip Ronan said:
Nope.

The best you can do is use a batch processing editor to delete all these
target attributes.

I agree, but have you tried naming the parent form "_top"? Don't know if it
will work but worth a shot.

BTW, just wondering if "_parent" is a valid reference to the parent
container for a frame?
 
D

DU

Jon said:
We are implementing an application in a frame that seems to have a lot of
"target=_top" links which, as predicted, pulls the app out of the frame its
supposed to stay in. Is there a way to force "_top" to be the frame it is
to reside in?

Thanks!
Jon

Yes. Just rename target="_self" or remove the target.

DU
 

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top