|
Posted by ZeldorBlat on 04/27/07 03:29
On Apr 26, 9:44 pm, Man-wai Chang <toylet.toy...@gmail.com> wrote:
> <form name="frmTest" type="submit" method="post">
> <input type="textbox" name="txtA" size=10 value="">
> <select name="cboB" value="">
> <option value="1">1
> <option value="2">1
> </select>
> <input type="submit" name="cmdSave">
> </form>
>
> Normally when I click cmdSave, the form will be submitted, with cmdSave
> set.
>
> Now I need to open a popup for selecting a value into txtA and then
> submit the form without setting cmdSave, so that I could re-populate the
> options for cboB. How should I do it? I don't plan to use AJAX for the
> moment, but old techniques.
>
> --
> iTech Consulting Services Limited
> Expert of ePOS solutions
> Website:http://www.itech.com.hk(IE only)
> Tel: (852)2325 3883 Fax: (852)2325 8288
Ask a Javascript newsgroup.
[Back to original message]
|