Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JavaScript
function SetName(sessionID, title);


Parameters

sessionID
Type: System..::.ObjectSession Object
Session ID; this can be a one character string, a single character, or an integer in the valid character range.

title
Type: System..::.StringThe String
The new window title to set; maximum length for the new title is 60 characters.

...