JavaScript

From Visual WebGui Wiki

Jump to: navigation, search


Contents

Overview

JavaScript is used behind the scenes in Visual WebGui in it's controls. It is also used in many of the Custom Controls you create and can be used in controls like HtmlBox, AspPageBox etc.

This article is a collection of references to JavaScript usage, as well as some code samples for it's use.

See also

Tips

  • Show browser's time zone settings by entering the following in the location or address bar of the browser:
javascript:alert(new%20Date())

Rererences

Forum discussons

Other references

Personal tools