[thelist] how to stop a combo box resetting itself?

apathetic timbooker at gmail.com
Tue Jun 8 04:24:17 CDT 2004


On Mon, 7 Jun 2004 14:13:39 -0400, Millie Niss <men2 at columbia.edu> wrote:
> The problem seems to be that the page is reloaded when the form is
> submitted.

If you show us your <form> tag it might be easier to help.  I would
suggest that you possibly need to set a target on the form, eg:

<form action="" method="" target="bottomFrame">

or, if there is some Javascript involved in the submission, you
probably need a return false in there somewhere.

(Actually... Everything that Edwin Martin said in his reply)

Tim

-- 
http://apa.thetic.org/


More information about the thelist mailing list