I have a form formABC that has a textbox plus a button. On clicking the
button, window.open() a popup window for user to select a value. The
value will then be passed back to formABC's textbox.
Now I want formABC to submit itself *AFTER* the textbox got a value. How
could I do it?
--
iTech Consulting Services Limited
Expert of ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288
button, window.open() a popup window for user to select a value. The
value will then be passed back to formABC's textbox.
Now I want formABC to submit itself *AFTER* the textbox got a value. How
could I do it?
--
iTech Consulting Services Limited
Expert of ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288
Comment