Jump to content

A advanced popup window


Dark Knight

Recommended Posts

You are going to want to learn about the HTML DOM. In particular, the following two objects:Window - http://www.w3schools.com/htmldom/dom_obj_window.aspImage - http://www.w3schools.com/htmldom/dom_obj_image.aspUsing those, you should be able to open a window, load an image object, determine the size of the image, and then resize the window accordingly.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...