How to get the full url while loading the page.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:04 AM
Hi All,
I have requirement to get the URL if I click on the menu. I can able to get the base url using glide.servlet,uri but need full url. Based on that I can able to write condition.
Can anyone please help me?
1 REPLY 1

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:42 AM
Hi @Sethu Varma .
Please try below code for Server Side
gs.getProperty("glide.servlet.uri") + gs.action.getGlideURI();
Here is Client Script code
window.parent.location.href
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak