Announcement

Collapse
No announcement yet.

OT: HTML wizards I need your help

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

    OT: HTML wizards I need your help

    I cannot find or remember the command to close a window. I have no name for the page. Maybe I need that before I can use that command but cannot find a way to name it. I am using front page. I appreciate the help.

    #2
    Code:
    <a href="#" onclick="window.close(); return false;">Close window</a>
    EDIT - A better example.

    Comment

    Working...
    X