Results 1 to 2 of 2

Thread: Close DHTML window

  1. #1
    Join Date
    Aug 2006
    Posts
    6
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Close DHTML window

    1) Script Title: DHTML WINDOW

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...htmlwindow.htm

    3) Describe problem: I using the window to display a form. How can I make the window close after the form is submited?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'd try adding this (red) to the form tag:

    Code:
    <form onsubmit="closeit();return true;">
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •