|
-
May 8th, 2002, 08:30 PM
#1
Thread Starter
Fanatic Member
VB Or Javascript in windows?
I have a javascript that makes something follow the cursor on a webpage. Is there a way I can execute this script when windows loads so It will follow the cursor at all times, in windows? Any help appreciated.
-
May 8th, 2002, 08:43 PM
#2
Fanatic Member
Yes,you can.
Code:
<Body OnLoad=TheFunctionToBeRuned()>
-
May 8th, 2002, 08:45 PM
#3
Thread Starter
Fanatic Member
Where would I put that?
Normally it would go on the webpage, correct? Where would I put it to run the script in windows?
-
May 8th, 2002, 08:47 PM
#4
Thread Starter
Fanatic Member
To make myself more clear....
I want to execute a Javascript when windows boots, not on a specific webpage.
-
May 8th, 2002, 08:57 PM
#5
Fanatic Member
I want to execute a Javascript when windows boots, not on a specific webpage
Hmmmm,I think you need make a app,then add it to start group in windows or add it to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Hope this can help you...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|