Can somebody please help me to make a script to include to fit with this form below please. I am wanting it to fill the form in then submit it when including onload with body. All future help really apreciated.
Code:
<form method='post'>
<input type='text' name='amount' value='$value' size='5' maxlength='5'>
<select name='type'>
<option value='1'>Selection1</option>
<option value='2'>Selection2</option>
<option value='3'>Selection3</option>
</select>
<br><br><input type='submit' name='doit' value='Send'>
</form>
|