Eli Sidwell wrote:
> I am developing a search page, but when I submit using the GET method
> I don't want to send the values for all the controls. How can I keep
> the form from sending the values for all the controls on the form or
> can I edit the action line before it is sent.
>
> Already tried to edit the action line in the OnSubmit routine, but it
> appears that values have not yet been appended.
I think this is OT here, but briefly: only form elements with a name
attribute will be sent although it's probably best to handle empty items in
your server side script.
Hope that kicks you off in the right direction.
--
Net<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Method=GET, but not sending all values for all controls