999000333
Programmer
- Nov 20, 2006
- 39
Hello I have a function in my html webpage written in javascript called createListRegions, this function is inside the <head> tag. Now I call this function in my html page as follow:
<body class="site_homepage" style="background-color: #dddb10" onLoad=" createListRegions();">
my problem is when I use Mozilla firefox the functions is loaded in my html page properly, this is I see the list of the regions I have created. But when I use Microsoft Explorer the list CANNOT BE SEEN, nothing is loaded.
Can any one know how to solve this problem.
Thank you.
Paola
<body class="site_homepage" style="background-color: #dddb10" onLoad=" createListRegions();">
my problem is when I use Mozilla firefox the functions is loaded in my html page properly, this is I see the list of the regions I have created. But when I use Microsoft Explorer the list CANNOT BE SEEN, nothing is loaded.
Can any one know how to solve this problem.
Thank you.
Paola