Announcement

Collapse
No announcement yet.

It's possible to launch a html page with specific dimensions ?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • It's possible to launch a html page with specific dimensions ?

    Hi ,
    Happy new year to all !

    It's possible with AMS 3.0 to launch a webpage with specific dimensions (ex : 800x600 with no toolsbars , no adressbar) like this javascript command :

    window.open('page.html', '','width=800,height=600,menubar=no,toolbar=no,lef t=20,top=0,scrollbars=0')

    Thanks !

    Stef the green elf )

  • #2
    Re: It's possible to launch a html page with specific dimensions ?

    Hi,
    This might be possible but what you would have to do is execute the user’s Internet Browser and then pass it some command line arguments. I'm not sure exactly what command line arguments are available to Explorer or Netscape but I'm sure they probably have the ability to accept a homepage, change the default window size, and window attributes.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment

    Working...
    X