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

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -