Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
calling callserver in from Javascript
sspopuri
I have a situation where I need to call callServer() from with JavaScript.
I am trying to achieve this as following:
<script language='Javascript'>
var api = parent.getScriptFrame();
...
function handle_selection()
{
...
var param = new Object();
param.mimetype = "TEST";
param.itype = "House";
param.value = "TEST1";
param.workarea = "area";
api.IWDatacapture.callServer('Ex_UpdateDealers.ipl','',true);
...
}
</script>
But this is not working! Any one has any idea?
Thanks in advance
Find more posts tagged with
Comments
jbonifaci
Please see his similar thread in the PERL forum.
ImageURI.jpg
Visibility.jpg