E20-455 Web TestEngine demo

Exit VCEDump E20-455 Content Management Web Application Programming Exam
Question 13 of 23
0% complete
Q13 Single choice

Given the following JSP:
...
<script>
function registerClientEventHandler(test)
{
onClick = "fireClientEvent";
}
function handleClick()
{
alert("handleClick");
}
function test()

{
alert("test");
}
function fireClientEvent()
{
alert("fireClientEvent");
}
function onclick()
{
alert("onClick");
}
</script>
...
<dmf:button name="test" onclick="test" label="Test" runatclient="true"/> ...

Which output is shown to the user when the button defined above is pressed?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in