Download Back To CSSScript.Com
An extremely lightweight JavaScript library for creating modal-style alert popups with ease.
show_alert('Default close button', 'Just a simple close button.')
show_alert('Custom close button', 'Close button with custom text label.', false, 'Ok')
show_alert('No close button', 'No way to close alert, refresh tab.', true)