I was just working on this problem my self to clear a window.  Here is what
I used

onclick="top.e_body.location.replace('http://www.pysl.com/pysl_mail/templete
.htm');">


----- Original Message -----
From: "Art Broussard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 04, 2000 1:12 PM
Subject: Re: Frames


> >How do I refresh the contents of one frame while performing an action in
> >another? I am updating a column in my database in one frame and I have a
> >list of data in another frame. When updating the data I want the other
> >frame to reflect the change. Does that make sense?
>
>--------------------------------------------------------------------------
> ----
> >
> I am doing the very same thing.
>
> Try this.
>
> <SCRIPT LANGUAGE="JavaScript">
> <!-- Begin
> function refreshFrame() {
> top.frames['name_of_frame'].window.location.href = "page_to_load.cfm";
> }
> //  End -->
> </script>
>
> <body onload="refreshFrame()">
>
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> --------------------------------------------------------------------------
----
> 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