You Are Viewing Monthly Archive: August 2020

How To Remove Or Strip All HTML Tags In Content Using Pure JavaScript?
| August 3rd, 2020 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesNormally on the server-side, you could use a series of PHP functions (such as strip_tags) and remove HTML and ugly formatting. However, if you’re unable to use the server (or you use Node.js) to achieve this task, then you can still use Javascript to do it. In this article, you will find 3 way...
How To Set Or Specify Referring Page Using Pure JavaScript?
| August 2nd, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesLike you are making a web app or writing any program where you need to know that from which page your visitor or use came to the current page then it is possible via pure plain vanilla javascript. The reason will be many behind implementing this logic like to display the personalized experience to t...









