cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a pop iView?

Former Member
0 Kudos

hi, I am hanif i am new to portal,can anybody please tell me how to create a pop iView once the user logIn to the portal , iview shud popup like an normal window popup automatically and shud be closed by the request button pressed by the user.

is there any property of iView or can be done by programming only.Plz provide me assistance in the case.

Thanx in advance

Regards:

hanif

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hanif,

it cannot be done by changing an iview propety.You create a simple Portal application with a jsp and write html code to create a popup(alert,confirm box etc) or you can modify either masthead or Topnavigation par files.

search sdn on how to modify the par files.

You can create a webdynpro for java application and create an iview out of it and add it to default framework page

If any issues revert me.

Thanks

Bala Duvvuri

Answers (2)

Answers (2)

Former Member
0 Kudos

answered thanks

Former Member
0 Kudos

You need to create popup iView programmatically. Please see this link.