Description
Executes an alert($msg$) using javascript when using installer 2.0.
Attributes
| attribute | required | allowed values | default | description |
|---|---|---|---|---|
| msg | yes | string | "" | The message contents of alert() |
| pre | no | string | "" | HTML code before javascript message statement. (HACK) |
| post | no | string | "" | HTML code after javascript message statement. (HACK) |
| current | no | string | "" | URL of the iframe if javascript is disabled or javascript is commented out (HACK) |
Examples
Opens a pop-up box using Javascript saying "Only create the following page if your wiki is private":
##msg msg="Only create the following page if your wiki is private"##;
Using Google Iframe Hack:
##msg msg="The site showed below is Google."|pre="<!--"|post="-->"|current="http://google.com"##;





