cancel
Showing results for 
Search instead for 
Did you mean: 

Resize browser window

Former Member
0 Kudos

Hi

I'm looking any way to resize my browser when my application start.

any ideas????

Thank you!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

you have probably configure your IE settings.Goto tools --> Internet options --> click on settings restore the settings you require.

rdgs,

guru

Former Member
0 Kudos

I'm talking about resize the browser from code and

close option to change size.

Former Member
0 Kudos

Hi Evgeny

See these javascript examples:

resizeBy:

http://www.w3schools.com/js/tryit.asp?filename=try_dom_window_resizeby

resizeTo:

http://www.w3schools.com/js/tryit.asp?filename=try_dom_window_resizeto

open: (use "_self" instead of "_blank" to open in current window)

http://www.w3schools.com/js/tryit.asp?filename=tryjs_openallwindow

(All examples come from: http://www.w3schools.com/js/default.asp)

For Dynpro, see:

and:

Hope that helps,

Yoav.