I am looking for anyone who has already done this, or maybe know of an existing tag that creates a menu system. The menu system at hand is just a standard navigational link from the left hand side that expands when the page is refreshed (so no DHTML required) the problem I am having is building the code structure. If someone has already written or know of any location that will build such a thing with at least 5 sub levels of any menu would be much appreciated. Really looking for a tag that already does this:-) regards Andrew Scott ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -----Original Message----- From: Michael Gagnon [mailto:[EMAIL PROTECTED]] Sent: 26 September 2000 11:07 To: CF-Talk Subject: What's wrong with this script? Hi! I can't see what's wrong with this script. I use the same thing on another page and it works fine. It gives me the same answers on each row (the answers for the 1st row). <CFOUTPUT query="table"> <cfset ID = evaluate("#FORM.hid#ID")> <tr> <td class="txt9yellow">#ID#</td> <cfloop query="languages"> <cfset txt = evaluate("table.#FORM.hlang##Languages.Abrev#")> <td class="txt9yellow">#txt#</td> </cfloop> </tr> </cfoutput> Here's the one that works: <CFOUTPUT query="sectors"> <CFFORM method="POST" action="sectors_submit.cfm?lang=#URL.lang#"> <input type="Hidden" name="ID" value="#FORM.ID#"> <cfloop query="languages"> <cfset Val = evaluate("sectors.Sector#languages.abrev#")> <tr> <td class="txt9blue">#Data.a3##Abrev#</td> <td class="txt9yellow"><input type="Text" name="Sector#Abrev#" value="#Val#" size="50" maxlength="100"></td> </tr> </cfloop> </CFFORM> </cfoutput> ---------------------------------------------------------------------------- -- Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

