Hi everyone, I seem to be getting a syntax problem somewhere between the
<TD></TD>. What I am trying to do is create a drop down combo box on the
form and whatever the user selects is captured by variable so I can do my
query. This seems pretty simple, but I cannot seem to resolve the problem.
I will appreciate any help.

<TD><SELECT NAME = "tableName">!;
     foreach $table (@tablenames)
     {
       If($table eq $tablename)
       {
        print qq!<option selected>$table!;
       }
       Else
       {
       print qq!<option>$table!;
       }
     }
     print qq!

       </SELECT>
     </TD>

Perry Chaturvedi
Sirius Computer Solutions

"Excellence is not a single act, its a daily habit." -Aristotle


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to