|
Hi,
I working with my online shop and one of our customer asked if it was possible to make our favourites page into printer friendly page for stock checks. Not the page is an Active Server Document that populates according to the account logged in (of course since it is a favorites page). I have tried adding the following to the bottom of the page but I believe I am outside the actually document itself because it is not pulling just the page with in the frame work but the entire site page. If you need more info and think you can help, please let me know. Thanks.
<script language="javascript" type="text/javascript">
//Function to open pop up window
function openWin(theURL,winName,features) {
window.open(theURL,winName,features);
}
// -->
</script>
<strong><a href="javascript:openWin('/forum/shopwishlist.html','printer_friendly','toolbar=0,location=0,status=0,menubar=1,scrollbars=1,resizable=1,width=640,height=390')"><%=getlang("Langstocksheet")%></a></strong><br><br />
|
|
|
|
|
|
|
|