Transferring user to latest web page automatically

Posted on August 19th, 2011 in Common Technique by admin

You will need to operate a next meta tag.

<META HTTP-EQUIV=”Refresh” CONTENT=”2″; URL=”http://www.computerhope.com”>

Placing a upon top of tab in your <HEAD></HEAD> will bucket computerhope.com in 2 seconds.

Changing a 2 worth upon CONTENT=”2″ to an additional worth will enlarge or diminution a check until loading a latest page.


Clearing a AutoComplete history

Posted on June 22nd, 2011 in Common Technique by admin

Go to “TOOLS”, “INTERNET OPTIONS”, click upon a “CONTENT” tab. Click a “AUTOCOMPLETE” symbol to transparent your story and/or perspective alternative options.

Disabling a hovering Image toolbar in Internet Explorer

Posted on February 26th, 2011 in Common Technique by admin

When a user visits a web site as well as mouses over an picture which meets sold requirements, a My Pictures hovering toolbar will crop up after a single half second, as well as will vanish rught away after a user moves a cursor off a image. The hovering toolbar has 3 to 4 buttons depending upon a browser customer as well as user handling system. They have been Save this image, Print this image, Send this picture in an e-mail, as well as Open My Pictures folder. To invalidate a toolbar, follow these steps:

From a user side:

Open Internet Explorer, click Tools, Internet Options as well as switch to Advanced tab. Uncheck a “Enable Image Toolbar” check box as well as click a OK button.

For a web developer/webmaster:
A web developer is means to spin this underline off upon a page-by-page basis, regulating a HTTP-EQUIV as well as CONTENT attributes of a meta element.

Refresh your page

Posted on November 18th, 2010 in Common Technique by admin

If we shift your page often as well as we need to safeguard that your visitors have been saying a many stream change, afterwards we can configure your pages to force a browser to regularly bucket a page from a server as well as not a internal cache. Here’s how:
Either of a tags listed next will do a trick. Just simply supplement a single of a lines in between any page’s

<head> as well as </head> tags:

<META HTTP-EQUIV=”pragma” CONTENT=”no-cache”> <META HTTP-EQUIV=”expires” CONTENT=”Fri, twenty-eight January 2000
07:19:34 GMT”>

Tag #2 sets a page to end during a sure time that will force a browser to bucket a page from a server. By environment a page to a past date, a page will regularly be expired.