Torna al Thread

<html> <head> <title>RenderBar Imaging™ Sample Code</title> <script type="text/javascript" src="barcode.js"> </script> </head> <body> <font style="color:'#000099'; font-family:'Verdana, Tahoma, Arial, Sans-Sarif'; font-size:'12pt'; font-weight:'bold';"> <b>Typing into the text box below</b> and clicking the "Show Barcode" button will generate a new Code 3 of 9 bar code. <table> <tr> <td> <input name="encode1" type="text" style="width:'200';" value="RenderBar" onfocus="this.select()" ID="Text1"> <input type="button" value="Show Barcode" onclick="DisplayBarcode('barcode1', encode1.value, 0, 100, 1);" ID="Button1" NAME="Button1"> </td> <td><div id="barcode1" style="display:'inline'; left:'50'; position:'relative';"></div> </td> </tr> <tr> <td> <input name="encode2" type="text" style="width:'200';" value="RenderBar" onfocus="this.select()" ID="Text2"> <input type="button" value="Show Barcode" onclick="DisplayBarcode('barcode2', encode2.value, 0, 100, 1);" ID="Button2" NAME="Button1"> </td> <td><div id="barcode2" style="display:'inline'; left:'50'; position:'relative';"></div> </td> </tr> </table> </font> <script language="javascript"> encode.focus(); </script> </body>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5