毎回クリックされるとランダムな順序で複数の Web サイトに移動できるボタンを作成する方法を知りたかっただけです。作成する予定のツールバーにこのボタンを使用する予定で、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>
このアウトラインを使用してこれを行う方法はありますか? 前もって感謝します。