> Is it possible to have a form submit without waiting for a > user to click submit? All my parameters are hidden, that's why I ask.
You could meta-refresh with all the form parameters in the query string, or maybe javascript.submit() the form, or use a lonely continue button :) -dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]