j_eagle
02-16-2005, 03:59 AM
Hello there !!
I have this: <form method="post" action="xpto.asp" id=form1 name=form1>
If I have this: <input type="submit" name="btnDel" value="delete"> Works fine the value «delete» goes to xpto.asp but when I have this with an image: <input type="image" src="xpto.jpg" name="btnDelete" value="delete">
Doesn't work. Is this tags correct?
Thanks very much
Jorge Nunes
I have this: <form method="post" action="xpto.asp" id=form1 name=form1>
If I have this: <input type="submit" name="btnDel" value="delete"> Works fine the value «delete» goes to xpto.asp but when I have this with an image: <input type="image" src="xpto.jpg" name="btnDelete" value="delete">
Doesn't work. Is this tags correct?
Thanks very much
Jorge Nunes