【发布时间】:2013-08-11 18:46:03
【问题描述】:
我只是想知道如何创建一个按钮,每次单击时,该按钮可以以随机顺序将一个人带到多个网站。我计划将此按钮用于我计划创建的工具栏,为 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>
有没有什么方法可以通过使用这个大纲来做到这一点?提前致谢。
【问题讨论】:
-
随机顺序是什么意思?就像你第一次点击你去a.com,第二次你点击b.com?
-
是的,我就是这个意思
-
你至少可以接受一个答案,或者让我们知道它是否已修复:)
标签: html button random hyperlink