Disappears in 3 seconds
<input type="button" onclick="promptIt('info', 'Information for you!', 'Lorem ipsum...')" value="prompt info" />
Disappears in 3 seconds
<input type="button" onclick="promptIt('success', 'A Success!', 'Successful message')" value="prompt success" />
Does not disappear
<input type="button" onclick="promptIt('error', 'An error occurred!', 'Your error message')" value="prompt error" />
Prompt, does not disappear
<input type="button" onclick="promptIt('prompt', 'Are you sure?', 'Clicking OK will execute this: alert(\'you clicked OK\'); Clicking cancel does nothing.', 'alert(\'you clicked OK\');')" value="prompt prompt with a javascript hook" />
Prompt, does not disappear
<input type="button" onclick="promptIt('prompt', 'Are you sure?', 'Clicking OK will execute this: redirect();', 'redirect();')" value="prompt prompt with a function hook" />
Prompt, does not disappear
<input type="button" onclick="promptIt('prompt', 'Are you sure?', 'Clicking OK will download this as tar.gz', 'redirect(\'promptit.tar.gz\');')" value="prompt download as .tar.gz" />