Dropdown URL option not opining the URL

Community Alums
Not applicable

Hi,

I am creating a dropdown with URLs. But when I select the URL option, it is not opening the window associated. Alert is working correctly, but not the URL. It is our internal URL. Kindly help.

 

I followed this https://www.servicenow.com/community/developer-forum/redirect-url-from-dropdown/m-p/1367634

 

url.PNG

 

value.PNG

 

 

error.PNG

 

1 ACCEPTED SOLUTION

Karthiga S
Kilo Sage

Hi @Community Alums 

 

Try  top.window.open instead of window.open.

 

Please mark it Correct and Hit Like if you find this helpful!

 

Regards,

Karthiga

View solution in original post

3 REPLIES 3

Karthiga S
Kilo Sage

Hi @Community Alums 

 

Try  top.window.open instead of window.open.

 

Please mark it Correct and Hit Like if you find this helpful!

 

Regards,

Karthiga

Community Alums
Not applicable

Exactly, I got it already, but I take it.

Cool. Thanks @Community Alums