Computer >> Computer tutorials >  >> Programming >> Javascript

How to show hyperlinks in JavaScript alert?


Displaying hyperlinks in an alert box in JavaScript is not possible. To show links, use a custom alert box. With a dialog alert widget, you can achieve the following:

How to show hyperlinks in JavaScript alert?

For more on this, refer to the source code for Dialog Alert Widget.