This function removes one or more elements from the screen.
Parameters:
- id1-- element identifier to remove or an object reference
- id2, id3, etc… - identifer2, identifer3, etc… (Optional)
Example:
removeElements("TextBox1", "OutputField1", "OutputField2");