PDA

View Full Version : i need help for make form


kote
07-23-2009, 07:21 PM
I want to make form like this html form: :confused:

<html>
<head>

</head>

<body>
<form name="form1" action="">
<label>
<input type="checkbox" name="checkbox1" id="checkbox1">
checkbox1
<select name="select4" id="select4">
</select>
</label>
<p>
<label>
<input type="checkbox" name="checkbox2" id="checkbox2">
checkbox2
<select name="select3" id="select3">
</select>
</label>
</p>
<p>
<label>
<input type="checkbox" name="checkbox3" id="checkbox3">
checkbox3
<select name="select2" id="select2">
</select>
</label>
</p>
<p>
<label>
<input type="checkbox" name="checkbox4" id="checkbox4">
checkbox4
<select name="select" id="select">
</select>
</label>
</p>
<p>
<label>
<input type="button" name="button" id="button" value="Button">
</label>
</p>
</form>


</body>
</html>

i want this button to open new pop-up window where will be shown only this which have been marked in form, and after them "send" button which will send form as e-mail letter.

if someone can help me please