Re: Re[2]: Dynamically creating submit buttons

2002-06-05 Thread David T-G
Jason -- I don't have answers for your other questions, but ... ...and then Jason Ostrom said... % ... % % I always start off my code by using CGI.pm object-oriented method: % print $q->header( "text/html" ), % $q->start_html( -title => "eDPS1 DS0 Monitor", -bgcolor => "#ff" ), ...

Re[2]: Dynamically creating submit buttons

2002-06-05 Thread Jason Ostrom
Bob, Your comments did help. My response below: Bob Showalter> This is a "drill down" concept, right? Why not just use a simple link? Bob Showalter> Details I don't think this is just a "drill down" concept. I need some way of passing the variables between the pages so that a dynamically buil

RE: Dynamically creating submit buttons

2002-06-05 Thread Bob Showalter
> -Original Message- > From: Jason Ostrom [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 10:06 PM > To: [EMAIL PROTECTED] > Subject: Dynamically creating submit buttons > > > To those in the know, I have a couple of questions about the best way

Dynamically creating submit buttons

2002-06-04 Thread Jason Ostrom
To those in the know, I have a couple of questions about the best way to create dynamic form elements. I have a script that queries a database and dynamically generates a table, as shown below in the code. What I am attempting to do is have a form element off to the right of each Table Row that