i have a light box form i want to create a cookie when user submitting that form…my cookie variables are setCookie(“username”,username,1000) i want to do this while user submitting the form…thanks..!
Your Full Name:
<p>Your Facebook Email Or Username:
<input type="text" name="email" value="" maxlength="60" size="60">
</p>
When
lightboxis opened…And
save_cookie.php:I did it with PHP because your only tag is
php. You can do it with onlyjavascripttoo.P.S. I used
jQueryhere too.