ID:172054
 
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?
JohnReaper wrote:
I was wondering what Topic() would return on submit. For example:

<form name=X>
<input type=text>
<input type=submit>

Would Topic() pick up the form name? And/or would it pick up the value of the text field?

I'm not sure about the form name, but if you gave the text field a name, it would get name=value for it.
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.