Question
can someone pls pls help me! appreciate your help... Web technology --Build a simple, single-user notes-board system using cgi capability to register notes into a
can someone pls pls help me! appreciate your help...
Web technology --Build a simple, single-user notes-board system using cgi capability to register notes into a file stored at the server. The top-level html page should be named: p3.html
--That page will have access to code in a cgi-bin directory with it. Use a css animation to present a "personal" dancing logo at the top of the page. --The animation should start immediately but only play 2 times for 2 seconds each and then stop.
--Use session storage to remember the username so a user can post multiple messages without having to re-type their name every time. --Also, provide a button to clear the session storage so that the username field will be blank again.
--For testing, in the top-level dir with p3.html, provide a tiny shell script named: reset_msgs.sh
The script will be run this way: sh reset_msgs.sh
--The script should reset the file where you are storing messages so that there are only 2 short messages in the file - one from Alice and one from Bob.
P3 - Message Board RBUTLER Name: Message: Post Message Clear Session Storage (saved name) Posted Msgs alice: hello bob: whatever P3 - Message Board RBUTLER Name: Message: Post Message Clear Session Storage (saved name) Posted Msgs alice: hello bob: whatever
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started