cancel
Showing results for 
Search instead for 
Did you mean: 

how to create pop-up window through iview when user logins.

Former Member
0 Kudos

Hi to all ep consultants,i have a requirement to create a a pop-up window through iView when users logins to the portal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi..

You can refer to advice in above thread...

Other Options could be either coding in Jsp or via Dynpro...

You can add pop-up window to the login page for that u need to modify the par file for the login page.

Its located in the server. usr/sap/<instance>/j2ee/j2ee_00/cluster/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/deployment/pcd..

Creating Popup Login Window in javascript/Web Dynpro

Refer this...

[]

&

[]

&

[]

&

[]

Creating Popup Login Window in javascript..

[http://forums.devshed.com/javascript-development-115/creating-a-popup-login-window-374627.html]

Thanks....

Former Member
0 Kudos

hi chetna , i have created a iview but i not able how to display it in portal....I am new to portal...If u could help....

Former Member
0 Kudos

add that iview to page

then add page to workset and workset to role.

then add that tole to the user or group to whom you want to display

Koti Reddy

Former Member
0 Kudos

Hi...

Create an iView that uses this component. (Create from PAR file).

Add this iView to a role which has an entry point as yes & low valued sort priority so it will appear to the left of the top level navigation i,e. its position is first.. This way the pop up always comes.

For this..

Go to Go to content Administration.

Create your New Folder.

Right click your folder->new->Page(1 column Full Width)

Keep this Page open..

Now go to your iview...

Right click your iview->add iview to page..

In same way..

Now add page to Role and then add that tole to the user or group to whom you want to display.(Keep entry point of Roleas Yes).

Thanks...

Edited by: Chetna Verma on Sep 4, 2008 8:54 AM

Edited by: Chetna Verma on Sep 4, 2008 8:59 AM

Answers (3)

Answers (3)

Former Member
0 Kudos

Resolved on click of logon button call Portal IView's complete path in logon.par file

Former Member
0 Kudos

hi Mr Chetna and Mr koti...thanx for ur help...I have made an iview than a page and assingned it to portal...But now can u plz tell me ...how to configure it so that it can be displayed as a pop up when user logs on.

Former Member
0 Kudos

Hi ..

Now Add this Page to a Role which has an entry point as yes & Sort Priority low lets say 1 so that it will appear to the left of the top level navigation i,e. its position is first..

This way the pop up always comes whenever user logins..

Thanks...

If our replies helped you in any way...

Rewards appreciated....

Former Member
0 Kudos

hi, as you said I have done it..but my problem is that I dont want to display it in top level navigation....it should pop up when the users enter his id and password in the login page...and when he enters the pop up should display....

If you could contribute it will be a great help

Former Member
0 Kudos

Hi..

Your requirement doesnot deal with any TLN Customization instead It involves modification of LogonPage.jsp.

In this there is a event onSubmit or on Login such that when this event is called it redirects user to loginpage/window..

So as per your requirement you will have to create a new Portal Component in between containing your iview link to be called..

Also u can put some time delay in between so dat after Popup, may be within 10msec, it should take u to login window...

Hope u understand....

I hope this will provide some help..

[]

&

[]

&

[;

&

[]

Thanks....

Rewards for replies will be appreciated....

Edited by: Chetna Verma on Sep 5, 2008 9:48 AM

Former Member
0 Kudos

Also..

[;

Thanks....

Former Member
0 Kudos

Hi ,

check below thread which is useful

Koti Reddy