firstly is it possible to change the way you see the alert popup?secondly if it is how do you go about doing this?HTML Code:<script>alert('this kind');</script>
firstly is it possible to change the way you see the alert popup?secondly if it is how do you go about doing this?HTML Code:<script>alert('this kind');</script>
No. But you can use window.open() to make a custom window and write to it anything you want.
Bookmarks