Internet Explorer Interface

  • Thread starter Thread starter BG
  • Start date Start date
B

BG

There is any way that can i control the IE interface from
a ASPX page?
For example i would like to open the IE in specific
location on the sceen and with specific size, also i don't
wan't to have any border (like the FormBorderStyle=none in
windows forms).
And last one can i make the IE window transparent?

any ideas or examples?

Thanks
 
You will have to have the initial page use the JavaScript window.open to
restrict size, et al. All changes to browser are client side, so server side
code will not do it, unless it writes out client code.

Window transparency is largely dictated by the version of Windows in use, so
I would not head down that route, as a rule.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top