%@ Language=VBScript %> <%Option Explicit %> <%Response.Buffer = TRUE%> <% 'Copyright © 2002, IDAutomation.com, Inc. All rights reserved. 'All trademarks mentioned are the property of their respective owners. Dim mnTimes if Request.form("sbarcode") <> "" then mnTimes = CInt(Request.form("sbarcode")) else mnTimes = 0 end if %>