Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This function retrieves an element value by id. The value can then be passed to a JavaScript function, AJAX request, or some other process. Leading and trailing spaces are not trimmed with this function.

Parameters:

  • id or DOM reference to element – identifies the element to retrieve the value from

Example:

var value = getElementValue("TextBox1");
  • No labels