--- Tim Payne <[EMAIL PROTECTED]> wrote:
[...]
> information.  To fix this, I set up the action of the login form
> to post 
> the data to whatever HTTP_REFERER was recorded.  This wasn't a
> perfect 
> solution but it works for now.

Should probably put the fields as 

...
<input type="hidden" name="<%=fieldname%>" value="<%=fieldvalue%>"
/>

on your login form.  I don't think that posting a form with a
querystring as its action is exactly legal.  Different browsers may
interpret it diferently.

--Karl

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to