Click to See Complete Forum and Search --> : linking to the browsers homepage
hammerslane
10-29-2003, 03:00 AM
hey, i'm pretty sure that this is moderately simple, it's just that whatever i search for, it returns results about a load of index.html linking tutorials. it's not the index page i want to link to though, it's just the clients browser home page.
any help?, thanks.
Aronya1
10-29-2003, 03:51 PM
You need to re-phrase this question. It makes no sense.
Originally posted by hammerslane
...whatever i search for,How are you searching? Where? ...it's not the index page i want to link to though, it's just the clients browser home page.[/B]What?
PeOfEo
10-29-2003, 03:59 PM
If you want a set this page as your home page script (thats what it sounds like your asking for) just go to all the web and you don't even have to search for it, just view their source cos they have one on their page.
<a onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.alltheweb.com/'); return false;" href="#">Make AlltheWeb My Home Page</a>
that url will be the homepage.
hammerslane
10-30-2003, 02:39 AM
Originally posted by Aronya1
You need to re-phrase this question. It makes no sense.
How are you searching?
i aplologise... i searched webdev forums (http://www.webdevforums.com), google, this forum but couldn't find the solution.
Originally posted by Aronya1
What?
ok. in internet explorer, if you press tools and then options, you get the option to set a 'browser home page' (what i called a CLIENT BROWSER HOMEPAGE). by clicking the link that PeOfEo gave, we can set this home page. i simply want to have a javascript link to the browser home page.
there is confusion in the search engines, because when i type LINK TO HOME PAGE, i am shown tutorials about linking to the index.html on a web server. and this, i do not want to do.
sorry about the bad explanation... i'm not usually this hard to understand.
fredmv
10-30-2003, 03:16 AM
I believe this is what you're looking for:<a href="about:home">Homepage.</a>However, I tested it and it seems to only work under IE, which is too bad.
hammerslane
10-30-2003, 03:17 AM
wow that was easy :) i only want to use the link on the company intranet, everyone uses IE6 so no problem :cool:
thanks
Aronya1
10-30-2003, 11:16 AM
I needed novacaine for that one!:D