javascript交互
cuke 2001-12-21 10:39:47 <html><script>function test(str)
{
alert(str);
}
</script><body>
<input type="button" name="pacert_edit" value="修改" onclick="return test(如何获得"modify"对象?);" >
<input type="hidden" vaule="success" name="modify" id="modify">
</body>
</html>
没有用到form,点击修改,获得"modify"的值,onclick="return test(如何获得"modify"对象)