Tagged Questions

3
votes
4answers
81 views

Is it possible to retrieve a user's homepage URL from the browser with JavaScript?

Just so it's clear: I don't want to reset their homepage. I just want to pull the URL of their homepage and load content from it as part of an application demo. So far my research hasn't turned up ...
2
votes
4answers
3k views

Set default home page in JavaScript

How do I create a link to set the user's home page to my URL?
1
vote
3answers
40 views

Is it possible to control programs with Javascript?

I am making an html/javascript browser homepage, that could be downloaded to any computer - you simply run the *.html file from your computer and it opens in your default browser; in it you have a ...
1
vote
1answer
231 views

JS how to check if webpage has been added as homepage?

I am trying to make something similar like Google on IE. They create a "Make Google your homepage" script for IE. This is what I have so far: <script type="text/javascript"> ...
1
vote
2answers
199 views

Is there a way to detect a viewer's homepage in javascript?

Ideally I would like a cross browser solution. Thanks!
1
vote
3answers
2k views

i need script in jquery that make the page as your default home page website in the browser

i need script in jquery / javascript that make the specific site as the homepage in the browser, i need it compatible for all browsers , if that possible . i dont mean it should be done ...
0
votes
2answers
93 views

is_front_page() not working wordpress

I'm trying to load a script from "functions.php" just when i'm in the front page. I set a static page called "home" in the reading options. The home page loads the "front-page.php" template correctly ...
0
votes
2answers
80 views

how to detect if user click no or yes on window default alert?

I wrote the following code to set the site as the homepage: document.body.style.behavior='url(#default#homepage)'; document.body.setHomePage('http://www.abc.com'); When the user clicks this, an ...
0
votes
1answer
329 views

Set As Default Home Page With JavaScript - FireFox & IE

what are the best codes for setting a web address as default home page on client? mean on (pageload) for ie8 and firefox 3(or more) thanks 4 future attention best regards
0
votes
2answers
526 views

are there any alternative to setHomePage function?

I need to set the home page in browser, but setHomePage works only in IE. Are there any method to do it? (i can't find such results) Thanks much
0
votes
1answer
354 views

“Make this page your Startpage” script (JavaScript)

I have Googled for a JavaScript that sets the current page to your startpage. But all I can find is some old script for IE 5 and up. <FORM> <INPUT TYPE="button" VALUE="Make This Site Your ...
-2
votes
2answers
70 views

Adding website as starting page on the browser

Is there a way of making a website as the starting website on the browser if the users allow it? An example could be a checkbox users would check on , and then we could make the website as their ...
-3
votes
2answers
177 views

Is there a javascript function which can prompt the user to set the current page as homepage? [closed]

Possible Duplicate: How can I set default homepage in FF and Chrome via javascript? Is there a javascript function which can prompt the user to set the current page as homepage? I need ...