PDA

View Full Version : changing the look or the alert popup?




lankinator
05-20-2007, 03:57 PM
firstly is it possible to change the way you see the alert popup? <script>alert('this kind');</script>

secondly if it is how do you go about doing this?

DimX
05-20-2007, 04:24 PM
No. But you can use window.open() to make a custom window and write to it anything you want.