<script type="text/javascript">
function disp_alert(firstName)
{
alert("firstName");
}
</script>
a textbox area field
<input name="firstName" type="text" id="firstName"/>
where you enter first names example "Bob"
and a button
<input type="button" onclick="disp_alert()" value="Calculate Lucky Number" />
What I would like is when I fill out the firstName textbox area say "Bob" and then next click the button...I would like a popup/alert with the firstName text inside saying what the textbox text I just filled in being in this example "Bob"
This post has been edited by XMEGA: 14 January 2009 - 07:34 PM

Start a new topic
Add Reply




MultiQuote
| 


