In JavaScript, what is the meaning of the identifiers document.cookie
, 开发者_StackOverflowdocument.forms
and the .value
field? I have trouble understanding the use of the below syntax example.
var x=document.forms["myForm"]["email"].value
Best wishes
精彩评论