Is there anyway I can get the value of a text field without posting a form. I would like to use the value somewhere else in the same page.
|
1
|
|
|
|
|
|
The answer is to use some sort of client-side scripting. With plain old Javascript, if your text field has ID 'textField':
Or with jQuery:
|
||
|
|
|
You can call a javascript function on any events (By example when your text field loose focus) and get the text field value by using the |
||
|
|
|
|
You can use JavaScript. |
||
|
|
