1 <script language
="javascript">
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");