Tagged Questions
83
votes
3answers
3k views
How can I know my users' homepage in Internet Explorer?
Google displays a popup that asks if you want to set your home page as google.com. It's quite normal, when I say OK it sets it as google.com. After that however, I don't get the popup anymore. As far ...
1
vote
2answers
97 views
The script I'm using to redirect my homepage isn't working the way I need it to
I'm using the code below to redirect my Tumblr homepage to my latest post.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
...
1
vote
0answers
125 views
set default homepage in mobile
I was looking all around and couldn't find any recent answer to this:
is it possible to set the homepage for a mobile browser (on iphone/android: safari/chrome/browser/etc) using a code (JS, PHP, ...
0
votes
1answer
103 views
JavaScript on Google's homepage?
Does anyone know what the JavaScript on Google's homepage does?
For such a simple homepage, there's a lot of code there! It's obfuscated and really quite onerous. I don't want to spend ages looking ...
0
votes
1answer
195 views
how to detect if user click “yes or no” on set homepage model window in IE?
I searched in internet in most of the places were they says we can't detect the click in set homepage model window . But when I saw yahoo site http://www.yahoo.com/bin/set? they are actually detecting ...
0
votes
1answer
268 views
Get InnerHTML from Frameset
i am trying to export the innerHTML from a FrameSet to excel (.xlsx).
Is there a way für JavaScript like "this.document.getElementById('completeFrameSet').InnerHTML" ?
<frameset onLoad="init()" ...
0
votes
2answers
225 views
Check the content after the “/” on a URL with jQuery
Lets say my URL is:
http://example.com/12434/example-post
I want to check if the current URL contains something after the "/", in other words, I wan't to check whether or not I'm at the homepage ...
2
votes
4answers
79 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 ...
0
votes
2answers
425 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
159 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 ...
1
vote
1answer
520 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">
...
0
votes
1answer
564 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
-2
votes
2answers
109 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
491 views
Is there a javascript function which can prompt the user to set the current page as homepage? [duplicate]
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 ...
3
votes
4answers
125 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 ...
1
vote
2answers
1k 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
1
vote
1answer
909 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
515 views
Is there a way to detect a viewer's homepage in javascript?
Ideally I would like a cross browser solution.
Thanks!
2
votes
3answers
4k 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 ...
2
votes
3answers
7k views
