popup « Liferay « JSP-Servlet Q&A





1. How to open new popup window from liferay portal using jsp?    stackoverflow.com

How to open new popup window from portal using java script. I have jsp page with button , if i click the button need to open new popup window from portal.

onClick="window.open('/html/viewpdf.jsp','mywindow','width=500,height=350,toolbar=no,resizable=yes')">
this doesn't ...

3. Help needed: JSPX Popup: Icefaces1.8, Liferay 5.2.2    liferay.com

Hi We are using Icefaces1.8 and Liferay 5.2.2. I have a JSPX in which there will be a button, I want to call a page as popup on click on the button. Both JSPX pages are under my webapplication folder. For Ex: PageA.jspx has a button called "pop" PageB.jspx has to be invoved as popup on click on "pop" button. Please ...