This question has been flagged
2 Replies
2836 Views

Is it possible to create links on the website, with the option to open in a new window BUT without navbar?

BR

Avatar
Discard
Author Best Answer

the solution I found was to replace in the html code:

target="_blank"

to

onclick="window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');return false;"

Avatar
Discard
Best Answer

Hi,

I am not getting a clear idea but I m trying to answer your question.

Yes, you can do it.

It doesn't matter with navbar is put or not, a user can right click on the link and open it with a new window.

And if you want to put option with a link then you can put a button with a link and use it to open in new window.

Avatar
Discard