My IE Software (My Internet Explorer)
The My IE tool (myie.exe) enables
you to start the Microsoft Internet Explorer browser with more
options than are normally available. These options are detailed in
the following table.
| Parameter | Description | Accepted Values |
|---|---|---|
width
|
Specifies the width of the IE window, in pixels. | Integer (pixels) |
height
|
Specifies the height of the IE window, in pixels. | Integer (pixels) |
left
|
Specifies the left position of the IE window, in pixels. This value is relative to the upper-left corner of the screen. The value must be greater than or equal to 0. | Integer (pixels) |
top
|
Specifies the top position of the IE window, in pixels. This value is relative to the upper-left corner of the screen. The value must be greater than or equal to 0. | Integer (pixels) |
center
|
Specifies if the IE window must be centered in the desktop. If you activate this parameter the left and top parameters will be discarded. | yes/no or 1/0 |
location
|
Specifies if the IE window must contain the address bar. | yes/no or 1/0 |
status
|
Specifies if the IE window must contain the status bar. | yes/no or 1/0 |
menubar
|
Specifies if the IE window must contain the menu bar. | yes/no or 1/0 |
toolbar
|
Specifies if the IE window must contain any toolbar. | yes/no or 1/0 |
fullscreen
|
Specifies if the IE window must be shown in fullscreen mode. | yes/no or 1/0 |
scrollbars
|
Specifies if the IE window must show the scroll bars. | yes/no or 1/0 |
resizable
|
Specifies if the IE window can be resizable. | yes/no or 1/0 |
maximize
|
Specifies if the IE window will be displayed maximied. | yes/no or 1/0 |
url
|
Specifies the URL that will be opened in the IE window. | String |
The following is an example usage of My IE from the deploy\http.ini file:
[Browser] Params=--width=600 --height=400 --center=yes --toolbar=no --url=%s Path=##DWEBPRO_PATH##\myie.exe

