onionpatch
March 14th, 2003, 09:20 PM
Please excuse my ignorance as I'm new to javascript/html etc..
:eek:
I want to be able to revalidate/reload a single form on a frame with multiple forms, i.e. not refresh the values in other forms which have already been entered. All the searching I've done seems to indicate you can only revalidate an entire frame. i.e.
onChange="document.myform.value = 'refresh'; submit()
The idea is to alter the value of a select drop down, and based on the new option, reload a related select drop down.
Is it possible?
Thanks,
Adam
:eek:
I want to be able to revalidate/reload a single form on a frame with multiple forms, i.e. not refresh the values in other forms which have already been entered. All the searching I've done seems to indicate you can only revalidate an entire frame. i.e.
onChange="document.myform.value = 'refresh'; submit()
The idea is to alter the value of a select drop down, and based on the new option, reload a related select drop down.
Is it possible?
Thanks,
Adam