Hi Sean,

>
>       My first instinct on this would be to a javascript onClick()
> event on the button, which triggers a function that changes the form's
> action attribute based on which button they clicked, then submit the
> form.  The function would look something like:
>
> function subform(destination){
>       document.myform.action=destination;
>       document.myform.submit();
> }
>
>       This is probably going to be much easier than futzing with http
> headers...


Good idea and I believe this will work... I was about to try stuffing
everything into the session.

Thanks,
Cameron


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to