Add URL Path Into Code

Add URL Path* ]

* In reference to the asteric in the first link on the page you whence came, the code within the <BODY> section has the URL set as <a href="#". This configuration tells the link when activated (clicked) to go to the URL of the page where it is already residing. In other words, the page it is on. Grab the below link and you will see the page that opens is this page even though the URL is only defined as Link Defined As <a href="#" ]

Default Link Defined As #

<!--BEGIN REQUIRED-->
<a href="#" class="link" onmouseover="javascript:reset();Scroll('prem_hint');" onmouseout="javascript:StopScroll('prem_hint');">Move your mouse over</a>
</center>
<div id="prem_hint" style="position:relative; visibility:hidden" class="prem_hint">
This is the hint or description for the above link!
</div>
<!--END REQUIRED-->

Reconfigured URL LInk

<!--BEGIN REQUIRED-->
<a href="PUT ACTUAL URL HERE" class="link" onmouseover="javascript:reset();Scroll('prem_hint');" onmouseout="javascript:StopScroll('prem_hint');">Move your mouse over</a>
</center>
<div id="prem_hint" style="position:relative; visibility:hidden" class="prem_hint">
This is the hint or description for the above link!
</div>
<!--END REQUIRED-->

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