| Syntax: | <BODYEXTRAS> ... </BODYEXTRAS> | |
| May Contain: | some HTML attributes allowed in the BODY tag of an HTML document including: ALINK, CLASS, ID, LINK, onLoad, onUnload, standard event handlers, STYLE, TEXT, VLINK, | |
| May Not Contain: | the HTML attributes BACKGROUND or BGCOLOR or any HTML attributes not allowed in the BODY tag of an HTML document; any WhizQuiz© tags | |
| The BODYEXTRAS tag designates the Extra Body Info Section which is another catch-all section for any HTML or JavaScript attributes an author would like to place into the HTML BODY tag of the Quiz, Results, and Info pages. This is not a required tag. Use this tag to include STYLE information for formatting with Cascading Style Sheets and to include SCRIPT language for JavaScripting. | ||
|
One use of the BODYEXTRAS tag exampled here is to invoke JavaScript when the page is loaded. In the example here, the message, "The quiz is ready", is displayed on the browser status line when the quiz is loaded. <BODYEXTRAS> onLoad = "window.defaultStatus='The quiz is ready';" </BODYEXTRAS> |
||
WhizQuiz© v.2.0
Developed at ISIS,
Virginia Tech
Send comments to the Developers
Copyright © 1996-1999, Virginia Tech, All Rights Reserved.