- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_js_barcode_wristband_popwin.php
blobbebbd2b8b3f565f90cb773d27edfaea0ec26ad9f
1 <script language="javascript">
2 <!--
3 function makeBarcodeLabel(en)
5 urlholder="<?php echo $root_path; ?>main/barcode-labels.php<?php echo URL_REDIRECT_APPEND."&full_en=".$HTTP_SESSION_VARS['sess_full_en']; ?>&en="+en;
6 bclabel=window.open(urlholder,"bclabel","menubar=no,resizable=yes,scrollbars=yes");
9 function makeWristBands(en)
11 urlholder="<?php echo $root_path; ?>main/barcode-wristbands.php<?php echo URL_REDIRECT_APPEND."&full_en=".$HTTP_SESSION_VARS['sess_full_en']; ?>&en="+en;
12 wclabel<?php echo $sid ?>=window.open(urlholder,"wblabel<?php echo $sid ?>","menubar=no,resizable=yes,scrollbars=yes");
14 -->
15 </script>