I need to add an HTML href link in the confirm dialog box, but what I am getting is the text of the href not the HTML tag).
return confirm("Changes to your financial details may affect your GST or tax status for items already for sale via Momento Shop. Please read and confirm the Momento Shop<a target='_blank' href='/pages/terms_print'>terms and conditions.</a>")
Output of above code is:
Changes to your financial details may affect your GST or tax
status for items already for sale via Momento Shop. Please
read and confirm the Momento Shop terms and conditions.
But I need terms and conditions become a link (able to be clicked).