Totakeadvantageofthecapabilitiesofmodernbrowsersthatusewebstandards,suchasXHTMLandCSS,yourwebapplicationisbeingconvertedfromsimpleJSPpagestoJSPDocumentformat.However,oneofyourJSPs,/scripts/screenFunctions.jsp,generatesaJavaScriptfile.Thisfileisincludedins

题目

Totakeadvantageofthecapabilitiesofmodernbrowsersthatusewebstandards,suchasXHTMLandCSS,yourwebapplicationisbeingconvertedfromsimpleJSPpagestoJSPDocumentformat.However,oneofyourJSPs,/scripts/screenFunctions.jsp,generatesaJavaScriptfile.Thisfileisincludedinseveralwebformstocreatescreen-specificvalidationfunctionsandareincludedinthesepageswiththefollowingstatement:

10.<head>

11.<scriptsrc=‘/scripts/screenFunctions.jsp‘

12.language=‘javascript‘

13.type=‘application/javascript‘></script>

14.</head>

15.<!--bodyofthewebform-->

WhichJSPcodesnippetdeclaresthatthisJSPDocumentisaJavaScriptfile?()


相似考题