html: tags part2

2005-03-18 Thread Scott Purcell
Hello, Sorry these tags are killing me today, I have the html: docs up, but they are long, and things are not clicking today. I am trying to replace the following two buttons (one submits and one cancels the form) with html: tags, so my whole site is consistent. current config has a hreflink

Re: html: tags part2

2005-03-18 Thread Rick Reumann
Scott Purcell wrote the following on 3/18/2005 1:29 PM: Can I create a image that is a src for a submit, or cancel, or js function? Why not just use a regular image wrapped with an href and use javascript? example... a href=javascript:doSomething() html:img .../ /a -- Rick

Re: html: tags part2

2005-03-18 Thread Diego Espada
You could just use input type=image ... that behaves *almost* as a submit button Most of the time you don't need html:submit i think... On Fri, 18 Mar 2005 14:29:25 -0500, Rick Reumann [EMAIL PROTECTED] wrote: Scott Purcell wrote the following on 3/18/2005 1:29 PM: Can I create a image