Hmm. Any chance you are in a position to be able to append the parameters to
the url:
<a href="scooby.do?name=bob&phone=12345&x=y">Submit</a>
Of course this href is constant so if you actually need to have those values
editable by the user then this idea wont be much use to you... (Which I
believe is the case here) :-(

I cant think of any other non-js way to submit a form via an anchor.

Maybe you could use an image that looks like an anchor?
Or a button that looks like an anchor thanks to some tricky css stuff?

-----Original Message-----
From: Kyrre Lugg [mailto:kyrre.lugg@;tomra.no]
Sent: Tuesday, October 22, 2002 17:32
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: Form submission


Andrew Hill wrote:
> <a href="javascript:document.forms[0].submit();">Submit</a>

Thanx for your suggestion, but unfortunately javascript is not an option.

Kyrre Lugg


--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to