[thelist] Coldfusion: getting javascript variables

ted serbinski tss24 at cornell.edu
Tue Jan 8 22:48:40 CST 2002


> <pre>
> <cfoutput>
> #form.packet#
> </cfoutput>
> </pre>
> 
> if it outputs the wddx packet, then your cf template is 
> receiving it properly.


That didn't work, only displays var name. I tried creating a new
document with the following code:

<html>
<head>
<title>test</title>
</head>

<body>

<form name="foo" method="post" action="test.cfm">
<input name="test" value="testing display">
<input type="submit">
</form>

<cfoutput>
#form.test#
</cfoutput>

</body>
</html>


However, when I run this too, I only get the variable name, and no
evaluation of what it maybe.

I am running this locally on my machine, could this be the problem?
Fresh install of ColdFusion 4.5 on WindowsXP with IIS.

Thanks again

ted






More information about the thelist mailing list