cancel
Showing results for 
Search instead for 
Did you mean: 

how to make webdynpro window maximize?

Former Member
0 Kudos

Hi,

I am displaying an Adobe form in the web dynpro window. Is there a way to make that web dynpro window maximized? Currently by default, it is not coming up as a maximized window.

Regards,

Lakshmi.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

I hope you want the Interactive form occupy the entire browser window

change the height and width properties of the Interactive form

Abhi

Former Member
0 Kudos

Hi,

I am calling an URL of adobe form by using the method

Create_external_window().

and by using the method set_window_size() i am setting the window height and width,i mean to say i am hardcoding the values of height and width. other than this,is there any other way to set the window maximize ?

regards,

Lakshmi.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Lakshmi

pass the URL like this to the create_external_window

javascript:window.moveTo(0,0);window.resizeTo(screen.width,screen.height);window.location.href="http://google.co.in";

instead of http://google.co.in write your URL it will maximize the window

Abhi

Edited by: Abhimanyu Lagishetti on Jul 22, 2008 12:03 PM