| Author |
How to create a popup window in JSR-168 portlet
|
Vivek Nidhi
Ranch Hand
Joined: Aug 10, 2003
Posts: 133
|
|
Hi, I want a portlet page to load another page in a popup window, how this can be done. I tried searching but none of the solutions are working for a JSR-168 portal, its always loading the same page. Can some one help me !! regards Vivek Nidhi
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Are you asking for a small popup window to be generated? You can do this through simple JavaScript. Are you asking for the entire portal to be redisplayed in a pop-up window? That's going to be a little trickier, and dare I say it, self-destructive. The portal represents an entirely new paradigm for thinking about your applications. Maybe if you describe what you're trying to accomplish, we might have a more portal-centric idea on how to make that happen. Cheers! -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Vivek Nidhi
Ranch Hand
Joined: Aug 10, 2003
Posts: 133
|
|
Hi, What I am trying is to show another HTML/JSP page on a button click. its not a small window, I need the whole page to be shown on a button click. regards Vivek Nidhi
|
 |
 |
|
|
subject: How to create a popup window in JSR-168 portlet
|
|
|