How to find the hidden answers present in an online exam?
Answer Posted / abhijit mishra
It depends on the web application.
If it stores the answer on the client page(html /jsp page)
then u can see the source and using any javascript/vbscript
can write a script to show the element's value.
But if ur input is checked on the server side then u can't
do anything..(n this is what generally done)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can we override jsp service method?
Is there a way to reference the "this" variable within a jsp page?
How to call java method in jsp page on button click?
What are the types of directives in jsp?
What are scriptlets in jsp?
What are the possible values for language directive?
Why is jstl used?
What are custom tags in jsp?
Why jsp is used instead of html?
What is application scope in jsp?
Which is mandatory in tag in jsp?
How jsp is compiled?
What is tld in jsp?
How to send data from one page to another in jsp?
How to find out the name of the http method using jsp el?