Files
doc
webgoat-classloader
webgoat-container
src
main
java
resources
webapp
META-INF
WEB-INF
container
css
database
fonts
images
js
ace
angular
backbone
deprecated
goatApp
instructor
jquery
jquery_form
libs
DOMXSS_backup.js
application.js
goatConstants.js
goatControllers.js
goatData.js
goatLesson.js
html5shiv.js
lessonNav.js
main.js
makeWindow.js
modernizr-2.6.2.min.js
respond.min.js
toggle.js
lessons
plugin_lessons
plugins
users
index.jsp
lesson_content.jsp
main.jsp
reportBug.jsp
sideWindow.jsp
webgoat.jsp
webgoat_challenge.jsp
test
.gitignore
pom.xml
webgoat-release
.gitignore
.travis.yml
README.MD
catalina.policy
mvn-debug
pom.xml
WebGoat/webgoat-container/src/main/webapp/js/DOMXSS_backup.js
2015-08-11 21:57:12 +02:00

5 lines
130 B
JavaScript

function displayGreeting(name) {
if (name != ''){
document.getElementById("greeting").innerHTML="Hello, " + name+ "!";
}
}