QnA Page - Usman Plus
0 minute read
1
QnA :
Question.1 How do I open two links by one button click?
Answer.
Answer.
if you need two links to work at the same time, then use following codes
The link that is in href=”” will open in the same tab and the link which is given in onclick calls a function open() will open in a new tab.
The link that is in href=”” will open in the same tab and the link which is given in onclick calls a function open() will open in a new tab.