I have a webpage in VB.net with a link so that when users click a url link, it directs them to an external website and it works but I want to add a extra layer so that it shows a message or intermediary page before the external page is loaded to the user. For instance, show a progress bar with dealy and message stating “You are leaving this website” before showing or being redirected to the external page. I am using the link below to show the external link. Can you please help with this:
<a href = "<%# Eval("LinkUrl") %>" target="_blank"> Go to link</a>
Thanks in advance