i have the following html
-----
<HTML>
<HEAD>
<script language="jscript">
function onload()
{
var res = oWebFolder.navigate('http://webfiles.myschool.co.uk/users');
}
</script>
</HEAD>
<BODY onload="onload()">
<SPAN ID="oWebFolder" style="BEHAVIOR:url(#default#httpFolder)">
</SPAN>
</BODY>
</HTML>
-------
Its set as a link from our moodle site, it opens up the webfolder perfectly but then it leaves the background page blank. I would like to do one of 2 things.
1. have it open the folder as a new window
2. have the background page go back to the previous page.
Help! TIA
Last edited by strawberry; 10th October 2008 at 01:00 PM.

More details. What context is this? What are you trying to do? How is the rest of the page set up?
Thats the whole page, it's linked to a link on our menubar on moodle. When this page is run it should connect to a webfolder (which it does) but then the original page is left white and blank as there is no visual html, so ideally i'd like to to navigate back to another page or for the link in the menu bar to open this page in a new window.
There are currently 1 users browsing this thread. (0 members and 1 guests)