I think I have a fix!
<SCRIPT>
parent.mainFrame.location.href = '';
</SCRIPT>
I'm browser testing now!
-JB
James Blaha wrote:
> John,
>
> Thanks for the reply. I'll give it a try ASAP.
>
> Regards,
> -JB
>
> >Maybe you should try window.location or some other function for doing
> >that. You're not really opening the window, you're changing the
> >location on it. I don't know if that's causing the problem or not, but
> >that's the first thing that came to my mind.
> >
> >John
> >
> >-----Original Message-----
> >From: James Blaha [mailto:[EMAIL PROTECTED]
> >Sent: Monday, March 22, 2004 11:19 AM
> >To: CF-Talk
> >Subject: Window Open Issue
> >
> >Hello All,
> >
> >I have an odd issue opening a targeted window in my CF application.
> >Basically I have a framed page application that has a search panel on
> >the left and a result window on the right. The search template is a self
> >submitting form that processes the information in the search criteria
> >form then issues a targeted _javascript_ window.open command to populate
> >the main results in the right frame.
> >
> > <SCRIPT>
> > window.open('ResultSet.cfm','mainFrame');
> > </SCRIPT>
> >
> >For some odd reason the search form makes you submit it twice before
> >opening the right frame template via the _javascript_.
> >
> >Any ideas?
> >
> >Regards,
> >James Blaha
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

