RE: [PHP] Using link to submit a form

2003-07-30 Thread Matt Palermo
//Just use this javascript function... echo " "; // Then output the submit link like this... echo " "; // You can have multiple submit links that send it // to different pages

RE: [PHP] Using link to submit a form

2003-07-30 Thread Jennifer Goodie
> Hi everyone, > > Can I replace "Submit" buttons on forms with a text button? > I need to be able to click on a link: > Edit > > and have it submit the form. The form only contains one > field...does anyone > know how to do this? I've been searching google for an answer, > but couldn't > fin

Re: [PHP] Using link to submit a form

2003-07-30 Thread andu
--On Wednesday, July 30, 2003 14:32:11 -0500 Tyler Longren <[EMAIL PROTECTED]> wrote: Hi everyone, Can I replace "Submit" buttons on forms with a text button? I need to be able to click on a link: Edit Something like: Edit and have it submit the form. The form only contains one field...does a