Results 1 to 5 of 5

Thread: VB Or Javascript in windows?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2001
    Location
    Maumelle, AR
    Posts
    624

    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.

  2. #2
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616
    Yes,you can.
    Code:
    <Body OnLoad=TheFunctionToBeRuned()>
    I am just aman.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2001
    Location
    Maumelle, AR
    Posts
    624

    Question Where would I put that?

    Normally it would go on the webpage, correct? Where would I put it to run the script in windows?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2001
    Location
    Maumelle, AR
    Posts
    624

    To make myself more clear....

    I want to execute a Javascript when windows boots, not on a specific webpage.

  5. #5
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616
    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...
    I am just aman.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width