Skip to main content
Participating Frequently
March 12, 2019
Répondu

Is it possible to load a local HTML file in a new browser window/tab?

I am still working on this HTML5 canvas portfolio.  I want to pop a new window or tab to show some HTML and CSS work examples.  I'm able to open HTTP links, but is there any way to load a LOCAL html file in a new browser or window?

    Ce sujet a été fermé aux réponses.
    Meilleure réponse par kglad

    use window.open, Window open() Method

    1 commentaire

    kglad
    Community Expert
    kgladCommunity ExpertRéponse
    Community Expert
    March 12, 2019

    use window.open, Window open() Method

    Participating Frequently
    February 3, 2024

    Is it possible to open a new html above the main one without opening a new tab?
    Would it be like opening a sequel without closing the first one?

    Participating Frequently
    February 6, 2024

    edited.


    Is there something like href to use when all games are finished to get back to the site panel without having to open another window with window.open?