Category: JScript

Making a global variable in a form

January 15th, 2009
How to make a global variable in a form more »

Companion.JS is Firebug for IE

January 13th, 2009
I love Firebug but it only works for IE. They do have Firebug Lite for other browsers but it doesn't always work with all applications. In my searching I found a tool called Companion.JS. I use it sometimes when debugging issues with my CRM JS (You have… more »

Ascentium made a CrmService Library

January 13th, 2009
I have been looking around forever for some sort of CrmService library and Ascentium has made one. They also made it a while back so that would mean I'm not very good at searching. Well check it out. If you do working with CRM and JS then it will save yo… more »

Creating Objects in JScript

January 8th, 2009
I am working on project that uses JScript to communicate with Web Services. To try and make my life a little easier I wanted to figure out how to write a JScript library that would generate my soap requests and help me with the responses. I found the fol… more »