Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

@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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Anurag Tripathi
Mega Patron

USe this

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

Ankur Bawiskar
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  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader