kmclaurin
10-21-2005, 03:57 PM
Hello, I am looking for help with :
DHTML Window
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow.htm
I am trying to call the closeit() function with a link :
<a href = "javascript:closeit()">Return to list </a> and
get an error on first line in the function :
document.getElementById("dwindow").style.display="none"
Is there a syntax I can use from a link to do this?
Many thanks!
DHTML Window
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow.htm
I am trying to call the closeit() function with a link :
<a href = "javascript:closeit()">Return to list </a> and
get an error on first line in the function :
document.getElementById("dwindow").style.display="none"
Is there a syntax I can use from a link to do this?
Many thanks!