D d.basker Registered Mar 28, 2008 #1 Will window.close(); or self.close(); javascript function work in mac machine safari browser.What is the workaround for this? Thanks in advance, Basker.D
Will window.close(); or self.close(); javascript function work in mac machine safari browser.What is the workaround for this? Thanks in advance, Basker.D
ElDiabloConCaca U.S.D.A. Prime Nov 23, 2008 #3 Code: window.close(); ...works just fine for me. Go here: http://jeffhoppe.com/portfolio/numnut.com/illustration.html Click any thumbnail, then view the source of the resulting window. "javascript:window.close()" onclick of the picture closes the window. Can you link us to an example where window.close() does not work for you in Safari?
Code: window.close(); ...works just fine for me. Go here: http://jeffhoppe.com/portfolio/numnut.com/illustration.html Click any thumbnail, then view the source of the resulting window. "javascript:window.close()" onclick of the picture closes the window. Can you link us to an example where window.close() does not work for you in Safari?