I've got a form with two nested iframes that are side-by-side. The one of the left shows a directory listing of images, the one on the right is an image viewer. Below is the link that is used in the left iframe (this is inside a cfloop). When a user clicks on the link the image views properly, but I also want the image path & name values to be passed to a form field name "Image" that resides the form.
<a href="viewer.cfm?image=#subDir##name#" target="viewer" onClick="top.mainFrameSet.main.document.frmAddItem.Image.value=#subDir##name #;">#name#</a> The problem is the path & name values are not getting passed to the field name "Image". I'm not getting any javascript errors, but it does not work. Thank you, Stan Winchester ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

