I was wondering what Topic() would return on submit. For example:
Would Topic() pick up the form name? And/or would it pick up the value of the text field?
ID:172054
Jul 3 2004, 11:33 am
|
|
In response to Jon88
|
|
Oh, I was thinking if input had a name attribute. Decided not to test, but thanks.
|
In response to JohnReaper
|
|
Hmm, there's a problem. I also want it to output a list to Topic(). Though, I don't quite remember hwo to do it. It's at the tip of my tongue.
|
I'm not sure about the form name, but if you gave the text field a name, it would get name=value for it.