url - Show hyperlinks in javascript alert -


is possible show hyperlinks in javascript alerts? mean, if like

alert("<a href='http://stackoverflow.com'>link</a>"); 

the alert show plain text "link".

is possibile show clickable url?

thanks

not possible. use "custom" alert dialog, have plenty jquery plugins this.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -