Hello,
I have requirement that calls for the user to submit a form and then display updates on the form while the module is running through its code. The will be entering data into the form as well as uploading a file.
In other applications I could just set the target of the form to a hidden iframe and do the updates VIA ajax and that way the form doesn't flash or open in another window.
I'm not sure what URL to set for the forms action, I added some scripts to the module but the form doesn't post to that script.
For instance if I set the forms action to
Livelink/livelink.exe?func=moduleName.scriptName and then submit it the form will submit but it's not going the script in the action.
Thank
Thanks
I have requirement that calls for the user to submit a form and then display updates on the form while the module is running through its code. The will be entering data into the form as well as uploading a file.
In other applications I could just set the target of the form to a hidden iframe and do the updates VIA ajax and that way the form doesn't flash or open in another window.
I'm not sure what URL to set for the forms action, I added some scripts to the module but the form doesn't post to that script.
For instance if I set the forms action to
Livelink/livelink.exe?func=moduleName.scriptName and then submit it the form will submit but it's not going the script in the action.
Thank
Thanks