Greets!
Here is the script:
<script LANGUAGE="JavaScript">
function windowPop(url,name,features)
{
window.open(url,name,features);
}
</script>
And I call is using:
<a class="screenshot" href="javascript:windowPop('/runningwolf2.com/yamaha-r1.htm','screenshot','top=200,left=175,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=270,height= 230')" onClick="this.blur()" onmouseover="window.status='Click here for a screenshot';return true">Screenshot</a>
Of course, with 30 of these links, this makes for a ton of extra code. Can I move the parameters to the <script> section, so that I only need to pass the URL in the <A> tag? This would cut down on lot of code, but I'm javascript challenged.
Go slow, and use single syllable words!
Pat Richard
Web weenie
http://www.gurusnetwork.com
ICQ 23113317