|
-
Jan 23rd, 2001, 11:48 AM
#1
Thread Starter
Black Cat
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
-
Jan 23rd, 2001, 08:22 PM
#2
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>
-
Jan 24th, 2001, 03:32 AM
#3
Frenzied Member
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
-------------------
-
Jan 24th, 2001, 08:13 AM
#4
Thread Starter
Black Cat
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|