Homepage: Open links to documentation and forum in separate tabs
Posted: Mon Mar 20, 2023 9:10 pm
Currently when clicking a link to documentation or the forum, it is opened in a new tab. When clicking another link, it will be opened in the same tab. For me this is very annoying.
Use-case: When I do program in Hollywood, I need the documentation to Hollywood itself and additionally to each plugin I use (e.g. RapaGUI). And sometimes I do also need the forum.
It would be great if all links could open a separate tab instead of using only one.
The reason is, that in the HTML code target="_new" is used. It should be target="_blank".
"_blank" means "open in new tab".
"_new" is not a keyword but is interpreted as a name, This means open a tab named "_new" if it does not exist or replace the content of a tab named "_new" if it already exists.
Use-case: When I do program in Hollywood, I need the documentation to Hollywood itself and additionally to each plugin I use (e.g. RapaGUI). And sometimes I do also need the forum.
It would be great if all links could open a separate tab instead of using only one.
The reason is, that in the HTML code target="_new" is used. It should be target="_blank".
"_blank" means "open in new tab".
"_new" is not a keyword but is interpreted as a name, This means open a tab named "_new" if it does not exist or replace the content of a tab named "_new" if it already exists.