Re: How to set target attribute when redirecting to another JSP

1999-09-16 Thread Nicholas Barrington
on.href = "login.jsp"; /script % } % -Original Message- From: Ronak Shah [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 09, 1999 8:04 AM To: [EMAIL PROTECTED] Subject: How to set target attribute when redirecting to another JSP I want to know if there is a way to set

How to set target attribute when redirecting to another JSP

1999-09-08 Thread Ronak Shah
I want to know if there is a way to set HTML "TARGET" attribute (want to set TARGET="_top") when I redirect to another JSP page. I understand that this mechanism is not a standard UI practice. This is needed when a user logs in and enters a framed version of HTML UI. A session is created as part

Re: How to set target attribute when redirecting to another JSP

1999-09-08 Thread Taylor Gautier
Return a page with Javascript in it to do it for you. -tg - Original Message - From: Ronak Shah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 08, 1999 3:03 PM Subject: How to set target attribute when redirecting to another JSP I want to know if there is a way

Re: How to set target attribute when redirecting to another JSP

1999-09-08 Thread Kirkdorffer, Daniel
-6225 Sr. Consultant, Syllogistics LLC Email: [EMAIL PROTECTED] Web: http://www.syllogistics.com/ -- From: Ronak Shah[SMTP:[EMAIL PROTECTED]] Reply To: Ronak Shah Sent: Wednesday, September 08, 1999 3:03 PM To: [EMAIL PROTECTED] Subject: How to set target attrib