Adding alert popup to dropdown menus

wxdqz

New Member
I am using a drop down menu in a site and have it launching a new browser for a few links...like this

["Reorder Checks","javascript:window.open('https://reorder.harland.net/')",1,0,0],

I need it to pop up a window like I have from links on the rest of the site like this..

onclick="return confirm(You are leaving this site);"

I am not able to integrate the two into one statement can someone please help...
 
Back
Top