HELP - problem with word!
I was working on an assignment and knocked the power. The pc turned it self off.
Booted it back up, when I tried to open my assignment it was all in code
Like :
NS_ActualWrite=document.write;
// Popup Blocker -->
RanPostamble=0;
NS_ActualOpen=window.open;
orig_setTimeout = window.setTimeout;
function NS_NullWindow(){this.window;}
function NS_NewOpen(url,nam,atr){
obj=new NS_NullWindow();
obj.focus = NS_NullWindow;
obj.opener = this.window;
return(obj);
}
function NS_NullWindow2(){this.window;}
function NS_NewOpen2(url,nam,atr){return(new NS_NullWindow2());}
function op_stop() { NS_ActualOpen2=window.open; window.open=NS_NewOpen2; }
function op_start() { window
How the hell do I get it back to normal??theres alot of work in it and its all like the above.
Booted it back up, when I tried to open my assignment it was all in code
Like :
NS_ActualWrite=document.write;
// Popup Blocker -->
RanPostamble=0;
NS_ActualOpen=window.open;
orig_setTimeout = window.setTimeout;
function NS_NullWindow(){this.window;}
function NS_NewOpen(url,nam,atr){
obj=new NS_NullWindow();
obj.focus = NS_NullWindow;
obj.opener = this.window;
return(obj);
}
function NS_NullWindow2(){this.window;}
function NS_NewOpen2(url,nam,atr){return(new NS_NullWindow2());}
function op_stop() { NS_ActualOpen2=window.open; window.open=NS_NewOpen2; }
function op_start() { window
How the hell do I get it back to normal??theres alot of work in it and its all like the above.
Thread
Thread Starter
Forum
Replies
Last Post



