I have 2 text areas in my page as;
<input type="text" id="a1"/>
<textarea id="b2"></textarea>
<a id="button">button</a>
When user click the button link, I want to alert the data entered in a1 and b2.
How can I do this?? Here is there demo
Thanks in advance…:)
blasteralfred
1 Answer