library
library copied to clipboard
Open barcode result in new window
trafficstars
How i can open the result of the barcode-scan in a new window?
If i use:
<form action="controlephp.php" method="post">
<input id="result" type="text" name="result" value="">
</form>
...
document.getElementById('result').value = result.text
document.forms[0].submit();
It opens in the same window.
if i put target="_blank" in form, i have a scan result but the form is not submitted anymore.
thanks
How about <input type='submit' value='Submit' onclick="this.form.target='_blank';return true;">
Stale issue message
@.*** is niet meer actief. U kan uw mail voor VMT verzenden naar @.***