Yes, your action script can be anything. Ted
On Fri, Jul 17, 2009 at 2:40 PM, Greg Evans <greg.djr...@gmail.com> wrote: > > That looks great, and I think it is just what I need. I want to clarify > however, this shows to comment.php, but something like comment.pl should > work equally as well correct? > > > > On Jul 17, 2009, at 11:28 AM, brian wrote: > > >> Do you want the form to submit via AJAX? Have a look at the form plugin. >> >> http://malsup.com/jquery/form/ >> >> On Fri, Jul 17, 2009 at 1:47 PM, raisputin<greg.djr...@gmail.com> wrote: >> >>> >>> Hello, >>> >>> I have just discovered jQuery and it looks cool. I used the jQuery UI >>> builder at ui.jquery.com to build the UI and it looks and works >>> great :) Unfortunately I do not know enough about javascript to answer >>> my own question, so I am deferring to you :) >>> >>> I would like to have a tab with a dialog button on it, and when that >>> dialog comes up there will be a form. This part I can do easily enough >>> and have already implemented, however, what I need to do after that is >>> where I am stuck :( >>> >>> I want the user to fill out the form, say there are fields like >>> "Customer Name" "Telephone Number" and "D.O.B." and once that form is >>> filled out, and the user clicks OK, I want it to do the proper >>> inserts, etc into my mysql database. This is probably a very easy >>> question, but I have not found out anything useful so far through >>> various google searches. I would like to do the bulk of my mysql stuff >>> via perl/mason. Is there a tutorial anywhere for this or perhaps I >>> should be using a different technique? I am trying to avoid PHP simply >>> because I would prefer to not have to learn PHP while I am in the >>> process of learning the things I need for jQuery, but I can if I need >>> to. >>> >>> Any advice/help/examples would be greatly appreciated., >>> >>> Greg Evans >>> >> >