How to create a cookie using javascript
|
Rate this page :
|
[ 0 votes]
|
Here cookie is created by "document.cookie", where cookie name is "admin" and value is "hiox" through setcookie() function.