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.
Printable View
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.
Yes,you can.
Code:<Body OnLoad=TheFunctionToBeRuned()>
Normally it would go on the webpage, correct? Where would I put it to run the script in windows?
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\RunQuote:
I want to execute a Javascript when windows boots, not on a specific webpage
Hope this can help you...