jsp - Open PDF on another tab after click on button in html -


i want open pdf on tab/window after click on button. tried set onclick="winodw.location.href" still open in same page/window. following code.

<input type="button" value="report"  onclick="location.href='showpdf?&name=${name}'"> 

any inputs

use target="_blank" open in new tab


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -