You can create your own button using some image editing software and place it on the form in the usual way. You'll still need to use Javascript to activate it, though.
You could do this, but it's pretty much the same thing:
<button onClick="window.location.href=window.locatoin.href;">Refresh</button>
or this (which is what you have above, only without the extra JS):
<form><input type="button" onClick="window.location.href=window.locatoin.href;" value="Refresh"></form>
Rick -----------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.