popUp()
From Hack Wars Wiki
| Function information for popUp() | |
| Function | popUp() |
| API | HTTP |
| Cost | $250.00 |
| Level | 5 |
| CPU Usage | 2 |
| Description | Causes a message to pop up on the visitor's screen. |
Example
This Example, if placed in the enter portion of an HTTP script, pops up the message Hello World! to the user that enters the site.
popUp("Hello World!"); |
