Web-head question

Out of context: Reply #17

  • Started
  • Last post
  • 21 Responses
  • flashbender0

    java script in the head portion:

    <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    }
    //-->
    </script>

    this is how they do their link:
    <a onclick="MM_openBrWindow('/samplesurveys/popup/popup.htm','popup','resizable=yes,width=422,height=450')" class="sample-thumb" href="#">View Pop-up Sample</a>

    clearly they just used the open Browser window behavioUr in Dreamweaver

View thread