From: "Rafael Taboada" <[EMAIL PROTECTED]> > I can use a submit form instead of a html:link but, how can I solve this > problem??? How can I use html:link in order to submit all the form???..
I think this should do it: <html:link ... onclick="document.forms[0].submit();" > Whether this is a good solution depends on whether you can guarantee that your users have not disabled JavaScript. If that's a possibility, you can probably get a submit button to look like a link by using some fancy CSS. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]