CrawlMaze - Testbed for Web Crawlers - POST with EventListener and event attribute

POST requests from onclick and event listeners

When the button is clicked, two requests are triggered, one by an EventListener registered via addEventListener and the other based on the button's onclick attribute.