Mark, thanks, I tried it but didn't work.
I think my problem is that the destination file contains a frameset too.

I helped myself, destroying one of the framesets, playing with the images in
the background
that I don't need on of the framesets anymore.
But thanks for the help.

Uwe


----- Original Message -----
From: "OleBlighty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 21, 2000 11:20 PM
Subject: Re: Refresh out of a frame ?


Uwe,

In the <body> tag of the destination page (xy.cfm) put an ONLOAD function to
break out of frames.  It will look like this....

<BODY ONLOAD="if (parent.frames[1]) parent.location.href =
self.location.href;">

Hope this helps.

Mark.

----- Original Message -----
From: cftalk <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 21, 2000 10:10 AM
Subject: Refresh out of a frame ?


> I want to go to another page automatically with the help of:
>
> <meta http-equiv="refresh" content="5; URL=xy.cfm">
>
> The bad thing is this tag is part of a frame-file.
> So getting escaped out of it I have to do s.th. like this:
>
> <meta http-equiv="refresh" content="1; URL=xy.cfm TARGET=_blank">
>
> But this isn't working because the meta-tag obviously doesn't accept the
> TARGET-command
>
> Any ideas what to do ? Is there a JS to use here ?
>
> Thanks.
>
> Uwe
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to