Assignment Creating Web Applicaytion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Assignment Creating Web Applicaytion

1.data transfer between web pages Add a “subject” input field into your existing enquiry.html page. This page must be accessible from any page where a product/service is displayed. When a link/button on a specific product is clicked, the user will be redirected into the enquiry.html page and the “subject” input field will be pre-filled with the relevant product name/code/description. You will need to use JavaScript to obtain this data and store it locally using either session objects or cookies. You can decide the format of the “subject” input field’s value, such as RE:Enquiry on [product name]’

9th Nov 2018, 6:36 AM
Mok ZhengLin
Mok ZhengLin - avatar
1 Answer
+ 4
Hello, Welcome to SoloLearn!😊 The Q&A section is for programming - related Questions and Answers! Please read our guidelines: https://www.sololearn.com/discuss/1316935/?ref=app An useful code for any new user here!;) https://code.sololearn.com/WvG0MJq2dQ6y/ https://www.sololearn.com/Discuss/1082512/?ref=app
9th Nov 2018, 10:21 AM
Danijel Ivanović
Danijel Ivanović - avatar