Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Form variable passing to actionpage gives me error
Old 11-15-2005, 06:02 PM Form variable passing to actionpage gives me error
Novice Talker

Posts: 13
Trades: 0
I keep gettting the error that the element bandname is not defined in bandform.

Here is my code:

Code:
 <table border="1">
     <tr>
 
         <form id="bandform" action="testaction.cfm" method="post" name="bandform">
 <cfloop from="1" to="#showNum#" index="i">
     <tr>
             <td>
             <cfoutput>
                <p><input type="checkbox" name="bandname" value="#getItems.bands_id[ListGetAt(randomItems, i)]#" id="picture">#getItems.bands_name[ListGetAt(randomItems, i)]#</p>
             </cfoutput>
             </td>
     </tr>
  </cfloop>
 
              <p><input type="submit" name="submitButtonName"></p>
 
         </form>
 
     </tr>
     </table>
 
 </cfif>
The above code gets me a random list of ten band id's (picture id's). Then when I try and review the results on the testaction.cfm I get the error that BANDNAME is not an element of BANDFORM. I dont understand what I am doing wrong. Here is my code on the action page:

Code:
 
 <cfoutput>
     #bandform.bandname#
 </cfoutput>
i JUST WANT TO SEE the results of the variables. What the ID was of the pictures that the user selected on the screen. Why am I getting it wrong?

Last edited by kyle_davis13; 11-15-2005 at 06:38 PM..
kyle_davis13 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Form variable passing to actionpage gives me error
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17693 seconds with 12 queries