Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Search Cache ODD Problem - Imagemap

Quote Reply
Search Cache ODD Problem - Imagemap
Hi,

Thanks to all for the Search Cache-Plugin which works just great. BUT : Someone please help me out with this.

I am using an image instead of a submit button
in my search form. The problem is that when a user
clicks on my submit-image, the form automatically
appends the imagemap clickdata to the query sent
to the server.

That way, the cache plugin caches the following
query:
query=permoser&image.x=46&image.y=12

Obviously, if the next in line searches for the same
term, the chache plugin won´t recognize it as
the same term unless the user click on the exact
same pixel location on my submit button.

How could I work around this - I dont think there
is an option to strip the coordinate tags from
my query string.

Thanks,


Robert