Using a URL to Trigger an Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering if anyone has done this and how.

I want to be able to pass a parameter through a URL and based upon the URL
that is retrieved trigger an event.

For instance:
1. pass www.map.com/some_address
2. retrieves either
a. www.map.com/good_directions - which triggers a green light in the
application
b. www.map.com/bad_directions - which triggers a red light in the
application

If anyone might know a third party app that can sit on the server that does
this would be helpful as well.

Thanks
Fred
 
You can use query string for that and write a global event handler in ASP.NET
for the same

regards
Nishith
 
Back
Top