Was ist eine Visitenkarte ?

-----Original Message-----
From: Sergey A. Vorobiev [mailto:[EMAIL PROTECTED]]
Sent: 09 October 2000 09:42
To: [EMAIL PROTECTED]
Subject: Re: how do I set target (another frame name or _top[HTML])
forjsp:forward


Sunil Jaiswal wrote:
>
> All:
>
> Can any one tell me how do I set target (another frame name or _top[HTML])
> for jsp:forward
>
> for example:
> when I have a <jsp:forward page="sample.jsp"/> in the left frame of my
HTML
> page,
> I want this forward to point to the right frame of my HTML.
>
> Any help would be grateful. Waiting for the reply.
>

You can't do this. Use JavaScript instead, something like this:

document.myRightFrameName.location.href="sample.jsp";

--
Regards,
Sergey Vorobiev

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to