php - Want to run javascript code39.js to insert barcode into mailto -
i creating email using mailto , wish insert code 39 barcode using javscript routine code39.js, runs fine on screen page not in email.
i have inserted in head
<script language="javascript" type="text/javascript" src="code39.js></script>
in email body have:
<script language="javascript" type="text/javascript"> code39(","",",50,0,"<?php echo $barcode; ?>",1); </script>
nothing prints page seems happy code rest of email appears in outlook.
am trying impossible?
Comments
Post a Comment