You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Robin Antony <ro...@newgsystem.com> on 2004/01/20 06:38:47 UTC

Reloading of Portlet

Hi,
I had initially posted a problem here. The problem was that when a pop up
window was opened on button click from a jetspeed portal. the portal used to
refresh itself. I couldn't find a solution for it then. But later I realised
that by using a combination of target="_blank" and onclick=window.open , it
wasn't reloading anymore. But I am still not able to figure out why when I
used just onclick=window.open, the portlet reloads itself. If anyone faces a
similar problem again this is one way of solving it.
<a href="http://localhost:8080/test/servlets/jsppage.jsp" target="_blank"
onclick="window.open(this.href,this.target,'width=500,height=400,resize=yes,
resizable=yes,directories=no,scrollbars=yes'); return false;" >Search
Records</a>
I have seen this question being posted here previously also.

Cheers,
Robin Antony
Software Engineer
New G System Pte Ltd
www.newgsystem.com


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org