Inserts the script object into the HTML stream.
Syntax
object.display()
Remarks
The display method inserts the script into the HTML stream. If the object is in the HTML stream, you can change whether it is visible on the screen to the user with the hide and show methods.
Note Once the display method has been called in server script (ASP), you can't do anything further with the control, such as call the show or hide methods, or set the disabled property.