javascript Programming Glossary: alertclose
Changing the way a JavaScript Alert() or Prompt() looks http://stackoverflow.com/questions/7056770/changing-the-way-a-javascript-alert-or-prompt-looks presented in the centre Rough CSS for the alertBox and the alertClose button #alertBox position absolute top 100px left 100px border.. background color #528CE0 padding 50px visibility hidden #alertClose position absolute right 0 top 0 background color black border.. provide a closing function to handle the click event on alertClose. function closeAlertBox alertBox document.getElementById alertBox..
|