<Don't worry: I solved the problem.>
Hi All,
I am building a search engine, based on postal codes. On top of that, I want to give people the otion to search by clicking a map. So I need two submit "buttons". I have that worked out:
<INPUT TYPE="image" SRC="nl.gif" name="formaction" value="1" HEIGHT="475" BORDER=0 ALT="picture button">
<input type="submit" name="formaction" value="Nu Zoeken">
But now, on the page which is loaded after submitting, I'd like to check which submit type was used. I had a look at an earlier post on this topic ( http://www.phpbuilder.com/board/showthread.php?threadid=10235075&highlight=button ) but I cannot get it to work. Anybody who can help me out with a piece of code?
Thanks!
J.