>you're still overlooking the client/server issue.
>
>when you create your structure, you're doing it on the server.  that
>has nothing to do with the client until you make it have somethign to
>do with the client.
>
>e.g.
>
><cfset students = structNew() />
><cfset students.name = "Fred" />
>
><script type="text/javascript">
>     var studentName = "<cfoutput>#students.name#</cfoutput>";
>     alert(studentName);
></script>
>
>On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote:
>>

lol, thanks the penny has finally dropped :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253785
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