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]

