Function detect_plugin(formName) on error resume next plugin = (IsObject(CreateObject("Csctrl.IsInstalled.1"))) IF plugin <> TRUE THEN document.location.href="http://www.codesaw.com/installCS.php?&csInstalled=1&iitInstall="+currentUrl() ELSE invokeCodeSaw(formName) END IF End Function