Currently, I am utilizing an iframe to access another web service. The issue is that when users navigate to the targeted link, they can see the entire navigation menu. My goal is to restrict users from viewing the complete navigation menu.
The targeted URL contains five items, listed as follows:
- Overview
- Call Log
- Terrif
- Payment
- Logout
My aim is to limit users to only view the "Call Log" section.
Is there a way to achieve this? What steps should be taken to accomplish this task?