Sha256: d67a9c208bdcdc568f1bbb63d63dcdb946186b22ef69a545746cfd67170d9e14
Contents?: true
Size: 366 Bytes
Versions: 44
Compression:
Stored size: 366 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Alerts</title> </head> <body> <input id=alert type=button onclick="alert('ok')" value=Alert> <input id=confirm type=button onclick="this.value = confirm('set the value')" value=Confirm> <input id=prompt type=button onclick='this.value = prompt("enter your name", "John Doe")' value=Prompt> </body> </html>
Version data entries
44 entries across 44 versions & 2 rubygems