mor_mah
06-21-2010, 09:53 AM
Hi to all
I have a problem with javascript functions. Please note:
I have tow pages: index.html and ajax.php.
I have my javascript function in page ajax.php and also in same page
the function is calling. In index.html page the following code is insertd:
<script language="javascript" src="ajax.php?id=123456789"></script>
With this configuration the tasks are completely fulfilled in Firefox and IE 8.
But in IE 6 and IE 7, the function most often doesn't work.
Beside, If the function name had been placed in page index.html, there is not any problem.
Thanks for your valuable contributions ...
I have a problem with javascript functions. Please note:
I have tow pages: index.html and ajax.php.
I have my javascript function in page ajax.php and also in same page
the function is calling. In index.html page the following code is insertd:
<script language="javascript" src="ajax.php?id=123456789"></script>
With this configuration the tasks are completely fulfilled in Firefox and IE 8.
But in IE 6 and IE 7, the function most often doesn't work.
Beside, If the function name had been placed in page index.html, there is not any problem.
Thanks for your valuable contributions ...