![]() |
javascript + msie7
a register page that i've created works great in firefox, but in ie7 for some reason it doesnt want to load/update the javascript. i've got a password strength checker which updates after a key is entered into the password field. same thing with the country/state dropdown. both work in firefox, and neither work in ie7. any ideas?
|
Re: javascript + msie7
unless you share what is not working for you there can be million of things which can work in one and not in other
|
Re: javascript + msie7
here is the code for password strength
in register.php Code:
include 'functions.php';Code:
<html> |
Re: javascript + msie7
I see some browsers have the syntax of
<script type="text/javascript"> as <script type="text/javascript"> <!-- and that could be one reason as well |
Re: javascript + msie7
doesnt seem to have any effect. i also tried removing the html and body tags. javascript does not need to be in a .js file am i correct? although i may try this way to see if it works
|
Re: javascript + msie7
No it can be inline as well as in JS File
|
Re: javascript + msie7
I figured out the solution to this problem. I had <script ...> and </script> at start and end of the function file but i needed to close the script tag at the end of the first function, and start it again after for the next function.
Code:
<script type="text/javascript"> |
Re: javascript + msie7
IE rocks for this kind of bluff only
|
Re: javascript + msie7
:thinking: i've been told we cannot force people to use certain browsers, but i disagree :hammer:
|
| All times are GMT +5.5. The time now is 17:12. |