You are here: Articles > Internet > HTML

 See more articles about "HTML "

Opening Links In a New Window

 

Although I usually hate it, this is the standard html code to open a link in a new window.

Forcing users to open links in new windows is so wrong. However, there are times when it is useful. Here's how you do it.



Standard Link Code:

<a href="http://www.tech-recipes.com">Tech-Recipes.com</a>





Open Link In new Window Code:

<a href="http://www.tech-recipes.com" target="_blank">Tech-Recipes.com</a>





The addition of the target="_blank" does the dirty deed.

 

Also see ...

Is your site color-blind friendly?
H3Service allows you to see your site as if you have a dysfunction in the ability to see colors/H3PBetween 5 and 10% of males have some sort of genetic problem seeing the full spectrum of colors. Is your site usable to this population of users? br / br /Running your site through a href

Re-Enable Right-Click When Web Pages Turn It Off
H3Several web pages turn off the ability to right click. This examples how to turn it back on./H3PPeople are nuts about protecting their web site from unauthorized copying. One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right click.

Prevent IE6 Users from Using the Image Toolbar
H3IE6 users now have access to the image toolbar that allows users to easily print, copy, email, save, and resize pictures. Here's how to disable it./H3PInternet Explorer 6.0 and greater now gives users the image toolbar. This allows users to easily save, resize, and manipulate pictures. In

Running your own shoutcast server / streaming using XP Prof & IIS
H3This is a quick guide on how to setup your own winamp/shoutcast server on windows xp prof using IIS5.0 Requirements: Windows XP Professional, Winamp 3.0 or higher, Highspeed always connected internet connection, Basic Networking Skills/H3PThis recipe is for all you music lovers out there

Friendly color combinations for Web Pages
H3Here are some hints for getting a good color combination for your web page./H3PI am a typical guy without fashion or color sense. I barely can match my clothes. You can imagine that picking out good colors for a website I find very difficult. These are the tools that I typically use.