Results 1 to 5 of 5

Thread: How can I set the Start Page with a file?

  1. #1
    stefano
    Guest
    Hi there!
    Hi want to make a file for setting my site as Start Page in a computer. Can you help me?
    Something like JavaScript...


    Stefano

  2. #2
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Do you mean a JavaScript to set up the site as being the homepage for the user who visits the site?

  3. #3
    stefano
    Guest
    I just want to make something to put in the floppy disk; then when I'll launch it on any computer in my school, it sets automatically the start page of the browser.

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    I know what you are trying to do but you are wasting your time because the settings for the Start Page a(for IE) are stotree under the key HKEY_CURRENT_USER so when someone else logs into the PC they will have their own startpage settings


    anyway here's what you want:

    copy this to a .reg file and double click to merge

    Code:
     
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    
    "Start Page"="about:<html><h1>stefano was 'ere!</h1></html>"
    Mark
    -------------------

  5. #5
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    Ahh I now understand what you were trying to do!

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