Advertisement

06.22.2008 at 09:55AM PDT, ID: 23505848
[x]
Attachment Details

Section of code not working with firefox 3.0

Asked by sonicimpulse in Web Development, Web Languages/Standards, Miscellaneous Web Development

Tags: , ,

I have this section of code inside of a form that is no longer working with firefox 3.  Worked perfectly before and also works with IE.

This code is supposed to populate a text box with data from a database when a user clicks on an item from a list box.

I attached the code below.  Any help on getting this working would be great.

Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
<cfquery name="qtype" datasource="security">
SELECT * from ctypes
</cfquery>
                          <script>
function showDesc(theSel){
 var theForm = theSel.form;
 var theDesc = theSel.options[theSel.selectedIndex].getAttribute("descript");
 theForm.description.value = theDesc;
}
</script>
 
 <select name="ltype" onChange="showDesc(this)" >
                            <cfoutput query="qtype">
                              <option value="#id#|#type#" descript="#tdescription#" tabindex="3">#type#</option>
                            </cfoutput>
                          </select>
[+][-]06.22.2008 at 01:06PM PDT, ID: 21842005

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.22.2008 at 02:21PM PDT, ID: 21842262

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.22.2008 at 02:36PM PDT, ID: 21842305

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.22.2008 at 03:11PM PDT, ID: 21842415

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.22.2008 at 05:20PM PDT, ID: 21842772

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Web Development, Web Languages/Standards, Miscellaneous Web Development
Tags: coldfusion 8, mozilla, localhost
Sign Up Now!
Solution Provided By: scrathcyboy
Participating Experts: 3
Solution Grade: A
 
 
[+][-]06.23.2008 at 06:12AM PDT, ID: 21845809

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628