Embed one html file inside other report html file as hyperlink in python -


i trying embed a.html file inside b.html(report) file hyperlink.

just clear, both html files offline , available on local machine. , @ last report html file sent on email.

the email recipient not having access local machine. if click on hyperlink in report.html, "404 - file or directory not found".

is there way embed a.html inside report.html, email recipient can open a.html report.html on machine

you need 1 of:

  1. attach a.html report.html,
  2. post a.html shared location such google drive , modify link point it, or
  3. put content of a.html hidden <div> show method.

Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -