Wednesday, March 31, 2010

Disable automatic web form submission by bacode scanning input

Input from barcode scanning to a web form filed will result in automatic web form submission.  To disable it:
  • In form element, add 'onsubmit="return false;"'
  • Change the type of the submit to 'button' and add onclick="Javascript:submit();" to button element
Bioconductor Task View: HighThroughputSequencing

HighThroughputSequencing