Hi everyone,
I have one-field form on my website, which is supposed to be filled with barcode number. It was functional until few days age when the need emerged for the auto-submit.
As you can see, I have to make script which will automatically submit form when data is filled in barcode field.
Does anyone can give me some short guides how to do that, or just give me a link to some good tutorial or something?
Thanks...
eshko 0 Newbie Poster
Recommended Answers
Jump to PostYou can submit your form by stating it inside your conditional statement.
e.gif ( true ) { document.formId.submit(); return true; } return false;
Jump to PostHi guys,
i think i'm hanging my head around here, reading all your post. And i must admit, Airshow, is more reliable than me and always have his effective, efficient and precise solution...
But i think Airshow is on the run right now, rushing his way to work...
…
Jump to PostNot tested on any server, so it may not provide exact results' that you want.
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html id="xhtml10S" xmlns="
Jump to Post@essential
I may be wrong, but wouldn't the onblur event mean the field needs to lose focus?
If its auto-submitting the form then it should probably wait for a delay indicating the user has finished typing. Something like the solution posted in the comments on this site:
Jump to PostOr if you just want to submit the form automatically, w/o using any of those fancy button's, then you can simply apply the script provided below along with your page:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
All 18 Replies
essential 84 Posting Shark Featured Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
eshko 0 Newbie Poster
eshko 0 Newbie Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
Airshow 416 WiFi Lounge Lizard Team Colleague
eshko 0 Newbie Poster
essential 84 Posting Shark Featured Poster
eshko 0 Newbie Poster
essential 84 Posting Shark Featured Poster
mschroeder 251 Bestower of Knowledge Team Colleague
essential 84 Posting Shark Featured Poster
essential 84 Posting Shark Featured Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
eshko 0 Newbie Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
tazosmr 0 Newbie Poster
murat.ozkan.9028194 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.