RUN button won't display the other html page

Hello Community,
I would really appreciate help on 2 issues I am stuck with:

  1. When I try to RUN the second html page it keeps displaying the index. How can I run the other html pages?
  2. I created a link in my page and when I RUN the html adn click on it the link the Firefox browser will not display the page for security issues. (Mac + Firefox). Are there any workarounds?
    Thanks for you help

Hey, @SebHans19 welcome to the forums!

If you do not have a index.html file in the root folder it will not work other than by direct link. If that does not fix it can you please share a link to the repl?

3 Likes

you could make a #feature-requests if you believe you should be able to enable a feature which runs the file which is currently in view.
EDIT: This is now requested here

#2 happens on any browser, afaik because the iframe is not allowed to navigate away from its domain. Only workaround is to ‘open in new tab’ (top right of webview)

3 Likes

Hi @not-ethan Thanks for the quick reply
I do have a index.html in the root folder


Am I missing something?
Sorry for being a newbie :grinning:

Then it should be working. Can you send a link to the repl. Also the closing tag of the html element is missing a closing >

3 Likes

Here is the repl https://poecoursewebsite-sebhans.sebhans19.repl.co/

1 Like

to view the other HTML file:
https://poecoursewebsite-sebhans.sebhans19.repl.co/edgarallenpoe.html

2 Likes

That Repl works fine for me both in the webview on Replit and in a new tab.

1 Like