l Studio with Web programming language Javascript.(PLEASE HELP) Create a DVD sales website with Javascript. DVD's name, type, director, price should be included for selection. The record data format should be like this; "#name#id#price#stock_number#genre#director#" -One button to list dvd, -One button to add DVD to cart, -One button to buy a selected DVD, -And another button to clear selected DVDs, -Finally, there must be text input for the user e-mail address. After designing your website, and with sample screens, you should provide a user guide on how to use your website. Username, email, etc. To get it, you must check the stock number and do form validation. After clicking the BUY button the javascript function should se
By using Visual Studio with Web
Create a DVD sales website with Javascript. DVD's name, type, director, price should be included for selection.
The record data format should be like this;
"#name#id#price#stock_number#genre#director#"
-One button to list dvd,
-One button to add DVD to cart,
-One button to buy a selected DVD,
-And another button to clear selected DVDs,
-Finally, there must be text input for the user e-mail address.
After designing your website, and with sample screens, you should provide a user guide on how to use your website.
Username, email, etc. To get it, you must check the stock number and do form validation.
After clicking the BUY button the javascript function should send the user e-mail and only the IDs of the DVDs in the cart with a second form.
"#Southpaw#dvd2#22.5#10#romans#Antoine Fuqua#";
"#Matrix#dvd3#10.5#10#science fiction#Lilly Wachowski#";
"#Fast and the furious#dvd4#55.5#5#action#Vin Diesel#";
"#Untouchables#dvd5#35.0#1#history#Brian De Palma#";
"#Forest Gump#dvd6#40.5#2#romans#Robert Zemeckis#";
"#Godfather#dvd7#25.0#10#adventure#Francis Ford Coppola#";
"#The Monster#dvd8#34.0#10#action#Roberto Benigni#";
Step by step
Solved in 2 steps