mcemond
12-17-2003, 01:45 PM
Hi I am building a site 800x600 with thumbnails. My employer wants the thumbnails, once clicked, to open a new maximized browser window. Am I just an idiot or is this really hard? I've been messing around with the following sort of stuff...
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<a href="javascript:;" onClick="MM_openBrWindow('../images/product_images/oneapp_04.gif','','')"> blah blah blah.gif</a>
Thanks for any help,
Mike
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<a href="javascript:;" onClick="MM_openBrWindow('../images/product_images/oneapp_04.gif','','')"> blah blah blah.gif</a>
Thanks for any help,
Mike