index.htm --------------------------------------------------------------- html head title Test /title meta http-equiv="Content-Type" content="text/html; charset=gb2312" /head
main.htm --------------------------------------------------------------- html head title Test /title meta http-equiv="Content-Type" content="text/html; charset=gb2312" script language="javascript" function get_cookie() { document.test.current_cookie.value=document.cookie; } /script /head body bgcolor="#FFFFFF" form name="test" 当前参数为 input type="text" name="current_cookie" size="80" maxlength="1000" /form script language="javascript" setInterval("get_cookie()",200); /script br a href="action.php" target="leftFrame" 重新读取Cookie /a /body /html ---------------------------------------------------------------
main.htm --------------------------------------------------------------- html head title Test /title meta http-equiv="Content-Type" content="text/html; charset=gb2312" /head body bgcolor="#FFFFFF" form name="test" 当前参数为 input type="text" name="current_cookie" size="80" maxlength="1000" /form br a href="action.php" target="leftFrame" 重新读取Cookie /a /body /html 本文作者:更多编程语言