kruegerm has asked for the wisdom of the Perl Monks concerning the following question:
In javascript/jscript, I have tried loading the script ($('#element').load()) - I've tried full ajax calls within a function:
$.ajax({ url: '/myweb/myScript.pl', type: 'post', data: { 'id' : '1234', 'stg' : '13' } });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need help calling perl from javascript
by Your Mother (Archbishop) on Oct 17, 2019 at 19:21 UTC | |
|
Re: Need help calling perl from javascript
by choroba (Cardinal) on Oct 17, 2019 at 19:08 UTC | |
|
Re: Need help calling perl from javascript
by Anonymous Monk on Oct 17, 2019 at 23:24 UTC |