I'm using a TIdHTTPCommandServer to process a GET command from an server
image map. When the command is processed the URL in the address bar of the
browser includes the map click coordinates, eg:

http://www.asite.com/mywebpage.htm?123,231

This is a pain, since the purpose of the image map is to center a larger
dynamic image in a smaller veiwing area, so clicking on the image again (to
center on a different point) appends the new coordinates:

http://www.asite.com/mywebpage.htm?123,231?456,331

does anyone know how to respecify the url that appears in the address bar so
the image map coordinates don't appear?

Cheers,
Phil.


_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to