add tag
anoldmaninthesea
I'm learning html by myself. To create my first webpage, I decided to use Chrome... (only very recently have I discovered Notepad ++).

When I'm in Chrome, and I add an iframe preview of pdf file, all works fine, until I want to save it.

Here's a MWE.

    <html>
      <head>
        <title>Title of the document</title>
      </head>
      <body>
        <h1>Here's a preview</h1>
        <iframe src="../path_to_parent_folder/file.pdf" width="100%" height="500px">
        </iframe>
      </body>
    </html>

When I try to save the page, using ctrl+s, I get the normal Chrome saving icon, 

[![enter image description here][1]][1]

(démarrage = start), but it never ends... it keeps endlessly trying to save, without ever finishing. And if I suspend/annul the saving process, the original file will have been deleted.

Why is that?

  [1]: https://i.stack.imgur.com/Jzolx.png

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.