Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Links and PHP


gb2md

Recommended Posts

:ph34r: Greetings,

 

I am trying to offer an Adobe PDF file that shows sample pages from a book on my web site. When you click on the link, it opens the file of the page samples AND it opens up a new browser with the store front home page on it. The script I am using is:

 

<script language="JavaScript">

<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

//-->

</script>

  <tr> <!-- Row 1 Column 1 -->

    <td>

      <div align="center"><b><a href="" onClick="MM_openBrWindow('http://www.compasspublishing.org/oscommerce/pdf/NP_CSSG_surgery.pdf','','scrollbars=yes,resizable=yes,width=800,height=600')" target="_blank"><font size="1"><font size="1">General

        Surgery</font></font></a> </b></div>

    </td>

 

If you want to see the real deal, the web address is www.compasspublishing.org

 

Thank you!

George

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...