Hi,my cgi is working properly when I run it..the cmd is also executing properly when i manually run the cgi,but it is not giving the desired output when called from within the javascript, the command $cmd is not executing.I am getting the alert msgs which i coded inside cgi for test purpose..javascript call to cgi:var params = new Object(); params.vpath = IWDatacapture.getWorkarea();IWDatacapture.callServer("/iw-bin/catalog_details_new.cgi",params);catalog_details_new.cgi is attached..could anyone please suggest what is missing...??