Skip to content

Commit

Permalink
Update cgi_test.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
arfhad-shaikh committed Jul 29, 2021
1 parent c881b13 commit 18b17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi/cgi_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
}
document.getElementByID("emaildiv").innerHTML += "<button type=\\"button\\" onclick=\\"sendEmail()\\" class=\\"signupbtn\\"> Email results to: $data{email} </button>"
document.write("<button type=\\"button\\" onclick=\\"sendEmail()\\" class=\\"signupbtn\\"> Email results to: $data{email} </button>");
function sendEmail() {
Expand Down

0 comments on commit 18b17ba

Please sign in to comment.