can you view the source of the rendered HTML?  anything look out of
the ordinary there?

On 10/21/05, Kristopher Pilles <[EMAIL PROTECTED]> wrote:
> Here is my code:
>
> <form name="TheForm" method="post"
> action="ManageUsers.cfm?Menu=<cfoutput>#url.menu#&Submenu=#url.submenu#<
> /cfoutput>&Action=AddNew">
> <table cellspacing="2" cellpadding="2" border="0">
>
> <tr>
>         <td><font face="verdana" size="2">Name:</td>
>         <td><input type="text" name="First" size="10"> <input
> type="text" name="Middle" size="5"> <input type="text" name="Last"
> size="10"></td>
> </tr>
> <tr>
>         <td><font face="verdana" size="2">Username:</td>
>         <td><input type="text" name="Username" size="10"></td>
> </tr>
> <tr>
>         <td><font face="verdana" size="2">Password:</td>
>         <td><input type="text" name="Password" size="10"></td>
> </tr>
> <tr>
>         <td><font face="verdana" size="2">Active:</td>
>         <td><input type="radio" name="Active" CHECKED value="1"><font
> face="verdana" size="2">Yes <input type="radio" name="Active"
> value="0">No</td>
> </tr>
> <tr>
> <td colspan="2">
>         <table cellspacing="2" cellpadding="2" border="0">
> <tr>
>     <td valign="top">
>         <cfquery name="getCodes" datasource="menusystem">
>         select *
>         from TBSecurity
>         </cfquery>
>         <select name="codes" size="7" class="field" multiple
> STYLE="WIDTH: 125">
>         <cfoutput query="getCodes">
>         <option value="#SecurityCode#">#SecurityCode# - #Name#</option>
>         </cfoutput>
>         </select>
>         </td>
>         <TD valign="top">
>         <input class="submit" type="button" onClick="one2two()" value="
> >> "><BR>
>         <input class="submit" type="button" onClick="two2one()" value="
> << " >
>         </TD>
>     <td>
>         <select name="associatedcodes" size="7" class="field" multiple
> STYLE="WIDTH: 125">
>         </select>
>         </td>
> </tr>
> </table>
>         </td>
> </tr>
> </table>
> </td>
> </tr>
> <tr>
>         <td colspan="2"><div align="center">
>         <input type="submit" name="Submit" value="Submit"></div></td>
> </tr>
> </table>
> </form>
>
>
> WHEN I DUMP THE FORM, I get this:
>
> struct ACTIVE 1 FIELDNAMES
> FIRST,MIDDLE,LAST,USERNAME,PASSWORD,ACTIVE,SUBMIT FIRST [empty string]
> LAST [empty string] MIDDLE [empty string] PASSWORD [empty string] SUBMIT
> Submit USERNAME [empty string]
>
> WHERE ARE MY 2 SELECT BOXES IN THE POST????
>
> Kristopher Pilles
> Website Manager
> Western Suffolk BOCES
> 507 Deer Park Rd., Building C
> Phone: 631-549-4900 x 267
> E-mail: [EMAIL PROTECTED]
>  <<Kristopher Pilles.vcf>>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221822
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to