Results 1 to 4 of 4

Thread: Set Home Page/ IE 5

  1. #1

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Is there a way using Javascript or VBScript on a web page to set Internet Explorer 5's home page to a certain site? I'd assume if it exists it would prompt for user confirmation before making the change. It would be a heck of a lot easier to set everyone on my Intranet to the right home page rather than editing the registry on all the computers.

    Thanks,
    Josh

  2. #2
    Guest
    Code:
    <a class="chlnk" style="cursor:hand" HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.myhomepage.com');">Click here to make MyHomePage your default homepage</a>

  3. #3
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    That's very impressive Matt!

    Does strange things on NS6 though!


    I've seen commercial sites which actually merge a registry file (prompts you fisrt of course!) to set the homepage - something I've always thought a bit dodgy.
    Last edited by Mark Sreeves; Jan 24th, 2001 at 08:22 AM.
    Mark
    -------------------

  4. #4

    Thread Starter
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Thanks, Matt, that's exactly what I was looking for.

    I'm not too worried about Netscape as we're standardized with IE5 & up - it installed with Office and offers better Authentication than NS.

    Josh

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