Results 1 to 3 of 3

Thread: DHTML Window Widget: Internal close button with Mozilla

  1. #1
    Join Date
    May 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DHTML Window Widget: Internal close button with Mozilla

    1) Script Title: DHTML Window Widget

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

    3) Describe problem:

    I use following Code to close the window (iframe):

    Code:
    <a href="#"  onClick="parent.ajaxbox.hide();">blala </a>
    With IE everything ist fine (open and close), but with Firefox (WinXP SP2, Fierfox Vers. 2.0.0.3) the window will not close...

    I hope you can help...

    cu
    Bjoern Horst

  2. #2
    Join Date
    Oct 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default What I use to close widget:

    <input type="button" value="CLOSE" name="exit" onClick="javascriptarent.closeit()">

  3. #3
    Join Date
    Oct 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    woops colon P is an icon???

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
  •