Author: thomaskutty | Posted on: 9/2/2009 12:00:05 PM | Views : 1149

 Hi,
I would like to know how and where in my code can I the grab the URL of an internet shortcut when clicked by user.
Let me explain:
- User accesses the website Eg: http:\\xyz.com and lands on the Splash screen (Windows authentication is used; IE6). Session Started. User continues browsing website. While browsing, user creates a shortcut on desktop for the nth page Eg: aaa.aspx
- User closes browser. Session still exists.
- User Dbl clicks shortcut and lands on aaa.aspx.
Now this is what I want to do:
When user Dbl Clicks shortcut, he should land on Splash screen and then get redirected to aaa.aspx (i.e., lands on the shortcut url via the splash screen)
How do I accomplish this? Where in my code can I grab the Request.url of the shortcut ?
 
 
 
...

Go to the complete details ...