<table border="1" bgcolor="#C0C0C0" cellpadding="3" cellspacing="3"width="250">
<tr>
<th>Select</th>
<th>Documenet Name</th>
</tr>
<tr>
<td><input type="checkbox" ID="chk1" name="check1" /></td>
<td><label for="chk1">Word File.doc</label></td>
</tr>
<tr>
<td><input type="checkbox" ID="chk2" name="check2" /></td>
<td><label for="chk2">PDF File.pdf</label></td>
</tr>
<tr>
<td><input onClick="myPopup()" type="submit" name="button" value="Print" width="100px"></td>
</tr>
i want to display value of label "word file.doc" etc in pop up window when i check checkbox and click on button.how i solve this.
Thanks in Advance,saffu


Reply With Quote
Bookmarks