Creating new tab / switching between Tabs in Firefox?

前端 未结 8 736
感动是毒
感动是毒 2021-01-16 08:14

I am looking for a way to improve the workflow in a PHP based CMS. There is a lot of switching between the editor mode and the preview mode of the page. The editor mode is h

8条回答
  •  生来不讨喜
    2021-01-16 08:38

    You can't force a tab, but if you use a target with a specific name, like target="my_cms_window", many browsers will open this as a new tab. Additionally, they will remember the name and if you use the target repeatedly, put the contents in the same tab. I have found that this works pretty well in the real world.

提交回复
热议问题