Skip to Content
Menu
This question has been flagged
2 Replies
3465 Zobrazenia

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

BR

Avatar
Zrušiť
Autor 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
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
4
máj 25
1863
2
jan 25
1922
4
jan 25
3932
0
nov 24
1312
1
nov 24
2081