Question
Access hidden form value?
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
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
