English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (422)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Lotus 190-513: Using JavaScript in Domino R5 Applications
#81. Jon wants to use Java Script to validate the Last_ Name field on his when the user tabs out of the field in the Notes client and the Web browser client. He has written the following code in the JS Header event of the from:
  1. Function checkfield(x)
  2. {
  3. I (x.value= ="")
  4. {
  5. alert (Error-missing information for " + x.name);
  6. x.focus();
  7. }}
When he tabs out o the field, nothing happens. Which one of the following must he enter in the event of the Last_ Name field to correct the problem?

Show comments for this question (0)
Add comments
Link to this question

#82. Jamie wants to define variables to be used in a from for either Notes clients. In which one of the following events should Jamie enter Java Script code?

Show comments for this question (0)
Add comments
Link to this question

#83. Karen is writing a Java Script to display information about a movie when the user clicks a button. Which one of the following characters will be ignored in Karen's Script?

Show comments for this question (0)
Add comments
Link to this question

#84. In which one of the following events should jim enter java Script code to validate a field in use for both Notes clients and Web clients?

Show comments for this question (0)
Add comments
Link to this question

#85. Inga wants to determine in her Java Script if the user is using the Notes client or a browser. Which one of the following Java Script properties will tell her that information?

Show comments for this question (0)
Add comments
Link to this question

#86. Ann has written following code in the Submit button on Click event:
  1. If(widow.docoment.froms[0].Email.value="")
  2. {
  3. alert("please enter an email we can use to replay to your question.");
  4. window.document.forms[0].Email.focus()
  5. }
  6. else
  7. {
  8. window.document.forms[0].submit()
  9. }
When she runs it, the else statement is never is never executed. Which one of the following code changes will correct the error?

Show comments for this question (0)
Add comments
Link to this question

#87. Jon used the @is member @Function in his Notes application to search for the word "member" in a line of text. Which one of the following java Script string methods would allow him to do a similar thing?

Show comments for this question (0)
Add comments
Link to this question

#88. The following statement appear in a function Pat is writing to calculate how many weeks before a Video is released.
  1. If (numDays <=7) // First Condition
  2. { varMsg = "The video will be released this week".
  3. }
  4. else if ((numDays > 7) && (numDays <14)) // Second Condition
  5. {varMsg = "The video will be released in 2 weeks".
  6. }
  7. else if((numDay > 14) && (numDays <21)) // Second Condition
  8. {varMsg = "The video will be released in 2 weeks".
  9. }
  10. else if((numDay > 21) && (numDays <28)) // Second Condition
  11. {varMsg = "The video will be released in 14 weeks".
  12. }
  13. else
  14. {varMsg = "The video will be released next month".
  15. }
  16. alert(varMsg);
When pat tests the button that calls the function, which one of the following will occur?

Show comments for this question (0)
Add comments
Link to this question

#89. Harvey has three numeric, editable fields on his from: unitprice, quantity, and total. He wants to have a button to compute the total .so far he has written:
  1. The From = document. forms [0]
  2. The Form. Total. Value = the form. Quantity.
  3. Value + the form. Unitprice. Value;
Which one of the following will happen when the user enters 10 I the unitripce fiend and 30 in the quantity field and the button is pressed?

Show comments for this question (0)
Add comments
Link to this question

#90. Consider the following:
  1. <INPUT TYPE=button NAME ="submetBTN" VALUE="Submit" on Click
  2. ="submit Me (this. form)">
Which one of the following does the Java Script event handler do?

Show comments for this question (0)
Add comments
Link to this question


 [1] [2] [3] [4] [5] [6] [7] [8] [9]
Up ^ gen. 0.166 Server date 00:27 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump