in reply to Call Perl script from Javascript
Hello Abed, i am imagining a kind of search field dropdown which auto fills as you type. Essentially you just need to direct the XHTMLrequest object to the Perl script. Using a CGI script to query the database with the use of database handles and statement handles and then creating a valid XHMTL object to return, which can then be appropriated by the Javascript into the DOM on receipt.
If you want a more specific answer you will need to provide some code
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Call Perl script from Javascript
by fattahsafa (Sexton) on Mar 19, 2014 at 21:29 UTC | |
by Anonymous Monk on Mar 19, 2014 at 21:46 UTC | |
by fattahsafa (Sexton) on Mar 19, 2014 at 22:20 UTC | |
by Anonymous Monk on Mar 19, 2014 at 22:27 UTC | |
by fattahsafa (Sexton) on Mar 19, 2014 at 22:34 UTC |