httpClear
Client-side
Server-side
Shared
This page is incomplete! Help wanted!
Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.
This function removes all text from the current HTML output.
Syntax
httpClear ( )Code Examples
server
This sample resource page adds a message to be outputted saying there are players in the server, but clears output if the server is empty so a blank page is displayed instead.
[html]<html> <head/> <body> There are some players in the server. </body></html><*