Hey all,
            Going a little bonkers here... I am trying to pass a JavaScript
variable to ColdFusion. As I understand it, I should be able to convert the
JavaScript to WDDX and then use CFWDDX to convert the WDDX to ColdFusion.
But I have no clue of the correct syntax to achieve this. Anybody have some
sample code kicking around? The part that I'm especially confused about is
getting the JS variable into WDDX form.

right now It looks like:

<SCRIPT>
 var left = eval(screen.availWidth / 2 - 395)
</SCRIPT>
 <SCRIPT>
 this.serializeValue(left);
</SCRIPT>
<CFWDDX action="WDDX2CFML" input="left" output="theleft" validate="yes">

Which I know is completely off.

Any help would be appreciated.

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Bill Sourour" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to