cancel
Showing results for 
Search instead for 
Did you mean: 

open popup window on application start

Former Member
0 Kudos

Hi experts,

My requirement is that i want a popup window to appear as soon as i run my application. I dont want a browser window/main window to open.

Even if it is required that the main wndow should open, how do i get it to close immediately?

Thanks and regards,

Pris.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>I dont want a browser window/main window to open.

That's really not possible in Web Dynpro. The dialogs/popup windows in web dynpro are just floating iFrames. They aren't separate browser windows or windows to the OS. They aren't even really separate from the main page content. We are just using layers in Dynamic HTML to make them appear to be windows - but they aren't really. You can't have dialogs/popups in Web Dynpro without the main browser page/window underneith.

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Pris,

I think main window will open first and then popup will come

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hi Bala,

Is there a way to resize the main window itself and make it appear as a popup?

Thanks,

Pris.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There are no APIs in Web Dynpro to allow you to control the browser size of the main browser window.