Hi , In my javascript , im calling a call server method . The call server executes a perl file which inturn should call a function(callServerDone) present in my javascript. This callServerDone function will invoke the next call server method present in call server queue.[html]<script language="javascript"></script>[/html]But the function is not called from the perl file. Is it possible to call the function ??How to execute mutiple call server methods present in the script??