I am developing a project where users will need to be able to click on
an image map to choose a path between several different places on the
image. For example they click on A, B, C, then D compared to B, C, D,
A.
I am using an image map to detect where on the image the user clicks and
storing the click as their response in the format (A,D,B,C). I
understand all of this.
MY QUESTION IS… is there an easy way to draw lines from point A,B,C
and D. The lines do not need to do anything but appear on the screen.
I am trying to make it so the user can see there path as they click
their way through the image.
I am trying to stay away from custom javascript b/c it doesn’t always
work they way you want it to in all the different browsers.
Is there an easy or should I say dependable way to do this? Any plugins
or built in AJAX. I have been searching around but haven’t found
anything that solves my problem.
Thanks in advance,
Chris