网友您好, 请在下方输入框内输入要搜索的题目:
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?()
参考答案