This is very useful for some reasons :
- When designing some HTML stuff, and want the get the code generated by DW
- When you need Cut and Paste the text you have in the alert
- When your alert string is too big, and the dialog is bigger than the screen
- ...
Screen Shot :

How to use it :
When installing the extension, you get two main files : the command and a small javascript interface called special_alert.js
Insert the following statement into the <head> tag of your file :
<script src="../Shared/Special Alert/special_alert.js"></script> Of course, you need to adapt it to the location of your script
Then you can use the command with a simple call of special_alert(message) function where 'message' is the text you want to see into the command.
Bruno Mairlot works as full time employee in Security and High Availability company based in Luxembourg. He specialises in developing implementation of network and internet protocols with PHP and MySQL.