(ot) How Would you do this (OCR and more)

2013-06-05 Thread Brian Thornton
-- Forwarded message -- From: Brian Thornton Date: Wed, Jun 5, 2013 at 11:56 PM Subject: How Would you do this To: cft...@houseoffusion.com I have a government client that is unable to natively export data out of a secured system.. Instead the ONLY option is to print, scan and t

Re: (ot) what in a ajax page could block a jquery click listener?

2013-06-05 Thread Rick Faircloth
It could be anything from a simple spelling error, to a missing character, or any number of problems. You'll to show some code in order for anyone to be able to help. Rick On Wed, Jun 5, 2013 at 9:32 PM, morchella wrote: > > i am stuck. > cant show any code. but most of it is old. > tried to s

(ot) what in a ajax page could block a jquery click listener?

2013-06-05 Thread morchella
i am stuck. cant show any code. but most of it is old. tried to stick a simple move multi select box into an existing page that does all sort of ajax call i can figure out. the jq stuff work fine in most/90% of the site just this one page it is confusing me.. may have to re-write the form. sick

Re: (ot) jQuery Select

2013-06-05 Thread Dakota Burns
Thanks for the response ... doesn't work as I'd hoped. On Wed, Jun 5, 2013 at 12:41 PM, Matt Quackenbush wrote: > > First you're telling the window to move to the new URL before the submit > line. This means that the submit is never reached in the processing cycle. > > Next, when you remove the

Re: (ot) jQuery Select

2013-06-05 Thread Matt Quackenbush
First you're telling the window to move to the new URL before the submit line. This means that the submit is never reached in the processing cycle. Next, when you remove the location change, "nothing happens" because you're explicitly saying to do nothing. Remove the function from the submit() an

(ot) jQuery Select

2013-06-05 Thread Dakota Burns
I am trying to use an HTML Select form component to select & go to a URL. I'm using the attached jQuery to accomplish this. The selection opens a new window to the intended URL but the submit function doesn't post the hidden name/value pairs. I suspect my syntax is a bit in conflict since the subm