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
#11. When Jason selects an alternate name from displayed Ship To Address field, he picks "Mr. Jorden". Mr. Jorden works at Creative computing, 1 United Way, New York, NY, 10101, PH# 999- 999-9999, fax# 999-999-9999, email: Support@Company.com. After selecting "Mr. Jorden" from the list, the get keyval( ) function is triggered.
  1. Function getkeyval( )
  2. {
  3. var win Opener = window. Opener.document .forms[0];
  4. with (window.document. Forms.[0]. Ship TOAddress)
  5. }
  6. var addr1 =options [selectedindex]. Value;
  7. var addr2 = addr1. spilt ("~")
  8. win Opener. Ship TOContact. Value = addr2[0]
  9. win Opener. Ship TOCompany. Value = addr2[2]
  10. win Opener. Ship TOAdd1. Value = addr2[2]
  11. win Opener. Ship TOAdd2. Value = addr2[3]
  12. win Opener. Ship TO add3. Value = addr2[4]
  13. win Opener. Ship TOCity. Value = addr2[5]
  14. win Opener. Ship TOState. Value = addr2[6]
  15. win Opener. Ship TOZip. Value = addr2[7]
  16. win Opener. Ship TOCountry. Value = addr2[8]
  17. win Opener. Ship TOPhone. Value = addr2[9]
  18. win Opener. Ship TOFax. Value = addr2[10]
  19. win Opener. Ship TOEmail. Value = addr2[5]
  20. {
  21. }
When one of the following variables descriptions is true?

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

#12. Look at the following JavaScript code segment:
  1. Var fullStr = new String ("Hello World!");
  2. Var subS = " world"!
  3. Var subStart = <MISSING CODE>
Which one of the following should be placed in the <MISSING CODE> to find the position of a sub string within a string object?

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

#13. The following statements appear in a function Pat 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 (numDays > 14) && (numDays < = 21)) //Third Condition
  8. {varMsg = "The video will be released in 3 weeks";
  9. }
  10. else if (numDays > 21) && (numDays < = 28)) //Fourth Condition
  11. {varMsg = "The video will be released in 4 weeks";
  12. }
  13. else
  14. varMsg = "The video will be released in next month";
  15. }
  16. alert(varMsg);
When Pat tests button that calls the function, which one of the following will occur?

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

#14. John extracted a 8-letter work using the following @Function: @Left(Field;6;7)
Which one of the following will allow this to be done using JavaScript?

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

#15. The following JavaScript code was placed in the onLoad event of a from:
  1. Var frm;
  2. frm = window.document.forms[0];
Which one of the following describes what this code does?

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

#16. Look at the JavaScript code below. Var x = new String ("Hello World");
Which one of the following is contained in variable x?

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

#17. Bob has created a button on this from that the user will click to save a page. Which one of the Following methods must he use?

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

#18. Devon has placed the following code in the JS Header event of a form:
  1. function userConfrim( )
  2. {
  3. if (confirm("Do you wish to continue"))
  4. {
  5. promptUser( );
  6. }
  7. }
  8. function promptUser ( )
  9. {
  10. x = prompt("please enter some text", "");
  11. alert (x);
  12. }
There is a button on the form where the onClick event is: user Confirm( ).
Which one of the following will happen when the user chooses "Yes" in the confirmation prompt?

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

#19. Look at that following code for the onClick event of a button:
  1. Function printvar( )
  2. {
  3. var 1 = 20;
  4. alert('the value of var1 is' +var1);
  5. };
  6. var var1 = 10;
  7. printvar ( );
Which one of the following will be the value of var1 in the alert message.?

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

#20. Look at the following JavaScript code:
var textvalue = This video stars Steve M....";
Which one of the following code lines will return the index of the first occurrence of the substring "Steve"?

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


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