Confused!!!
|
| Posted: 06/11/2003, 1:07 PM |
|
I've built many CCS pages and have intermixed ASP and CCS code objects but suddenly on a new page I'm working on I can't seem to access form field values using request.form and request.form("formFieldName"). I've tried this and it's worked in the afterinitialize page event but now it will not. I can get at the CCS values using object.value but I would like to try something out using the ASP request object. Anyways this is boggling my mind and I can't figure out why it works on one page and not another. Hurrmph!
|
|
|
 |
rrodgers
|
| Posted: 06/11/2003, 3:43 PM |
|
Do you have multiple forms or are you using the file upload component?
Have you tried.
CCGetParam()
or
CCGetFromGet()
Any difference?
Rob
|
|
|
 |
Slightly < Confused
|
| Posted: 06/12/2003, 10:20 AM |
|
rrodgers your a good human.
Thanks for responding to my post but I was just being dumb and found the error in my ways.
I'd tell you what I was doing but then I'd have to kill myself in shame.
Thanks Again.
|
|
|
 |
|