Hey,

Since I am a total Java "idiot" this sounds totally like "Greek" to me....
care to elaborate in terms that a "non-java" person would understand? <grin>

thanks
Jay



-----Original Message-----
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 2:32 PM
To: '[EMAIL PROTECTED]'
Subject: RE: CF and new browser windows


why don't you move the "window.open" code to the <script> section and then
call the function from the onclick=, that way you can check on the
JavaScript for the value of the field that tells you whether the 'legend'
should be opened and then issue another "window.open" call...

Bismarck Perez
*1-617-563-2896
* G10H
* [EMAIL PROTECTED]



-----Original Message-----
From: Jay Wigginton [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 2:20 PM
To: [EMAIL PROTECTED]
Subject: OT: CF and new browser windows


I have an application that creates thumbnail images of a larger image...
upon clicking on the thumbnail I have it opening a new window with the full
size image using the code...

<img src="#drawingthumbdir#/#thumbnail#" border="0" alt=""
onClick="NewWin=window.open('#drawingimagedir#/#drawing#','NewWin','toolbar=
no,scrollbars=auto,width=660,height=505');">

The problem I have now is that some of the full size images require a
"drawing legend" to be opened also...  can anyone offer any suggestions on
how to cause two new windows to be opened upon a click... and the order is
important also... must open the full size drawing above and then open
another new window with the legend.... or any other creative ideas on how to
accomplish this...

thanks
Jay

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
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.eGroups.com/list/cf-talk
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.eGroups.com/list/cf-talk
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