The following code was designed to enlarge my thumbnail images and does so, but at intermediate times will stop working. Any suggestions would be greatly appreciated.
<TITLE>Java Popup Window</TITLE>
<SCRIPT language="JavaScript" type="text/javascript">
<!-- ;
var newwindow = ''
function popitup(url) {
if (newwindow.location && !newwindow.closed) {
newwindow.location.href = url;
newwindow.focus(); }
else {
newwindow=window.open(url,'htmlname','width=200,height=175,resizable=0');}
}
function tidy() {
if (newwindow.location && !newwindow.closed) {
newwindow.close(); }
}



Reply With Quote
opitup('products/parts/" . $TahoeImage . "')\"><img src=\"products/parts/" . $TahoeImage . "\" border=\"0\" width=\"75\" /></a>\n");
Bookmarks