Set Home page by JavaScript (IE/FF)
In Internet Explorer, we can set the current page as clients' home page by the following code easily:
However, it is not work under the Firefox circumstances
To use Script set the Firefox's home page, first of all, we need make sure the browser settings allow us to do that:
1.Type" about:config" to the Firefox's address bar, and press enter;
2.Find the key which names :signed.applets.codebase_principal_support
3.Set its value to true
Then, we can use the following script to achieve the facing goal:
Post a Comment