Custom HTML popups

by Jeff8500
A quick simple example of how to create an HTML popu [More]
To download this demo for your Linux/Mac installation, enter this 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

384 downloads
Version 1.2
Date added: Aug 19 2008
Last updated: Aug 21 2008
4 fans
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.

Comments

Michael3131: (Mar 28 2009, 6:59 am)
Hey Jeff,

Your little library has helped me out a load. While not everything made 'perfect' sense, with a little bit of experimentation and a bit of looking up HTML on the internet, I learned how to make browser windows, and take info retrieved on it for variables.

Thanks!