$w Function

This function is a shortcut for document.getElementById() to retrieve a DOM element reference.

var Ctl = $w('divContent'); Ctl.innerHTML = "Hello World";


function $w(ControlId)

Parameters

ControlId
The ID for the control to get a reference for.


  Last Updated: 9/22/2007 | © West Wind Technologies, 2008