Swiftbarcode      to create your own barcodes
  Home | Examples | Parameters | Products | Contact us | Site map | FAQ Quick links :  Order
  Barcode examples | JavaScript | JSP/Servlet

JavaScript control of applet parameters

All Swiftbarcode applet parameters can be controlled by JavaScript. This allows one to manipulate the barcode on the client side rather than having to call the server for changing parameters.


The function to set a parameter value is:

setParam(<param_name>,<value>)

Once one or more parameters are set, the chart applet has to be refreshed, using the following function:

repaint()