in reply to How can I submit form data without using a
in thread Answer: How can I submit form data without using a

You can create a link that calls a form via the GET method, just like this link here is. Another option is to use an INPUT TYPE="Image" tag. You can thus make it look like anything you want, but you cannot guarantee that it will look like the text on a user's browsers.

  • Comment on Answer: How can I submit form data without using a