Results 1 to 2 of 2

Thread: Script for Closing Window

  1. #1
    Join Date
    Jul 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Script for Closing Window

    Please pardon me if this is a basic question that might have been answered already...?

    I would like to close a child pop-up window (full-screen one opened from its parent) with:

    <a href="javascript:parent.top.window.close()">Close</a>

    so that the parent moves up for your attention once again.

    Is there a convenient script to make this code appear in the upper right corner in any computer resolution, or you would need to put it manually as an html code.

    (would prefer a script rather than add an awkward table, as this is to appear well outside the html area).

    Thanks!
    SuperGirl

  2. #2
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    <button id="eClose" style="font:messagebox;padding-left:10px;padding-right:10px;" onclick="Finish();">Close</button>
    help any?
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •