Web Analytics Made Easy -
StatCounter Minimising a window? - CodingForum

Announcement

Collapse
No announcement yet.

Minimising a window?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Minimising a window?

    Does any one know how to minimise a window to the taskbar?
    Please, this must be possible.

  • #2
    the best way to do this is as x_goose_x said

    window.onblur = moveBy(4000, 4000) //to be extreme and futer proof
    window.onfocus = moveby(-4000, 4000)

    <a href="javascript:blur()">minimize</a>
    photoshop too expensive? use the GIMP! www.gimp.org

    Comment

    Working...
    X