|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#73. Consider the following: Function readSelect() { selectField = document.forms[0].selecType; sLen = selectField.options.length; for(!=0;<sLen;++) { if(selectField.options[!].selected) { alert("Selected value = +selectField.optios[!].text); } } }
Which one of the following will the readSelect function doafter looping through all the values in a select input named selectType?
Show comments for this question (0)
Add comments
Link to this question
|
|
#74. Look at the following JavaScript code segment: WinLocation = new String(window. location); ArgStart = winLocation.indexOf("?",0); WinURL = winLocation.substring(0,argStrart); <MISSING CODE>
Which one of the following will complete this segment so that JavaScript will open the current Web page in edit mode?
Show comments for this question (0)
Add comments
Link to this question
|
|
#76. Jose open a from called "returnedvideo" in a second window in a Web browser. This gathers Information about return videos, and when the user clicks a button, it transfers the part number of the video from the pathnoinput field to the first window. Which one of the following button code lines in the second window ("returnedvideo") will transfer the value of the Part Number field "Partnoinput: to the partno" field in the first window?
Show comments for this question (0)
Add comments
Link to this question
|
|
#77. An application has a frameset with two frames placed side by side, Frame1 on the left, Frame2 on the right. Amy wants to place a button on a page in the left frame (Frame1) that will write the value "Reserve this video, please. "into a text input field (FieldA) in the right frame (Frame2). Which one of the following would be the correct java Script code for the on Click event o the button?
Show comments for this question (0)
Add comments
Link to this question
|
|
#78. The following Java Script code segment was written as part of a procedure to retrieve multiple Values from a select object: Var cMovies = frm.MovieLand; For(I=0; I <cMovies .length; I++) { if(cMovies. Options(i).selected) { <MISSING CODE> } }
When substituted for the <MISSING CODE> line, which one of the following will place the addition of one or more items in a diferent results field?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.166
|
Server date 19:54 07-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|