Hello,

If the HTML form is like the following :

<form method="post" action="/servlet/Show">
    <input type=checkbox name="cb">
    <input type=text name="n">
    <input type="submit" value="Show">
</form>


How can Post to "/servlet/Show" with the values as following ?

n=Eric   and the CheckBox should be "CHECKED" 

Please help ???



Best regards,
Eric





==========================
If you know what you are doing, 
it is not called RESEARCH!
==========================

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to