superman
11-19-2006, 01:17 PM
hi
I was wondering whether you can use alert boxes to display form data or variables you have declared
e.g
<c:set var="output" value="hello displayed in alert box" scope = "request"/>
<script> alert(output) </script>
or
<input name="name" type="text" />
<script> alert(param.name) </script>
I was wondering whether you can use alert boxes to display form data or variables you have declared
e.g
<c:set var="output" value="hello displayed in alert box" scope = "request"/>
<script> alert(output) </script>
or
<input name="name" type="text" />
<script> alert(param.name) </script>