cancel
Showing results for 
Search instead for 
Did you mean: 

Size of browser window

i033659
Advisor
Advisor
0 Kudos

Hello,

is it possible to prescribe the size of the browser window when calling a WD4A? I speak of the first

browser window which opens when calling the URL of the WD4A. So this is NO popup window from within a WD4A.

Now the size is the size of the last opened browser window - independent from WD4A or not. However this size is too big

and I want to control it.

Thank you!

Ingo

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ingo,

just an idea. If you have another web server in your environment you could build a small Startpage with a little javascript in it, that calls the WDA application via window.open and closes itself immediately. In window.open you can set the WDA window's size.

( I am not sure if it is possible to host simple html pages containing a javascript on the ABAP server).

Regards

Andreas

TomVanDoo
Active Contributor
0 Kudos

Yes, you can do that via a small BSP

BUT, and it's a big BUT

If the user changes the window size during the application, you're back to square 1

Former Member
0 Kudos

Upto my knowledge, I don't think that the IE Browser window size will be handled.

Former Member
0 Kudos

Hi,

i have the same problem.

I need the hight & width of the client-browser inside the WD4A.

Do you find a solution, or anybody else?

regards Daniel

TomVanDoo
Active Contributor
0 Kudos

Short answer to both:

not possible