Course Solutions Uncategorized (Solved) : Nodejs Locate Html Code Put Customer Feedback Heading Top Locate Html Code Put Would Like Q30716926 . . . .

(Solved) : Nodejs Locate Html Code Put Customer Feedback Heading Top Locate Html Code Put Would Like Q30716926 . . . .

 

Node.js

Locate the HTML code that you will put “ Customer Feedback”heading on the top.

Locate the HTML code that you will put “We would like to hearfrom you.”

Locate the HTML code that you will replace the “Copy/Paste” and“Email” buttons with just one button “Send Feedback”.

Modify the Javascript code which handles the onclick event forthis new button you have added.

There is no form elements defined in this example by Google, butyou can dynamically create and submit a form using DOM. Here is asample solution. You can come up with your own:

<button id=”send_button” class=”button”onclick=”sendButton()”>Feedback</button>

function sendFeedback() {

  var feedbackform =document.createElement(“FORM”);

  feedbackform.method = “POST”;

  feedbackform.action = “/feedback”;

  var forminput

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post