Question : problem in IE passing cfform/cfselect over an ajax request

Created a building search form that isn't functioning properly in Internet explorer.

 The user selects a building "select_buildings" and the rooms for that particular building are dynamically generated in the rooms dropdown list "sel_rooms".

It functions fine in Firefox so I'm thinking that there is an issue with cfform and ajax in IE? (after removing the cf related code it works accross all browsers)

Any suggestions? modify as you see fit.

cheers

I've added the file as well as a code snippet:
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:

 

Search by Location

SELECT DISTINCT BL_ID FROM RM WHERE BU_ID=0031

Select Building:

Room:

Search by Facilities

Access to DVD/VCR Combo
Access to VCR
Access to O/H Projector
Has Data Projector
Has Network Ports
Wireless Network Access
Has Telephone Ports
Has Video Screen

Open in New Window Select All

Answer : problem in IE passing cfform/cfselect over an ajax request

Hi mate, thanks for the suggestion there but it wasn't an issue with the javascript or Ajax in the end. Problem was I had a cfform and Ajax was adding in another cfform...... Moral of the story is DONT NEST CFFORMS because coldfusion will hate you.

thanks again NK
Random Solutions  
 
programming4us programming4us