Click here to Skip to main content
15,922,155 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a script that runs in an asp page, it loads a document tree view. I works fine in IE, but when I run it in FireFox it will not load the child documents. THe script is as follows:

JavaScript
<script>
  function window_load() {
    parent.loadFrame();
  }
  window.onload = window_load;
</script>


If anyone can help please let me know, thanks
Posted
Updated 3-Aug-11 20:13pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900