Returns the character position where the first occurrence of a substring occurs within a String object.
strObj.indexOf(subString[, startIndex])  | 
Returns the character position where the first occurrence of a substring occurs within a String object.
strObj.indexOf(subString[, startIndex])  | 
Arguments
Remarks
Example
Requirements
See Also