I want to open the URL using window.open, and put also navigation on the top of window.open page.
Is it possible?
window.open(url_to_open, '_blank','menubar=yes,location=no,enableViewportScale=yes,closebuttoncaption=Close');
When I use window.open, I just get Close button, forward/backward button.
But I want to put also sharing social media button also.
I try using ifram but scroll problem there.
Thank you.