3
Answers

jAVASCRIPT opening link in new tab

Photo of Pinku

Pinku

6y
802
1
$('#FbButtonLink').on('click', function () {
window.location.href = ScriptVariables.Get('sFacebookSettingPageURL') + '/admin-tools/company-admin/facebook-job-postings','_blank'
});
 
WANT TO OPEN IN NEW LINK
 
how can i do it/? 

Answers (3)