cancel
Showing results for 
Search instead for 
Did you mean: 

Open a popup at startup

laurent_chavanis
Explorer
0 Kudos

Hello,

I would like to open a popup at startup of a WD application, but I wonder how

to do it… I thought about a timed-trigger object with delay=1s but then,

each second there will be the check and the mouse pointer is then

transform to the sandglass… or is there an other pretty solution ?

Thanks and best regards,

Laurent

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182294
Active Contributor
0 Kudos

Hi Laurent,

You need to implement the Pop Up logic in startup View of your application. Use the following tutorial to implement the Pop Up Windows.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/dialog%2...

Regards

Abhilash

laurent_chavanis
Explorer
0 Kudos

Hi,

This works fine with Mozilla Firefox but not with IE; it says :

<i>IE cannot open the internet site http:// ....

Operation aborted.</i>

While this works on IE when I open the popup on a button-click...

Cheers,

Laurent

roberto_tagliento
Active Contributor
0 Kudos

Look here:

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/documents/a1-8-4/tutorial%20on%20creating%20dialog...

And launch the PopUp at the <b>wdDoInit </b>of forst "view" application.