Moved Maven multiproject setup
This commit is contained in:
5
webgoat-container/src/main/webapp/js/DOMXSS_backup.js
Normal file
5
webgoat-container/src/main/webapp/js/DOMXSS_backup.js
Normal file
@ -0,0 +1,5 @@
|
||||
function displayGreeting(name) {
|
||||
if (name != ''){
|
||||
document.getElementById("greeting").innerHTML="Hello, " + name+ "!";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user