PDA

View Full Version : Cookie tooltip not working


linval428724
07-30-2011, 04:50 AM
Hi
Everytime i use my checkbox to remember my username and password, the checkbox, username and password are still empty.
I read the PDF File who was delivered and did exactly what they had written.

need help please

loging page is attach

Jason Byrnes
08-01-2011, 06:51 AM
all for processing must occur on the forms action page.


the action of your form is to post to another page:
<form id="hdwlogin" name="hdwlogin" method="post" action="redirect_to_mem_home.php" onsubmit="return HDW_verify_Login(this)">


the behaviors to set the cookie values would need to be applied to the forms action page:
redirect_to_mem_home.php

linval428724
08-03-2011, 07:13 AM
Hi.

Thanks for your help, i put the behaviors to set the cookie values on
redirect_to_mem_home.php page and it work now.

Thanks again