hi
I have write my code in javascript file.here onclick and change function are not working in IE but working in firefox..
plz give solution for this as soon as possible..
Thanks in advance..
here is my code in js file
.....
....
I have write my code in javascript file.here onclick and change function are not working in IE but working in firefox..
plz give solution for this as soon as possible..
Thanks in advance..
here is my code in js file
.....
Code:
text += "<table width=100% align=left><tr>" text += "<td align=left><a href=Month- onClick='monthMove(-1);this.blur();history.go(0);event.returnValue=false; return false;'><img src=images/Left.png border=0></a> " text += "<select name=selMonth onChange='javascript:changeCal();history.go(0);'>" ...... ...... text+="</table>" document.write(text);
Comment