Correction that should be:

<a href="second.jsp" target="_blank">Second JSP link</a>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tim Hughes
Cap Gemini Ernst & Young
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Addr.: Sandbrugt. 5-7, Postboks 3950, Dreggen, 5835 Bergen, Norway
> Tel:     +47 55 90 66 24 / +47 48 10 06 38
> Email:  [EMAIL PROTECTED]
Web:   http://no.cgey.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



-----Original Message-----
From: Hughes, Tim [mailto:[EMAIL PROTECTED]]
Sent: 2. juli 2001 15:39
To: '[EMAIL PROTECTED]'
Subject: RE: Opening up JSP from another window


Hi,

I assume you mean that you have a JSP which generates an HTML page and from
this page you want to have a link that links to a second JSP the results of
which should be displayed in their own window.

Then the link that you should include in your first JSP should look like
this:

<a href="second.jsp" target="_top">Second JSP link</a>

Tim.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tim Hughes
Cap Gemini Ernst & Young
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Addr.: Sandbrugt. 5-7, Postboks 3950, Dreggen, 5835 Bergen, Norway
Tel:     +47 55 90 66 24 / +47 48 10 06 38
Email:  [EMAIL PROTECTED]
Web:   http://no.cgey.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



-----Original Message-----
From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
Sent: 2. juli 2001 15:16
To: '[EMAIL PROTECTED]'
Subject: Opening up JSP from another window


I have one JSP application and I wish to open up another window in JSP.  I
was told to specify target="_window" in the url to pop up the JSP.  Where do
I put this?  If my jsp is test.jsp, to I say.
http://localhost:8080/test.jsp target="_window"
Can someone suggest the proper format for the URL?


This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is intended only
for the person to whom it is addressed. If you are not the intended
recipient, you are not authorized to read, print, retain, copy, disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all copies
of this message.


This message contains information that may be privileged or confidential and is the 
property of the Cap Gemini Ernst & Young Group. It is intended only for the person to 
whom it is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any part 
thereof. If you receive this message in error, please notify the sender immediately 
and delete all copies of this message.

Reply via email to