Quantcast
Channel: w3courses.com - Webpage
Browsing all 7 articles
Browse latest View live

How to Fix the Background Image on a Webpage using Html

The following parameters when added to the body tag will fix the background image of the html document. That means, when you scroll down the page, the background will remain in its place and will not...

View Article



Disable Right Clicking on Webpage, Images and Photos with JavaScript

Add the following code to the head section of your html document to disable right clicking on your webpage. This way, users wll not be able to right click and save pictures or photographs from your...

View Article

How to Display a Webpage in the PopUp Window after Clicking from a Link using...

The following code will add a link to your webpage and when clicked on the link, the hyperlinked webpage will open in a popup window<SCRIPT LANGUAGE="JavaScript"><!-- Begin function...

View Article

Automatically Redirect from one Webpage to Another Webpage using JavaScript

Add the following code to the head section of your webpage to automatically redirect your users to another page.<SCRIPT> location.href = "http://www.w3courses.com"</SCRIPT> 

View Article

How to Create a Reload Button which will Reload the Webpage upon Clicking...

The following code will add a reload button to your webpage. This button will reload your webpage when clicked. Place the following code in the body section of your webpage where you want to display...

View Article


How to insert the search box on a web page in Phonora Photo Gallery?

Search box can be added to a webpage by simple including the searchbox.php file to your php webpage.<? include('photogallery/searchbox.php'); ?>Download Phonora Photo Gallery for Free >>

View Article

How to Download all the Images From a Webpage in a Single Click

You may want to download all the images from a webpage for several reasons. If you are a web designer, you may want to download all the icons from a webpage. Or, if you are downloading wallpapers from...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images