About 851,000 results
Open links in new tab
  1. Translating to JavaScript from VBScript - Win32 apps

    Aug 23, 2019 · VBScript only uses one data type, Variant, which can be subtyped to represent strings, numbers, Booleans, and so on. In JavaScript, arrays can be expanded dynamically by …

  2. Converting VBScript to Javascript, What is the right way of …

    Dec 24, 2010 · You'd have to come up with a grammar for the source language, generate the lexer/parser, and then use that to generate an abstract syntax tree (AST). Once you have that, …

  3. The ScriptConverter Tool - slingfive.com

    ScriptConverter performs a basic translation of VBScript code into Javascript code. It uses Regular Expressions in Javascript to detect the language constructs and map them to the …

  4. How to call javascript function from vbscript - Stack Overflow

    May 23, 2011 · function myJavascriptFunction(){ myVBFunction(); // calls the vbs function } window.onload = myJavascriptFunction; Alternatives (incompatible in some IE versions): // …

  5. AI-Powered VBScript to JavaScript Snippet Converter

    Conversion VBScript to JavaScript using AI involves utilizing natural language processing (NLP) techniques and machine learning algorithms to analyze and understand the VBScript code, …

  6. Calling VBScript from JavaScript or vice versa? - Stack Overflow

    Jan 21, 2009 · Is it possible to call a VBScript function from a JavaScript call, or alternately call JavaScript from a VBScript call?

  7. A Javascript Library that implements most of the VBScript Builtin ...

    A Javascript Library that implements most of the VBScript Builtin Functions allowing easy upgrade from VBScript to Javascript. Or at least I hope so :)

  8. VB.NET to JavaScript Converter

    VB.NET uses a syntax similar to the BASIC programming language, with a focus on readability and simplicity. JavaScript uses a C-style syntax, with curly braces and semicolons to define …

  9. Calling JavaScript from VBScript - Snippets

    Mar 22, 2011 · Best of all, your VBScript code can call your JavaScript code, and vice versa. There is a little extra handling necessary for some data, such as arrays, but otherwise it’s all …

  10. [RESOLVED] Convert VBScript to Javascript-VBForums - Visual Basic

    Mar 9, 2011 · el = document.getElementById('myta'); tagstart = '<b>'; tagend = '</b>'; el.value = el.value.substring(0,el.selectionStart) + tagstart+ …

  11. Some results have been removed
Refresh