175k views
2 votes
What keyword can we use within a form to pass it as an argument to a Javascript snippet A( form B ( on submit C ( send D( this

User Dokgu
by
8.4k points

2 Answers

2 votes
It would be send and now I have to write 20 words to be able to send it
User James Elegan
by
8.5k points
2 votes
I think send is the correct answer.

Can you also help me with my work.

what happens if an instance variable is declared without an access modifier.
1) the variable is only accessible by other member inside the same class
2) the variable is only accessible by code in other classes inside the same package
3)the variable is accessible by code in all other classes by default
4) a computer error occurs. variables must be declared with an access modifier.
User Jinesh
by
7.5k points