How-to articles, tricks, and solutions about LINK

How to Make HTTP GET Request in JavaScript

Read the tutorial and learn the how to make an HTTP GET request in JavaScript and make an asynchronous request and handle the response inside event handler.

How to Open a Link From <iframe> in the Parent Window

In this snippet, you can find out how it is possible to open a link from the HTML <iframe> element in the parent window. For that, you can use the <base> element.

How to Open Hyperlink in a New Window

How to open hyperlink in a new tab using the target="_blank" attribute. Learn also how to do that by using JavaScript window.open function. See examples.

How to Redirect a Web Page in HTML

The meta tag with the http-equiv parameter set to Refresh is used to redirect a web page in HTML. Take a look at how you should do it. Practice with examples.

How to Redirect a Web Page with Apache

To redirect web pages in Apache you should add specific rules to a `.htaccess` on an Apache web server. Learn how to do it.

How to Redirect a Web Page with JavaScript

To redirect a URL page with Javascript you need to set the window.location object. Learn how to do it.

How to Redirect a Web Page with Node.js

Learn How to Redirect a Web Page with Node.js? The first step is to include the HTTP module and create a new server, then use the createServer method.

How to Redirect Mobile Devices With JavaScript and CSS

Learn How to Redirect Mobile Devices With JavaScript and CSS. 1.JavaScript Method, 2. CSS @media Method. Fast solution for web developers.

How to Reload a Page using JavaScript

Read the tutorial and learn information about the method of reloading a page using JavaScript. Also, learn how to make the page be loaded automatically.

How to Validate URL with PHP

In this snippet, we provide guidelines on one of the most common issues in PHP. Here, we show the most straightforward way on how to validate URL with PHP.

HTML5 Page Structure

Learn how to create an HTML5 page step by step. From doctype to different sections. See syntax and examples and practice yourself.

Input Types for HTML Forms

Learn about mostly usedLearn about mostly used input types which are used when creating HTML Forms. See Syntax and examples. input types which are used when creating HTML Forms. See Syntax and examples.

Is It Possible to Nest an HTML <button> Element Inside an <a> Element in HTML5

In this snippet, learn whether it’s possible to nest a <button> tag within an <a> in HTML5. To have a button linking to somewhere, you need an alternative solution.

1 2