Re: iframe cfscript getting parent form field values SOLVED

2010-02-21 Thread Dan Blickensderfer
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

Re: iframe cfscript getting parent form field values SOLVED

2010-02-21 Thread Dominic Watson
A word of warning; know the difference between client side and server side code. While you have solved your problem, you have not assigned the date value to a coldfusion variable at all here ('getdatefield' will never equal the date that someone has entered). Everything in the cfscript is as good