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 688fc06 commit c85dfba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cgi/cgi_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
}
}
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>";
document.write("<button style=\\"left:20px\\" type=\\"button\\" onclick=\\"sendEmail()\\" class=\\"signupbtn\\"> Email results to: $data{email} </button>");
function sendEmail() {
Expand Down

0 comments on commit c85dfba

Please sign in to comment.