';
}
function preview()
{
var imgwidth = (document.form1.imgwidth.value.length<1 ? 400 : parseInt(document.form1.imgwidth.value)+50);
var imgheight = (document.form1.imgheight.value.length<1 ? 200 : parseInt(document.form1.imgheight.value)+50);
prev = window.open('', '', 'width='+imgwidth+',height='+imgheight+',menubar=yes,resizable=yes');
prev.focus();
prev.document.open ("text/html");
prev.document.writeln ("
| "+document.form1.imagecode.value+" |
"+document.form1.preloadcode.value+"");
prev.document.close();
}
// -->
Infinite Fish: RollOver MegaCoder
©2001 Infinite Fish, All Rights Reserved.