CodeChargenewbie
Posts: 114
|
| Posted: 10/10/2007, 5:54 AM |
|
Hello,
Just wanted to say thank you all very much for this forum and everyone for their patience and assistance with people like me. It is much appreciated.
Now then, I have a bit of a problem. I have a page in codecharge that is passed a parameter from another page. I know how to access it (i.e. ccGetParam), but my problem is I need to manipulate it using javascript. I know one way is adding a hidden text field to codecharge and catching the parameter in that fashion and then calling the hidden text field in the javascript code. But is there another way to manipulate the querystring parameter being passed in for javascript consumption without utilizing the hidden text field method?
On a related note, does javascript recognize labels created in codecharge? Like if I have a label called Label1, can I write something like document.forms["newform"].Label1.value?
Thank you all very much in advance for help.
|