Posted by sentinel on 10/10/97 11:25
Roger Bigras wrote:
> What has this to do with PHP?
iw was from my php code but when i copy/paste here i cleaned the php
out and forgot to post to another group... sorry
>
> Change <input class=button type="submit" value="Login"/> to <input
> class=button type="image" value=<img src="Your_Pic_Location_Here.jpg"
> > as mentioned by Rincwind
>
> or in your a href tag you can also add the following code
> onclick="formname.submit"
this is what i need... thanks!
> where the formname is the name you gave your <form name='formname'
> method='post' action='{$_SERVER['PHP_SELF']}'> tag -- not sure about
> cross browser compability tough. the input tag should be used.
[Back to original message]
|