PrepAway - Latest Free Exam Questions & Answers

Category: 1D0-430

Exam 1D0-430: CIW Application Developer

How should Xavier rewrite the second line of code to correct the errors in that line?

Xavier wrote the following ASP code to generate HTML:
<%
For i=0 to rs.Fields.Count 1
Response,Write(<td>)
S=Trim(cStr(rs,Fields (i).Name & ))
Response,Write(<b>” & S & “</b>)

Response,Write(</td>)
Next
%>
When he executes the code, the table does not look correct. How should Xavier rewrite the
second line of code to correct the errors in that line?

Which of the following changes will make this code function correctly?

Consider the following VBScript code:
<P><FONT COLOR=”crimson” FACE=”Arial” SIZE=”4″ >Hi </FONT></P>
<SCRIPT>

<!–coloredfont.style.color = “ourcolor”
–>
</SCRIPT>
<SCRIPT>
Sub coloredfont_onmouseover ()
coloredfont.style.color =”Green”
End Sub
Sub coloredfont_onmouseout ()
coloredfont.style.color =”crimson”
End Sub
</SCRIPT>
Which of the following changes will make this code function correctly?


Page 10 of 14« First...89101112...Last »