Home > front end >  For help: the secondary linkage drop-down menu cannot be used in Chrome?
For help: the secondary linkage drop-down menu cannot be used in Chrome?

Time:09-17

A unit and the head of the secondary drop-down menu linkage, in IE is very good, but cannot be used in Chrome, trouble can help me to look at,

Call page code like this:
 & lt; Td width="58" height="34" align="right" & gt; 




Charge people & lt;/div>



 & lt; script> 

Var temp=document. Form1. SQR
The function redirect (x) {
Var I
I=0
For (var m=temp. Options. Length - 1. M> 0; M -)
Temp. Options [m]=null
<% rs2. The movefirst
While not rs2. Eof
%>
CNT="& lt; %=rs2 (" BMXZ ") % & gt;"
If (CNT==x) {
Temp. Options [I]=new Option (" & lt; % %=rs2 (xm) & gt;" , "& lt; % %=rs2 (xm) & gt;" )
I=I + 1}
<%
Rs2. Movenext
Wend % & gt;
}

//- & gt;
</script>

CodePudding user response:

Under the Google browser debugging, look at that code and returns the result different IE compatibility problems is likely to be your writing

CodePudding user response:

reference 1st floor usecf response:
under the Google browser debugging, look at that code and returns the result different IE compatibility problems is likely to be your writing

I also tried debug mode, but see there is nothing wrong,

CodePudding user response:

Find the reason, the onChange="redirect (value) this. The options." changing onChange="redirect (value). This" good,
  • Related