OK. Can now use an iamge instead of the stock standard dull buttons to submit a form. Can I use rollover buttons instead of an image for submit buttons? How?
Simply create a function in javascript function like
function as() {
document.form name.action = "the file that will handle after the form is submitted"
document.form name.method = "post/get"
document.form name.submit()
}
and at the image link it and call the function as the link Unicorn11
abhishek@tripmedia.com
[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
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.