Found 27 Search results for the term "web-page".

How To Stop Highlighting A Web-Page Using Pure CSS Code?

After my previous article that is “How To Disable Highlighting The Text From DIV, Blog And Website?” I am here to share the CSS version that is also better than that in some ways that are ...

How To Reload/Refresh The Web-Page With Pure JavaScript?

There are several ways to reload the current page using a button or other trigger. The examples below use a button click to reload the page but you can use a text hyperlink or any trigger you like. Th...

Capture The Mouse Click On DIV and Outside The DIV On A Web Page

Do you want to create a popup when a button is clicked and close when anywhere else rather than a popup is clicked in vanilla JavaScript? So here we also wanted to create a way where we can make the p...

What Falls Upon Web Scraping At The Global Research Time

Each successful person that deals with business online deals with data scraping. All business strategies are based on the data received from web scraping. Obtaining and analyzing information is the co...

PHP Framework For Web Development In 2021

Are you looking for the best PHP framework that suits your need for web development in 2021? If so, this post will guide you through the best PHP frameworks! But if you are new to the world of PHP and...

How To Add/Create A QR Code Reader On Your Website Using JavaScript?

As you know that the barcode and QR code have upgraded our shopping and searching experience as well as our typing and entering data process. Customers with smartphones can select their product and sc...

Menu Bar Stick To Top After Scrolling A Web Page Using Pure Vanilla JavaScript

Have you ever seen one of those fixed (or “sticky’) header bars that disappear when you begin scrolling down the page, then reappear whenever you start to scroll back up? In this exercise, we’ll...