ResizeWebPage |
Top Previous Next |
×V4.5Ø
Syntax - ResizeWebPage <Width | Maximum> [<Height>] Where: <Width> is a number in pixels or keyword Maximum. <Height> is a number in pixels.
Description: This command allows users to change the dimensions of a web browser. The minimum window size for Internet Explorer is 250 x 100 pixels. If any value is provided less than these dimensions there will be no change in the browser size. You can replace the width parameter with the keyword Maximum to make the window full screen. If the Internet Explorer window is minimized the command will not change its size.
Soarian SmartUI: No Chrome: No
Sample 1: The following resizes the IE browser to a width of 1024 pixels and a height of 768 pixels. ResizeWebPage 1024 768
Sample 2: The following resizes the IE browser to the maximum resolution available for the display. ResizeWebPage Maximum
Sample 3: The following resizes the IE browser to a width of 1024 pixels and leaves the height unchanged. ResizeWebPage 1024 0
See Also: |