|
I've got a problem opening a file saved from the internet
Hi, I'd really really appreciate some help with this as soon as possible as I'm pretty terrible with computers.
I was editing an online powerpoint presentation and to save it just went to "Save as", thus saving it as an internet file on my computer. When I tried opening it today it just kept shutting down my internet windows.
I managed to get it to open as a different file but it's quite coded in what looks to me like Java, but I could be wrong. Here's an excerpt from one of the files:
--><HTML><HEAD><TITLE>CNUR80A Y32 HYBRID - Research Design, Measurement and Applications</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><LINK
href="https://my.ryerson.ca/webapps/blackboard/widgets/treecontrol/tree.css"
type=text/css rel=stylesheet>
<SCRIPT language=JavaScript
src="https://my.ryerson.ca/webapps/blackboard/widgets/treecontrol/tree_control.js"></SCRIPT>
<SCRIPT language=JavaScript
src="https://my.ryerson.ca/webapps/blackboard/widgets/treecontrol/tree_tpl.js"></SCRIPT>
<SCRIPT language=JavaScript
src="https://my.ryerson.ca/javascript/content.js"></SCRIPT>
<SCRIPT language=Javascript>
function the_target() {
if (top.content) {
return 'content';
} else {
return '_top';
}
}
var remote = null;
function detach(n,u,w,h) {
lpix = screen.width - w;
remote = window.open(u, n, 'width=' + w + ',height=' + h +',resizable=yes,scrollbars=yes,status=no,top=20,l eft='+lpix);
if (remote != null) {
remote.focus();
if (remote.opener == null)
remote.opener = self;
window.top.name = 'bbWin';
}
}
function toggleEnrollStatus(cid,action) {
var confMsg = "This action is final and cannot be undone. Unenroll?";
if (action == "add")
{
window.location.href = "/bin/admin/quick_enroll.pl?course_id="+cid+"&action="+action;
}
else
{
if (confirm(confMsg))
{
window.location.href = "/bin/admin/quick_enroll.pl?course_id="+cid+"&action="+action;
}
}
}
</SCRIPT>
Anyway, if someone could help me I'd be much obliged as I really do need these documents as soon as possible. Thanks in advance
|