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 18b17ba commit 4d7280b
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.write("<button type=\\"button\\" onclick=\\"sendEmail()\\" class=\\"signupbtn\\"> Email results to: $data{email} </button>");
document.getElementByID("emaildiv").innerHTML="<button type=\\"button\\" onclick=\\"sendEmail()\\" class=\\"signupbtn\\"> Email results to: $data{email} </button>";
function sendEmail() {
Expand Down

0 comments on commit 4d7280b

Please sign in to comment.