Có thể dùng để tạo một box bình chọn ý kiến.
<SCRIPT language="JavaScript">
<!--
var thesites= new Array()
thesites[0]="http://www.code1k.com/search?q=pageindex.aspx";
thesites[1]="http://www.code1k.com/";
thesites[2]="http://panel.code1k.com/";
var gosite="";
function geturl(thenum)
{
gosite=thesites[thenum];
}
function gothere()
{
if ((gosite==null) || (gosite==""))
alert("Chọn trang bạn cần đến!");
else
window.location=gosite;
}
//-->
</SCRIPT>
<FORM>
<input type="radio" name="r1" onClick="geturl(0)">Trang chủ<br>
<input type="radio" name="r1" onClick="geturl(1)">Đăng nhập<br>
<input type="radio" name="r1" onClick="geturl(2)">Bảng điều khiển
<br>
<input type=button value="GO" onClick="gothere()">
</FORM>
<!--
var thesites= new Array()
thesites[0]="http://www.code1k.com/search?q=pageindex.aspx";
thesites[1]="http://www.code1k.com/";
thesites[2]="http://panel.code1k.com/";
var gosite="";
function geturl(thenum)
{
gosite=thesites[thenum];
}
function gothere()
{
if ((gosite==null) || (gosite==""))
alert("Chọn trang bạn cần đến!");
else
window.location=gosite;
}
//-->
</SCRIPT>
<FORM>
<input type="radio" name="r1" onClick="geturl(0)">Trang chủ<br>
<input type="radio" name="r1" onClick="geturl(1)">Đăng nhập<br>
<input type="radio" name="r1" onClick="geturl(2)">Bảng điều khiển
<br>
<input type=button value="GO" onClick="gothere()">
</FORM>
Nguồn: code1k.