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
Post a Comment