function addFavory() { document.product_form.action = "../member/login.jsp"; document.product_form.method = "get"; document.product_form.submit(); }