Forum Moderators: open

Message Too Old, No Replies

Exiting "Frame Mode"

getting out of frames to go back to my index page

         

henry0

7:26 pm on Apr 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



one of my applications (php built) uses frames
I am not by all means in love with frames :)
however I had no other alternatives

here is my dilema:
within the frame I have a back button that uses a classical <a href... etc>
to point to my index page
problem is that it keep opening the index page in a frame instead of exiting the frame and serving the page out of frames

Hmm .. don't know if I am clear enough
the question is how can I write my link back to avoid it opening in frame

thanks

Henry

ganderla

7:35 pm on Apr 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I hope this works for you.

I use

<A target="_parent" HREF=

henry0

8:13 pm on Apr 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ganderla, thanks but that still open in the same frame

so I digged in my books to find something in the same line and found:

<<<
<a href="http://www.AnySite" TARGET=_blank><img src="rcp_top_2.jpg" etc...></a><p>

>>>
which did fine.