Andy,

>Interesting... I wonder. I used IFRAME to display a PDF file within a
>CFLAYOUT (pushing data one way). However I am not sure of the level of
>interactivity possible with IFRAME (data going both ways). It might work if
>you just want to pass the form information one way to the IFRAME.

What I've done in the past is set the "target" attribute of the <form /> tag
to point to the <iframe />. Then whatever script your posting to in the
<iframe /> you can just use a JS callback function to notify the main page
when the upload is complete. That's a technique that I've used since 1998.

-Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287515
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to