How to write the href to stay in the employee center help
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 05:14 AM
I needed to write some html to create a graphic section with CSS. I have an href that I have currently coded the link to the full url? Does anyone know how to just reference another page within the employee center without a full screen refresh? Sorry in advance, I'm new to employee center. Any help would be greatly appreciated.
My current href is just this:
<div onclick="window.location.href='https://myinstance.service-now.com/esc?id=emp_taxonomy_topic&topic_id=5650160697f629101184bb4e6253af58'">
I just need the href to go here without refreshing the entire screen:
esc?id=emp_taxonomy_topic&topic_id=5650160697f629101184bb4e6253af58
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 10:45 AM
did you find a solution for this ? Im facing the same issues