Passing arguments from an image map

  • Thread starter Thread starter Jon Cosby
  • Start date Start date
J

Jon Cosby

How can I pass arguments from an image map to cs code? I want display
information on the map area based on a query.

Jon Cosby
 
Hey Jon,
Make the hotspot's URL include a quesystring (for example: mypage.aspx?id=1), and then use the Request.QueryString[name as string] property (for example: Request.QueryString["id"] )

HTH,
Tim Stall


----- Jon Cosby wrote: -----

How can I pass arguments from an image map to cs code? I want display
information on the map area based on a query.

Jon Cosby
 
Back
Top