Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Hyperlink is not working

chandan31
Tera Contributor

Hi All,

 

This hyperlink is not opeing in new tab

<a href='https://www.google.com' >link</a>

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@chandan31 

you need to give target attribute as _blank to open in new tab

<a href='https://www.google.com' target='_blank'>link</a>

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

USe this

<a href='https://www.google.com' target='_blank'>link</a>
-Anurag

Ankur Bawiskar
Tera Patron
Tera Patron

@chandan31 

you need to give target attribute as _blank to open in new tab

<a href='https://www.google.com' target='_blank'>link</a>

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader