Page 50 of 56

How to protect a web page using Javascript

Last updated on November 10th, 2024 at 03:39 pmA straightforward code example is provided for implementing password protection on a web page using JavaScript. While it is relatively simple to create password-protected web pages with JavaScript, it is important to note that this method lacks security, as JavaScript operates on the client side and can […]

How to make div follow cursor using javascript

Last updated on March 1st, 2022 at 11:41 amIn this tutorial we can see how to add div along with the cursor using simple javascript. Only some simple javascript included and you can just copy and paste it in to a webpage you want the draggable content to be displayed. Here is the div we […]

How to get the query string value in perl cgi script

Last updated on November 6th, 2024 at 02:06 pmIn this tutorial, we will explore the method of retrieving the query string value through a straightforward Perl CGI script. When a URL containing a query string, such as https://webtutorials.dev/cgi/data.cgi?program=php, is accessed via a web browser, the segment “program=php” represents the query that has been transmitted. We […]

How to create automatic image slideshow using jquery

Last updated on May 29th, 2025 at 10:57 amIn this tutorial we will create a simple slideshow using jQuery. For that we need to first define a div with id as slideshow. Also have option to control the speed of the slideshow. Next CSS to position the images on top of each other and bring […]

« Older posts Newer posts »