J
jbtigersrock1
I am trying to set up a button that matched the rest of my buttons using FP
and I need that button to close a window. Using this code I can get a link to
close the window but I can't get the button to do it. Any suggestions?
<a href="#" onclick="window.close()">
Close Window</a>
and I need that button to close a window. Using this code I can get a link to
close the window but I can't get the button to do it. Any suggestions?
<a href="#" onclick="window.close()">
Close Window</a>