> of the script done... It checked for keyword1 being blank. I
> tried just adding another && notEmpty(form.keyword_phrase)
> to the script besides the first if... And that didn't help.
If you want to ask an OR question, use the "||" operator. The "&&" operator
is for AND questions.
> 2.) It somebody chooses a time period from the drop-down, that the
> radio button for 'timeperiod' is selected automatically.
Add an onchange event handler to your SELECT which sets the appropriate
radio button's checked property to true:
<select ... >
I'm assuming you want the second one checked.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

