Custom HTML popups

by Jeff8500
A quick simple example of how to create an HTML popu
Version 1.2 · Date Added: 8/20/08

If you wish to download this demo for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Jeff8500.CustomHTMLpopups##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Jeff8500.CustomHTMLpopups##version=1

A small demo on how to create HTML pop ups for your game, which typically look better than your average alert()/input(). Please tell me if there are any mistakes etc. that need to be fixed.

Version 1: It was released
Version 1.1: Small fix added; now players can't enter HTML in their name.
Version 1.2: Added a better fix (the html_encode() proc) and removed the old one.