How can I call the VBScript function:
GetSubordinates(managerID) from within the Javascript function. Thanks.
Code:<script language="Javascript"> Function callVBScript{ GetSubordinates(managerID); } </script>Code:<a href="#" class="a_style" onClick="callVBScript();"><%=aTopManagers(2, 0)%></a href>




