Open webarchive file in HTML

1.3k Views Asked by At

I am trying to open a web archive file via a html webpage, and the file just downloads instead of opening.

How can i get this to open as a webpage?

My code is;

<a class="view-product" href="Basket.webarchive" data-analytics-event="click" data-event-category="Search Listings" data-event-action="Product Click" data-event-label="View Product">Add to Basket</a>

Thanks in advance.

1

There are 1 best solutions below

0
On

add this to the <a > :

target="_blank"