
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 02:06 AM - edited 08-18-2023 02:26 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:39 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:39 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:57 AM
Exactly, I got it already, but I take it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 10:20 AM
Cool. Thanks @Community Alums