Target java script on click

Hi,

I have a page that creates a pdf file the button saves the pdf to a file on my server then the onclick function i want to send the page to a frame called userframe. so Target=“userframe” i have tried putting this in different places in the code but it always opens up the page in a new tab ?

Do not get confused with id printbtn this is NOT to open print dialog its just a name to gave to css class.

my code

<a id =“savepdf” href="invoice.php?invoice_id=<?=$invoiceID?>"value=“Save This Invoice”><button class=“block” id =“printbtn” onclick =“window.open(‘https://www.mywebsite.com’)”;>Save Invoice< /a>

Sponsor our Newsletter | Privacy Policy | Terms of Service