
November 11th, 2012, 10:14 AM
|
 |
!~ /m$/
|
|
Join Date: May 2004
Location: Reno, NV
|
|
|
I may be misunderstanding the problem, but if you want to send data back to your script, you would normally use the submit button. The onclick method is typically used to run some javascript, which could in turn submit a request back to your script if you needed to do something complex.
|