function myrefresh(str)
{
window.location.reload();
document.forms[0].context.value=str;/*context就是文本區域,str就是那句格言,這塊妳可以把str設置成為變參的代碼段,刷壹次是不確定的壹句話 */
}
setTimeout('myrefresh()',1000); //指定1秒刷新壹次
</script>
有什麽不清楚可以聯系我!(by adamkisy)