What is the error?
Do you have the function wrapped in cfoutput as I don't see
it around that
line of code?
Could the error be related to the closing # not being there?
Is it WDDX related? If so, have you included the wddx.js
file?
--
Bryan Ashcraft (remove brain to reply)
Web Application Developer
Wright Medical Technology, Inc.
------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) ::
http://www.adobe.com/communities/experts/
"drj85" <webforumsuser@macromedia.com> wrote in message
news:f3i68o$pef$1@forums.macromedia.com...
> hey guys
> I was hoping someone could answer me a quick question.
How do I access a
> hidden form's value from coldfusion? I have setup my
hidden form using
> <input
> type="hidden" name="index_num" value="0" />
> then I need to have coldfusion pull the value from that
hidden input form.
> Any
> ideas? I tried to use FORM.index_num, but that gives an
error...
>
> more in depth, I'm calling it from a javascript
function:
> function thisOne() {
> var #toScript ( myArray [ FORM.index_num ], "jsArray" );
> }
>
> thanks alot
>