R
Robert Hogan
Hello,
Hopefully a basic question.
I have an image that when someone clicks on it a want to execute a
process in which I use the co-ordinates (and store those co-oridnates
into a table).
The code displaying the image is
<a href="SetupMap.asp">
<img ismap src="/images/Map.bmp"
</a>
so when someone clicks it goes to the asp fine, (Eg.
..../SetupMap.asp?100,50). My question is how do I retrieve the passed
co-ordinates and place them in a variable? Since it's not a form the
usual methods (the ones I find documented) don't seem to apply.
Thanks in advance.
Hopefully a basic question.
I have an image that when someone clicks on it a want to execute a
process in which I use the co-ordinates (and store those co-oridnates
into a table).
The code displaying the image is
<a href="SetupMap.asp">
<img ismap src="/images/Map.bmp"
</a>
so when someone clicks it goes to the asp fine, (Eg.
..../SetupMap.asp?100,50). My question is how do I retrieve the passed
co-ordinates and place them in a variable? Since it's not a form the
usual methods (the ones I find documented) don't seem to apply.
Thanks in advance.