Formatting the JavaScript Shopping Form

Now you will need to fix the shopping form to fit your needs. You will then go into the script and edit the following items:

Please help us serve you better. Click on the link below to take a survey of how our website could better serve you in the future.

<a href="surveyform.html">Button or Text</a>

where button is a button you created that displays the text "Survey" or text that is typed out.

prodlist[0] = new prodobj('-none-',0)

prodlist[1] = new prodobj('Anachronistic Widget',10.00)

prodlist[2] = new prodobj('Bombastic Gadget',10.50)

prodlist[3] = new prodobj('Cosmic Wingydingy',11.00)

prodlist[4] = new prodobj('Desultory Doodad',11.99)

prodlist[5] = new prodobj('Ethereal Entity',12.00)

prodlist[6] = new prodobj('Fantastic Fingmabob',14.99)

prodlist[7] = new prodobj('Fantastic Fingmabob',14.99)

prodlist[8] = new prodobj('Humongous Humanoid',99.99)

prodlist[9] = new prodobj('Ignominious Innuendo',100.00)

prodlist[10] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[11] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[12] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[13] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[14] = new prodobj('Fantastic Fingmabob',14.99)

prodlist[15] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[16] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[17] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[18] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[19] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[20] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[21] = new prodobj('Fantastic Fingmabob',14.99)

prodlist[22] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[23] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[24] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[25] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[26] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[27] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[28] = new prodobj('Fantastic Fingmabob',14.99)

prodlist[29] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[30] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[31] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[32] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[33] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[34] = new prodobj('Jumping Jehosafatz',250.00)

prodlist[35] = new prodobj('Fantastic Fingmabob',14.99)

prodlist[36] = new prodobj('Jumping Jehosafatz',250.00)

The text that is red will represent each of your thirty-six item. Replace the red text with the name of your product. You should have thirty-six products listed when you are done. The text that is blue will represent the price of each of these items. Replace the blue text with the prices of your items listed on your six external pages.