есть желание написать функционал из множества кнопок на сайте(включая те которые скрытые и с других появляющихся окон) или в скрипт и как то встроить в страницу для пользователей или в отдельную прогу...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<TITLE>Арена. Ковчег</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<script src="jquery-1.3.2.min.js"></script>
<script src="/commonold.js?2" type="text/javascript"></script>
<link rel="STYLESHEET" type="text/css" href="stylesold.css?10">
<script language="JavaScript" type="text/javascript">
<!--
setTimeout("fsetTime('07:45:01')",800);
if(top.frames['d_pers'])
{
var nd={hptm:1800,mptm:11800,asttm:86400,sttm:1361648175,hp:0,mp:0,astral:0};
var now=Math.floor((new Date()).getTime()/1000+.5);
nd.dCTm=1361677500-now;
setTimeout("top.frames['d_pers'].make(nd)",200)
}
if(top.frames['d_chatact'])
{
var nddd={hptm:1800,mptm:11800,asttm:86400,sttm:1361648175,hp:0,mp:0,astral:0};
setTimeout("top.frames['d_chatact'].Init(nddd)",200);
}
// -->
</script>
</head>
<body style="overflow-x:hidden;overflow-y:scroll">
<table cellpadding=0 cellspacing=0 width=100% height=100% border=0>
<tr><td height=1% width=20% background="img/hordttbg.gif"><img src="img/hordtlbg.gif" width=10 height=24 alt=""><iframe src="counters.htm" frameborder="0" style="width:0px;height:0px;border:none;" border="0" width="0" height="0">
</iframe><br></td>
<td width=80% align=right background="img/hordttbg.gif">
<table cellpadding=0 cellspacing=0 width=242 height=100% border=0 background="img/hordtrbg.gif"><tr>
<td width=77><img src="img/hordtrlbg.gif" width=77 height=24 alt=""></td>
<td valign=top><nobr> <b><span class=bordo style='font:bold 12px Arial, Verdana;position:relative;top:-3px;' ID='rollingscroll' onclick="preRoll(ctrl, '')"></span><span class=bordo style='font:bold 12px Arial, Verdana;position:relative;top:-3px;'></span></b></nobr></td><td align=right><img src="img/hordtrrbg.gif" width=4 height=24 alt=""><br></td>
</tr></table>
</td></tr>
<script language="JavaScript" type="text/javascript">
<!--
preRoll("","Ковчег: Лесопилка");
//-->
</script>
<tr><td colspan=2 height=99% style="background:url(img/hordlbg.gif) repeat-y;padding-left:20px" valign=top>
<script language="javascript">
<!--
function actReload()
{
if(!window.refreshed)
{
window.refreshed=true
location.href='sawmill_mode_1.html';
}
}
//-->
</script>
<span class=bordo>
<b class=button><b><input type=button onclick=goRC('woodedge.html') value='На опушку' style=width:80px></b></b>
<b class=button><b><button onclick=actReload() title=Обновить><img src="img/reload.gif" width=11 height=12 alt="" hspace=4 vspace=2></button></b></b>
<b class=button><b><input type=button onclick=goRC('sawmill.html') value='Выйти из комнаты' style=width:120px></b></b>
<br><hr>
<b>Вы устали. Осталось отдыхать:</b> 10мин
</span>
</td></tr>
</table>
</body>
</html>
вот например 1 из фреймов...
как можно осуществить
<b class=button><b><input type=button onclick=goRC('woodedge.html') value='На опушку' style=width:80px></b></b>
<b class=button><b><button onclick=actReload() title=Обновить><img src="img/reload.gif" width=11 height=12 alt="" hspace=4 vspace=2></button></b></b>
<b class=button><b><input type=button onclick=goRC('sawmill.html') value='Выйти из комнаты' style=width:120px></b></b>
<br><hr>
onclick=goRC('woodedge.html') вызов из проги ?