What happens if a user violates a validation rule and a stop style is applied?
A) The user will be able to continue. B) The user can choose to ignore the error.
C) The user will not be able to continue. D) The user will be able to edit the rule.
C
You might also like to view...
What is the keyboard shortcut to deselect?
Quiz Questions What will be an ideal response?
Implement the Modify a Forum option in default.pl such that individual messages can be deleted. Selecting this option should display the initial screen, but with each forum name followed by a hyperlink to a script named modForum.pl. Script modForum.pl should display the messages as in forum.pl, but each message title should be followed by a link to a script named del- Post.pl, which removes the given message from the current forum. [Hint: Look at the getElementsByTagName, removeChild, and item methods described in the XML::DOM documentation.]
What will be an ideal response?