How to put my html page created as home page?

I created an html page and I want to put it on the home page so that whenever I open firefox it should open. The page I created is html.

Here's how I did it.

I saved the page to a folder on my C drive.

Then in Windows Explorer, I opened the folder and double click on the page to open it in Firefox. (If Firefox is not your default browser, then you can drag the page of Windows Explorer in a Firefox tab to open it.)

Then I went into the dialog box Options and clicked on the use current Pages button.

It works for you?

Tags: Firefox

Similar Questions

  • How to display the html page to 4.5Os

    Hi all

    How to display the html page to Nontouch 4.5Os...

    Private documentation has enough detail - read and implement.

  • How to put the first page to run?

    How to put the first page to run?

    Dimitri Gielis Blog (Oracle Application Express - APEX): Change the page (first) by default in APEX

  • How to add a html page or page Web Flash SWF in as3?

    Hi all

    How to add a html page or page Web Flash SWF in as3?

    Thank you

    Omar

    to a swf on the web, use navigateToURL.  for a mobile swf file, use the htmlloader or stagewebview class.

  • How to open an HTML page that is part of my project using Captivate 6

    I'm looking to create an HTML page that uses javascript to extract information from Captivate and then go to the window of the browser in the form of report.

    I can't see how you can open a page Web URL of Captivate (by putting in an address explicit IE www.abc.com or http://www.abc.com/myReport.html)

    but I'm curious to know what address can I use if the html file is in the SAME folder in the index.html file that launches the captivate project (or maybe a folder down)...    I am eager to ensure that this works if I just publish the project to a Web server or not.

    I thought, I could use a relative reference (IE something comme.\myReport.html), but I had no luck so far

    Ad hoc solution to Captivate demigods might provide us with a built-in server.

    Copy the dependencies in the said folder IE: C:\Users\Tom\AppData\Local\Temp\CP2840464090993Session\CPTrustFolder28 40464091009\CaptivatePreviewLoader\) then you will be able to simply F12 it and get an overview of your career. Remember, this is based on a single session of CP. If you close off CP, you lose this feature and need to copy these files in the folder of the new session again.

    The proposed closure should not affect it this way, only closing the application should.

    Seth

  • former site a php pages how redirect the new html pages and save ranking SEO

    I have an old site that each page has the estention of php. I recreated a new Adobe Muse site, and every page is html.

    1. from the old site has established SEO, how do I redirect these pages to the new site (pages) to maintain the status of SEO?

    2. as soon as the new site is in mode proofing catalyst for business, do I have to wait until the new Muse site is launched to the host?

    Please help, I'm not super familiar with coding so as simple as possible!

    Well, if your use not BC you use BC or Muse to do all this.

    If you have just flat files generated in Muse you put on a hosting with any CMS depends on the host, but it must now make a path setting redirects complex either at the domain level, or manually by... IF PHP server for apache etc. example configuration files

    So this isn't a matter of Muse or BC and according to hosting where goes and what it is you need to work with anyone or to your work with people to do, or ask the server and options you have available.

  • How to make an HTML page redirect after 5 seconds

    I'm looking to make a simple HTML redirection page to another HTML page after 6 seconds. How can I go about it?

    Thank you much for the help.

    This should help you:

    http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm

  • How to call the html page in JSF pages?   10.1.3 Jdev

    Hello.. Is it possible to call an HTML page in a JSF Page like PHP does with included "page.htm"?

    Thanks again

    Try the tag. See http://java.sun.com/products/jsp/tags/syntaxref.fm11.html.

    CM.

  • How to put a common page for all users after loging on?

    Hi all
    "My dashboard" is now the default page after logon.
    I want to put a home page by default for all users. users can see the homepage after loging on.

    How to change the default dashboard "My dashboard" to the "Home page" for all users?

    Thank you
    Dan

    Hello

    Steps to follow:

    Tried to put the default dashboard for all users.
    1. creates a session init block
    "2 source of data used in select ' / shared/SH Test / _portal / Test1" double
    3. This value assigned to the variable of session CHEMINPORTAIL
    4. in presentation services > Administration > my account > default dashboard must be set to "default". Then only the dashboard specified in block init will appear otherwise my account will override the init block.
    5. save the changes to the RPD.
    5 disconnect and reconnect to see if it works well. It works perfectly fine.

    For more details, please see the document of CSG replication. But this is for all users.

    If the customer wishes to have a user/group basis homepage.
    1. they should have 2 separate tables.
    i. Group_path_tab with 2 columns. Group_id, portal_path
    Wise group path portal for all groups
    II. user map table group
    Group_id, groupname, user_id

    The user should be part of a group.

    2. then in the writing init bulk sql must be something like this

    Select A.portal_path in the Group_path_tab A, User_group_map B
    where = B.user_id: USER
    and B.Group_id = A.Group_id

    SO, based on the USER session variable, it will try to identify the group, and then the portal_path.
    Finally, set this value to the session CHEMINPORTAIL variable.

    Ref:
    http://total-bi.com/2011/01/OBIEE-11g-change-default-dashboard/
    Thank you!

  • How to display the HTML page generated from a bean managed OUCSSPortalADFLibrary?

    ? Hello

    I have an af:commandButton in my jsff. By clicking on the button will perform an action of the managed bean located in the OUCSSPortalADFLibrary. The action of the method generates the HTML string of the new page to display in the same window. I tried what follows but failed to make it work.

    In my jsff:

    < af:commandButton action = "#{pageFlowScope.MyManagedBean.generateHtml}" id = "cb1"/ > "

    < af:outputText value = "#{pageFlowScope. . "{MyManagedBean.html}" id = "ot1" escape = "false" / >

    In my bean managed:

    SerializableAttribute public class MyManagedBean extends SSBaseManagedBean {}

    private String html;

    public void generatehtml() {}

    generate the html string

                   html = "<! "" DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional / / as"------"http://www.w3.org/TR/html4/loose.dtd------" > < html >... < / html > "; " "

    }

    public String getHtml() {}

    Returns the html;

    }

    }

    Kindly help/tips how to operate or any other way.

    Thank you in advance.

    Hi Lena,.

    ADF managed beans, you can use ExtendedRenderKitService to call the javascript. Something like window.location.href or similar can be used to replace the URL data: text / html mentioned in response format.

    Kind regards

    SAI

  • How to call static HTML page on click on af: imageLink

    Hello

    11.1.1.5 jdev

    How can I open page static Html in a new browser tab with a component side server as af:ImageLink?

    After some research I find 2 ways:

    1 - the use of https://forums.oracle.com/message/9641624#9641646

    2 using FacesContext.getCurrentInstance().getExternalContext().redirect("FolderName/pageName.htm"); commandLink's action.   So page does not open in a new tab, does anyone know how to open in a new tab in this way?

  • How to put all the pages using the template has to use the template B?

    I use Dreamweaver CS4 Web.

    I inherited a website which uses Dreamweaver templates.  In the site, the previous site administrator used several different models for different sections of the site.

    I am trying to redesign the site to use PHP include to reduce the bloating of the site.  Therefore, I am trying to edit the template for all pages of the site to the new one that I designed.  I have not found a way to do this.  I can select the pages individually and change their models, but I have not found a way to make an update of the model of batch processing.  Is there a way to do this?  If this is not the case, can anyone think of a better way to standardize the site rather than update individual templates?

    You would certainly add the editable area of the title.  Each page should have a specific page for optimal exposure title SE.  Without this editable region, you wouldn't be able to create specific page titles.

    -Add the editable area of the title.  Now your two models have the same number of editable regions, each with the same name.

    Then all you have to do is to close * all * files DW.  Then do a search and replace-

    FIND-

    /Templates/template_A.dwt

    REPLACE-

    /Templates/template_B.dwt

    First, make a backup of the entire site.

    Finally, open template_B, make a negligible change and reverse the trend.  Save template_B and update the entire site.  That should do the trick.

  • How to put the serial number in XP Home Edition

    A friends computer has been infected with three Trojan virus that touched the MBR, as well as the entire disk.

    "I have eliminated the virus in all but the MBR, then supported the drive I have rebuilt the WD (of zeros) drive and reformatted it using a different boot CD, its had disappeared a long time ago"

    I then restored the backup file to completely replace the boot CD.

    I try inserting the serial number on the side of the computer

    How to accomplish this task?

    "Serial number" is ambiguous.  Do you mean the 25-character Windows product key?

    In addition, "restored the backup file to completely replace the boot CD" is ambiguous.  If the backup file is a disk image, then the product key (if that's what you mean by serial number) has been included in the image.

    To save time-

    If you are referring to the product key, and if the backup file was NOT a disk image, and the "boot CD" you used was the same flavor of XP (Home/Pro, retail/OEM) initially installed, you can replace the product key by following the steps here--> http://pcsupport.about.com/od/productkeysactivation/ht/changexpkey.htm

  • Push the access and html page locally

    Hello

    I know how to make an html page.

    If I push a page called "myNews.html" store on a remote server.

    My widget on my index.html page, I have a link to the page "myNews.html".

    My problem is I want to open it locally. I don't want to open it from a remote server.

    It should not be in the cache of the browser?

    An application widget/webworks is a sandbox separate from the actual BlackBerry browser.  He does not share the cache of the browser and therefore would not be able to load in your page that is pushed by a surge in browser or the Web for the signals channel.

  • External html page in flash

    How to load external html page into flash? (AS3)

    You cannot load an html page into Flash, but you can try to load the html code that it contains in a textfield.  Flash supports only a very limited number of html tags, so it is highly likely, you won't get what you're after, if you read an html file that has not been edited specifically for Flash.  Just look to the top of the TextField.htmlText property in AS3 help documents and lists the html tags that are supported.

    For AS3 you must look in the URLLoader class as much as loadng an external text file is.

Maybe you are looking for