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

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

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -