如何通过单击我的 table 中的一个元素来创建新页面?

How to create new page by clicking on one element from my table?

我在 HTML 中创建命令时遇到问题。我想要的是通过单击 table 中的任何元素创建一个新页面,我将在其中显示有关该元素的详细信息。提前致谢。

据我所知,我认为您要找的是上下文菜单。

这是我所说的一个例子:

http://www.w3schools.com/tags/att_global_contextmenu.asp

在HTML中,似乎只有有限的浏览器支持,从外观上看只有firefox。

如果你选择用jquery编程,它似乎有更多的浏览器支持。这是 link: http://medialize.github.io/jQuery-contextMenu/demo.html