Question 1:
Solution:
PowerPoint Slide
Math objects:
Question 02;
Solution:
Statements | What Required | Answer Column |
If(document.Myform.a.value == 'CS101 AND … | What change will occur if we alter name=”a” to name =”ab” | “a” is the name of the text field of interface of the webpage, if we alter it to “ab” than we cannot get the data from the interface, and there will be not any function call, when we hit “Verify”. |
if((document.Myform.a.value == 'CS101'||document.Myform.a.value == 'cs101')&& (document.Myform.pass.value == '101'||document.Myform.pass.value =='vu')) | When the statement will become true. | When user enter “CS101” or “cs101” in paper field and ‘101’ or ‘vu’ in password field |
function AnonymousCheck1() | When this function will be executed | This will execute when user enter field input other than ‘CS101’, ‘cs101’ and ‘101’,’vu’ |
onBlur="AnonymousCheck() | What is onBlur role here? | onBlur call the function as the user input the data to the field through interface. |
This is the small web page with script handling on the field to collect the correct data. |
Working code:
NOTE: - These Assignments OR Quiz are just for idea, so kindly don't copy it, after viewing it make your own. Thanks
We always try our best to upload 100% correct solution BUT it is requested that you kindly review it before submission, please BEST OF LUCK,
Thanks to those students those send me Assignments and quizzes. If you have any Assignment and quiz kindly send at jamilbookcenter@yahoo.com
No comments:
Post a Comment