Use Microsoft VBScript and JScript
Visual Basic Scripting Edition, also known as VBScript, is a scripting language based on the Visual Basic programming language but is much simpler to learn and implement. Typically, VBScript is used by Web site developers to implement interactive controls such as buttons and scroll bars. For more information, visit http://msdn.microsoft.com/scripting.
JScript extends the implementation of the ECMAScript (ECMA262) standard, which is based on Netscape's JavaScript and Microsoft's JScript languages. You can use JScript for a variety of tasks, from making your site more interactive to updating databases. For more information, visit http://msdn.microsoft.com/scripting.