asolell
05-24-2003, 11:13 PM
I'm in the main frame.
How do make it such that I do a reload of a different frame and after I do that, I make the current frame load with a new page?
I have the first part. reloading the treeframe
<script>
parent.treeframe.window.location.reload()
// Now I need the second part. Loading a new page
in the current frame. (main).
</script>
How do make it such that I do a reload of a different frame and after I do that, I make the current frame load with a new page?
I have the first part. reloading the treeframe
<script>
parent.treeframe.window.location.reload()
// Now I need the second part. Loading a new page
in the current frame. (main).
</script>