在notes中,能通过javascript提交隐含表单吗?

我以前是写ASP的,常有隐含表单提交,如:
<form name=test action="http://www.abc.com/abc.asp" method=post>
<input name=userid value=001>
</form>

用<script language=javascript>
document.test.submit();
</script>就可以提交,

同样的功能,在notes中我新建一个操作,在该操作的onclick事件中,我用document.write 写出上面这段代码,
document.write "<form name=testfrm action=loadrecord method=post>";
.....
在notes浏览器中报告:
the feature is not yet implemented!

该怎么办呢?请给出代码样例..

[532 byte] By [enutsam] at [2008-2-15]