• 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&#8221;,””,”height=625,width=680,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,left=100,top=100″)}

    </script>

The topic ‘using javascript page link as new window’ is closed to new replies.