JavaScript Forms Flashcards

1
Q

JS forms called by ID

A

typically don’t have inner txt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

JS forms

A

are stored in an array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

common targets for data on a form

A

script, database, another website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

input field with type set to password

A

will be masked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

action

A

sent to or scripts run on page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

method

A

post or get

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

post

A

is send information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

get

A

is retreiving information also leave value pairs in the url causing a security issue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

onSubmit

A

runs scripts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Common targets for data from forms

A

script, database, another website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly