Skip to main content
Participating Frequently
March 12, 2019
Answered

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

  • March 12, 2019
  • 19 replies
  • 1958 views

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?

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer kglad

    use window.open, Window open() Method

    19 replies

    kglad
    Community Expert
    kgladCommunity ExpertCorrect answer
    Community Expert
    March 12, 2019

    use window.open, Window open() Method

    jodyh1969Author
    Participating Frequently
    March 12, 2019

    That does the trick!  I wish I had known that a couple of months ago.

    kglad
    Community Expert
    Community Expert
    March 12, 2019

    you're welcome.