Conor Kelly wrote:
>
> I know that servlets are a replacement for cgi and have tried doing it like
> cgi i.e.  <a
> href="http://localhost/servlet/DisplayInfo?username=conork">Click Here</a>
>
> but this doesnt seem to work. Does anyone have any ideas ?

You need to use the target attribute with the anchor tag:

<a href="http://localhost/servlet/DisplayInfo?username=conork"
target="name_of_right_frame">Click Here</a>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to