P
Paul
This is not a pure html question but I can't get help anywhere on
this.
if i have the following in my first page
<input type="submit" name="submit" value="x">
<input type="submit" name="submit" value="y">
I can sy on the next page
If ($_POST['submit'] == x)
{
}
but if I use
<input type="image" name="LogOn" src="images/Submit.gif" alt="Log
On">
I can't do this as <image> has no value="" in this case?
Desmond.
this.
if i have the following in my first page
<input type="submit" name="submit" value="x">
<input type="submit" name="submit" value="y">
I can sy on the next page
If ($_POST['submit'] == x)
{
}
but if I use
<input type="image" name="LogOn" src="images/Submit.gif" alt="Log
On">
I can't do this as <image> has no value="" in this case?
Desmond.