Hi All

I need to access a servlet from a <A HREF> link. A servlet method is called
which redirects to a JSP page. Normally without the servlet in between I
would call
JSP from javascript like so :

<a href="javascript://"
onClick="window.open('../foo.jsp','newwindow',config='height=400,
width=700,left=50,top=100
toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no
,status=no')">
Edit</a>&nbsp;</td>

But since I need the servlet to intervene and call the JSP itself, is there
anyway to acheive the same(with or without Javascript)

Thanks

Farooq

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to