Hello, I am developing a web based app. using servlets.
I have a list of links in a servlet generated page, and I want that when
one is clicked, a second window is openened calling a servlet.
<a
href=javascript:open(http://myserver/servlet/servletname?par1=va1&par2=val2,i,options)>
link text </a>
<a href=...>
<a href=...>
Of course, params vary in each link.
When I click a link, the window is opened, and the servlet is called,
but I lose the first page, and the only I can see is
[object Window] in textplain.
What happen?
Thanks in advance.
___________________________________________________________________________
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