JavaScript Forms Flashcards
1
Q
JS forms called by ID
A
typically don’t have inner txt
2
Q
JS forms
A
are stored in an array
3
Q
common targets for data on a form
A
script, database, another website
4
Q
input field with type set to password
A
will be masked
5
Q
action
A
sent to or scripts run on page
6
Q
method
A
post or get
7
Q
post
A
is send information
8
Q
get
A
is retreiving information also leave value pairs in the url causing a security issue
9
Q
onSubmit
A
runs scripts
10
Q
Common targets for data from forms
A
script, database, another website