How to use IFRAME In UI action to open the URL within ServiceNow

anilkumarsharma
Giga Guru

Hello Team

How to use IFRAME In UI action to open the URL within ServiceNow.

 

Regards

Anil Sharma

1 ACCEPTED SOLUTION

Karan Chhabra6
Mega Sage
Mega Sage

Hi @anilkumarsharma ,

 

You can use g_navigation.open('url') in the client side script of the UI action, such as this:

KaranChhabra6_0-1684826778146.png

 

If my answer has helped with your question, please mark it as correct and helpful

 

Thanks!

 

View solution in original post

2 REPLIES 2

anilkumarsharma
Giga Guru

@Ashley Snyder

can you help on this ?

Karan Chhabra6
Mega Sage
Mega Sage

Hi @anilkumarsharma ,

 

You can use g_navigation.open('url') in the client side script of the UI action, such as this:

KaranChhabra6_0-1684826778146.png

 

If my answer has helped with your question, please mark it as correct and helpful

 

Thanks!