I want to use this javascript (below) on a page link (not post) so that it just pops up the bathtub designer in a separate window. would I do this as a template and just have that script in it? how would I assign the link to use the function….?
<script LANGUAGE=”Javascript”>
function popupwindow(){
window.open(“http://www.rebath.com/designBath.htm”,””,”height=625,width=680,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,left=100,top=100″)}
</script>