Re: javascript and logic:forward

2007-07-02 Thread thenameless20
Ok, I've got it working much better. What I did was use JavaScript to redirect, setting window.location. I've read that logic:forward is a server-side redirect, and I did not try using sendRedirect yet. thenameless20 wrote: > > What comes firsta documents > > or > > > > Is this browser

javascript and logic:forward

2007-06-28 Thread thenameless20
What comes firsta documents or Is this browser dependent? For more backgound: The login for my site uses a cookie value, this cookie was created on the same domain but not in the java request, so if I'm correct javascript is probably the only solution I have to reading in this client's c