locked
dynamic redirecting RRS feed

  • Question

  • User-920262517 posted
    Hi ,

    I have recently developed an web application that draws a image across the browser, In this case i will use a line as an example.
    There is a vertical line across the browser, i have a database that marks various points on the line using the coordinates stored in the database. Using these coordinates, i managed to mark out the points on the line. However, what i really wanted is to actually make the points marked dynamic.
    For example, after creating the points on the line, user will be allowed to click on the point and redirect to another page for further processing. How do i make the points on the line dynamic?

    Wednesday, June 15, 2005 1:23 PM

All replies

  • User2063440066 posted
    Display the image as part of an HTML page, not just an image. That way you can just add a simple image map to go with your image, mapping the coordinates to the appropriate page you want the user to be redirected to for each coordinate.
    Monday, July 11, 2005 5:15 AM