YelloFello
Programmer
I want the user to select which video to watch by clicking on the image.
This gives me an undefined index error. (url)
<INPUT TYPE="image" SRC="image\path" VALUE="firefight" NAME="url">
This works fine.
<INPUT TYPE="submit" VALUE="firefight" NAME="url">
Seems to me the first one should work. Or am I missing the boat?
Thanks in advance.
This gives me an undefined index error. (url)
<INPUT TYPE="image" SRC="image\path" VALUE="firefight" NAME="url">
This works fine.
<INPUT TYPE="submit" VALUE="firefight" NAME="url">
Seems to me the first one should work. Or am I missing the boat?
Thanks in advance.