Forum Moderators: coopster
...<input type=\"image\" src=\"".$dirSub."images/main/formGo.gif\" name=\"\" value=\"\"></form>...
Im using the form in a GET method to load up some items according to brand etc blah...
The problem:
The query string set from selecting an option (using a javascript) shows up fine n dandy i.e.
index.php?l=shop&g=all&cat=designers&subcat=ds
But when i use the image based submit form, with or without the name/value attributes it still posts something along the lines of:
(no name/value attributes)
l=shop&g=all&cat=designers&subcat=ds&x=0&y=6
or
(name/value attributes)
index.php?l=shop&g=all&cat=designers&subcat=ds&brandSelect.x=13&brandSelect.y=11
Is there any way of stopping this, am i stupid or did i miss something...
TIA