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 4d7280b commit 688fc06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cgi/cgi_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
}
}
document.getElementByID("emaildiv").innerHTML="<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>";
document.getElementByID("emailbtn").innerHTML+="<button type=\\"button\\" onclick=\\"sendEmail()\\" class=\\"signupbtn\\"> Email results to: $data{email} </button>";
function sendEmail() {
Expand Down

0 comments on commit 688fc06

Please sign in to comment.