Прикольно для опроса Вот пример http://www.woweb.ru/js/7/078/
Code
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var flag = 1;
function t() {
if(flag == 1) {
N.style.top = "75px";
N.style.left = "300px";
}
if(flag == 2) {
N.style.top = "115px";
N.style.left = "100px";
}
if(flag == 3) {
N.style.top = "20px";
N.style.left = "100px";
}
flag = flag + 1;
if(flag == 4) {
flag = 1;
}
}
function al() {
alert("Правильный ответ!");
}
// End -->
</script>
<!-- HEAD END HERE -->
</head>
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0">
<center>
<!-- BODY START HERE -->
<center>
[b]ТУТ ВАШ ВОПРОС?[/b]
<DIV ID="N" STYLE="position:absolute; left:100px; top:20px; width:50px; height:50px;">
<form>
<input type=button value="NO" onMouseover="t()">
</form>
</DIV>
<DIV ID="Y" STYLE="position:absolute; left:50px; top:20px; width:50px; height:50px;">
<form>
<input type=button value="YES" onClick="al()">
</form>
<!-- BODY END HERE -->
<p> </p>
<p align="center"> </p>
<div align="center">
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<p align="center"><!--#exec cgi="/cgi-bin/inside/ads/ads.cgi" -->
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
Вроде норм.