我只是想知道如何创建一个按钮,每次单击该按钮时,该按钮可以以随机顺序将一个人带到多个网站。我计划将此按钮用于我计划创建的工具栏,为 HTML 组件提供的大纲如下所示:
<html>
<head>
<!--
Uncomment out the below script reference as needed. For more information on using the API, please consult http://www.conduit.com/Developers/overview.aspx
<script language="JavaScript" src="http://api.conduit.com/BrowserCompApi.js"></script>
-->
<style type= "text/css">
<!--
BODY {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
width:100%;height:100%;overflow:hidden;background-color:threedface;}
-->
</style>
</head>
<body>
<!-- ENTER YOUR HTML HERE -->
</body>
</html>
有什么方法可以通过使用这个大纲来做到这一点?提前致谢。