Set Homepage Script

Discussion in 'JavaScript' started by webguy84, Apr 5, 2007.

  1. #1
    Can anyone help me by telling me a script that can set a page as a homepage when a button is clicked. It would need to work on both IE and firefox because the one I managed to find on the web works only for IE. :S

    It would need to be like the button found on the google homepage.

    Many Thanks
     
    webguy84, Apr 5, 2007 IP
  2. DXL

    DXL Peon

    Messages:
    380
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Fortunately, in Firefox you can't do that.
     
    DXL, Apr 5, 2007 IP
  3. webguy84

    webguy84 Well-Known Member

    Messages:
    815
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #3
    why fortunately????
     
    webguy84, Apr 5, 2007 IP
  4. webguy84

    webguy84 Well-Known Member

    Messages:
    815
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #4
    And another question pls - I just noticed that on firefox the "Make google your homepage" button does not show. How is it possible to display pages differently in different browsers?

    Thx
     
    webguy84, Apr 5, 2007 IP
  5. DXL

    DXL Peon

    Messages:
    380
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Fortunately because people can just drag 'n drop the link to the Home icon, and webmasters can't make them accidentally click on 'Yes' in the change homepage dialog.
    On the other question: Using the HTTP User-agent header and some logic or using JS (checking for document.all) for example. This is one of the things that can easily be found with Google.
     
    DXL, Apr 5, 2007 IP
  6. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #6
    nico_swd, Apr 5, 2007 IP
  7. DXL

    DXL Peon

    Messages:
    380
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #7
    DXL, Apr 7, 2007 IP
  8. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #8
    EDIT: Nevermind... I got mixed up.
     
    nico_swd, Apr 7, 2007 IP