Dial A Site Navigation

These Links Will Not Open In A New Window!

166 = Return Here ] [ 123 = Alphabet Index ] [ 186 = Navigation ]
249 = Word Search ] [ 625 = Get Code Here ] [ 222 = Mailing List ]

T his script allows you to navigate through websites using a telephone-style dial pad. Just punch in the number listed and away you go! Works in MSIE, Netscape, and Opera.

W e have tested the code in IE5.5, IE6, Netscape4.08 and Netscape7.0. This script worked well in all platforms tested with no variations observed.

D epending on your knowledge of HTML and java scripts, this i an easy, two part copy and paste code that is placed into the <HEAD> and <BODY> sections of your document. The reconfigurations are primarily in the <HEAD> section with the only reconfiguration within the <BODY> section is that of the background color of the table the dial pad sits in.

B elow is where within the <HEAD> section you configure your dial in numbers and URL's they will link with.

//ADD YOUR NUMBERS AND URLS HERE

if (phone_num=="01")
 document.location="URL For Above Dial In Number";

if (phone_num=="123")
 document.location="URL For Above Dial In Number";

document.board.pn.value=phone_num;
}

Y ou can add as many links into this as you need. Just follow the pattern and be sure all the numbers and URL's are placed Above the following line of code;
document.board.pn.value=phone_num;

B elow the above line of code you will also notice a very similar line of script as shown below. DO NOT put anything in there or the script will NOT work!

document.board.pn.value=phone_num;
}
function clearit()
{
 phone_num = "";
 document.board.pn.value=phone_num;
}
// End -->
</script>

T he only other possible reconfiguration that you can make is in the <BODY> section and that is to change the background color of the form. In ours we used the color #ba55dc for cosmetic reasons. See below on where to reconfigure the color.

<form name="board">
<center>
<table BORDER CELLSPACING=0 CELLPADDING=0 COLS=3 WIDTH="135" BGCOLOR="#FF0000">
<tr ALIGN=CENTER>

O n a few final notes. Do not forget to add a list of the numbers needed to dial for the associated links for people to dial in to be taken to where they want to navigate. Also, the way this script is configured, the link will open in the same window, and not a new window.

I f you would like to add this navigational effect to your pages, just type in 625 and you are there. If you do have any problems with this, feel free to contact us.

[ Yahoo! ] options

Search Our Site By Individual letter

A ]  [ B ]  [ C ]  [ D ]  [ E ]  [ F ]  [ G ]  [ H ]  [ I ]  [ J-K ]  [ L ] 
M ]  [ N-O ]  [ P-Q ]  [ R ]  [ S ]  [ T ]  [ U-V ]  [ W ]  [ X-Y-Z ] 

Little Tips Directory

Page 1  ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5  ] [ Page 6  ] [ Page 7  ]

Index Page 1 ] [ Index Page 2 ] [ Index Page 3 ] [ Index Page 4 ] [ Index Page 5 ]
Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ]
Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ]

News Letter Archives ] [ Navigation Page ] [ Archives Of Published Material ]
Link To Us ] [ Alphabet Index ] [ Feedback ] [ On Line Support ] [ FAQ ]
Webmaster Utilities ] [ Casino ] [ Banner Exchange ] [  Advanced Site Search ]

  

If you are part of the ever growing number of webmasters who enjoy sharing your knowledge with others on web design, join The Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

Copyright © Consigliere Ltd., All Rights Reserved. 2001-