I just wanted to give you an update on how I was able to get this to work.

On my iframe page, this is all I had to do to get my javascript variable to 
assign it to a cf variable.

Thanks for those to helped.
Dan


<cfscript>
        getdatefield = ('
           <script language="JavaScript">
           <!--
           document.write(parent.document.eform.part_date.value);
           //-->
           </script>
        ');
    </cfscript>
    <cfoutput>#getdatefield#</cfoutput> 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330995
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to