Can anybody help me please.
In my application,there is one option in which the user can put some masage in "textare" and submit the button
I need script whenever user sbmit his massage it get poup massage alert.....
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
<textarea id="mytextarea">
This is the default value of the textarea
</textarea>
<br>
<input type="button" value="Submit" onclick="alert(document.getElementById('mytextarea').value);">

Users browsing this forum: No registered users and 5 guests