Help with HTML
For our internal web page I'm trying to do a caption contest. I want the page to have a heading, the photo, the captions, and a place where you can add your own. When you click a button, the caption gets appended to the list of captions.
I tried cannibalizing a guestbook page and perl script, but the POST method somehow couldn't talk to the perl script.
Is there some way I could do it just using HTML and JavaScript?
I tried cannibalizing a guestbook page and perl script, but the POST method somehow couldn't talk to the perl script.
Is there some way I could do it just using HTML and JavaScript?