sleipner
01-17-2006, 06:14 PM
I was wondering if it is possible to make a specified area of text act as a submit field so it can be formatted and spaced more with more flexibility than a regular Submit button.
I figure it may take some javascript (just a small amount), but since I dont really know javascript aside from what I've caught on here on DD, easiest thing to do was ask for forum help.
My guess is use something like
<span onclick=""> with the onclick being whatever the JS equivalent to
<input type="submit"> is...
I figure it may take some javascript (just a small amount), but since I dont really know javascript aside from what I've caught on here on DD, easiest thing to do was ask for forum help.
My guess is use something like
<span onclick=""> with the onclick being whatever the JS equivalent to
<input type="submit"> is...