
November 10th, 2003
10:34 PM
Neverside Newbie
Status: Offline!
Now mine quit working, after refreshing a million times.
A Runtime Error has occured.
Line: 52
Error: 'doduments.notes.notepad' is null or not an object
Which is really runny, because my line 52 is blank and this is on line 53
<body onload="start(); document.notes.notepad.value=readfile('C:/Desktop/notes.txt');">

November 13th, 2003
02:01 AM
loves kitties and cuddles
Status: Offline!
I got an input past end of file error whenever I refreshed/reloaded the thing, but it seems once content was put into notes.txt it went away. gj Darthy
___________________
I've got a girlfriend! WOOT.

November 13th, 2003
02:39 AM
i got it working fine, some links dont work, but i know why and im lazy...
___________________
how do you weigh human life?

November 14th, 2003
09:12 PM
Neversidian
Status: Offline!
thanks, ill customize it after i get hom from work!!
___________________
-Developer
-Forum Leader
-NeverNET

November 26th, 2003
08:33 PM
Neverside Newbie
Status: Offline!
Darthy that is one heavy!! tweak! Wicked job! 
Only problems that I'm having are the ActiveX error messages coming up repeatedly (quite annoying) and also I wanted to know how to browse to my client workstation.. it won't allow me to the other computer's shared resources. It comes up with an error message saying it can't be found.
The computers are on the MSHOME workgroup and the workstation i'm trying to get to is called Client.
I can get to it through 'My Network Places' however it doesn't give me the full path to the client, it just says \\Client
So far this is the code that I've got for it.. again please keep in mind that it isn't able to find the directory requested for.
<a target="_self" onClick=" ShellExJ('\\Client')" href="javascript:;">Client Computer</a><br />

November 26th, 2003
08:43 PM
Neverside Newbie
Status: Offline!
You have to have 4 slashes.
EX:
<a href="#" onclick="ShellExJ('\\\\Client'); this.target='_self';">Client Computer</a><br />

November 26th, 2003
08:55 PM
Neverside Newbie
Status: Offline!
Thanks akdov! I appreciate your help 
Anyone figured out how to get rid of the ActiveX error message though?

November 26th, 2003
08:58 PM
Neverside Newbie
Status: Offline!
For now I would disable ActiveX controls. There was an report this morning put out by Microsoft that there are major vulnerabilites with ActiveX clients through windows scripting. The only fix for the problems at this time is to disable them. Microsoft is working on a fix.

November 26th, 2003
09:02 PM
Neverside Newbie
Status: Offline!
ooh right.. so how do I do that then? lol I know I know.. probably a n00bie question but there's no loss in asking *blushes*

November 26th, 2003
09:09 PM
Neverside Newbie
Status: Offline!
In IE.
Goto Tools, Internet Options, Security, click on Custom Level for Internet, then where it says ActiveX select Disable then OK you're way back.