Setting Emplorer window properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anyway to set certain display properties of internet explorer window
when you are in a certain page. i know that when you use window.open()
function you can set it there, but I want to be able to set these properties
without having to open a new window. how would you do that?

thanks in advance...
 
Angel,

I do not think you can do this with javascript or .net (server side so no
browser control). If you could it would open up many security risks(e.g.
domain spoofing, etc...).

I hope this helps.
 
Back
Top