Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Close the PopUp page with column link
Close the PopUp page with column link [message #325768] Sun, 08 June 2008 09:34 Go to next message
sreeramulu
Messages: 2
Registered: May 2008
Location: Mumbai
Junior Member
Hi I am Uday,

I am opening one popup page with below code in button URL using Page1:
javascript:popUp2('f?p=&APP_ID.:2:&SESSION.::&DEBUG.:::', 500, 700);
In popup page i have created one report on EMP table and also i have created one Column Link(Report Attributes>Column Attributes>Column Link)on EMPNO column.

Now my requirement is:
When i pressed on that Column Link it should close the PopUp page and pass some values to Page1.How can i do this?

For example:EMPNO Column has Colmn Link.When i clicked on Empno 7839,it should close the PopUp window and pass that value to Page1.


Thanks And Regards,
T.Uday
Re: Close the PopUp page with column link [message #325778 is a reply to message #325768] Sun, 08 June 2008 11:48 Go to previous messageGo to next message
patrick_wolf
Messages: 11
Registered: August 2007
Location: Vienna, Austria
Junior Member
Hi,

just have a look at the HTML code of a regular Popup LOV of APEX, there you will find all the necessary Javascript code you need.

Regards
Patrick
--------------------------------------------------------------------------------------------------------------------
*** New *** Oracle APEX Essentials *** http://essentials.oracleapex.info/
My Blog, APEX Builder Plugin, ApexLib Framework: http://www.oracleapex.info/
Re: Close the PopUp page with column link [message #325835 is a reply to message #325768] Mon, 09 June 2008 02:34 Go to previous messageGo to next message
dr.s.raghunathan
Messages: 540
Registered: February 2008
Senior Member
hi
just a curiocity will it not work with just a esc key
Re: Close the PopUp page with column link [message #325908 is a reply to message #325778] Mon, 09 June 2008 08:15 Go to previous messageGo to next message
sreeramulu
Messages: 2
Registered: May 2008
Location: Mumbai
Junior Member
Hi Patrick,

Are you speaking about standard PopUpLov In ApEx, Where can i find the HTML code of a regular Popup LOV of APEX.

Thanks,
T.Uday.
Re: Close the PopUp page with column link [message #404240 is a reply to message #325768] Thu, 21 May 2009 01:49 Go to previous message
dbhossain
Messages: 155
Registered: August 2007
Location: Dhaka
Senior Member

Try with the folloiwng code:

javascript:window.opener.location.reload();window.close();
Previous Topic: APEX Page Based Authorization Scheme
Next Topic: How to create Menu on start page
Goto Forum:
  


Current Time: Fri Mar 29 01:29:33 CDT 2024