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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -