Hey I am having issues with a form box.
This works like a charm:
<input type="submit" name="action" value="Add Site">
But this doesn't work:
<input type="image" src="addsite.gif" name="action" value="Add Site">
What I want to do is replace the button with an image. But it don't seem as if the "action" value is sent through the browser.
Or is there a special method for picking up the value? I mainly just do "if($action == "Add Site") { dowhateva }"...
please help me solve my problem.
thanks