TangLung
06-09-2003, 08:54 AM
Everyone !
It's funny how my thread turned out to be a debating session between good minds. I joined the forum to learn and not to be judged by how I want my script to run. Useless or too shallow the need may seem, for me, it's something I need to accomplish.
Thank you very much to those who have shown concern. Every bit of advice adds up to what I know today.
Here's what I have under my sleeve now and it works (got this somewhere and I forgot where) :
PUT THIS INSIDE THE <HEAD> TAG
<!-- No dotted image border script -->
<script language="Javascript" type="text/javascript">
<!--
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->
</script>
Again, thanks to the members who have helped me out in some ways.
It's funny how my thread turned out to be a debating session between good minds. I joined the forum to learn and not to be judged by how I want my script to run. Useless or too shallow the need may seem, for me, it's something I need to accomplish.
Thank you very much to those who have shown concern. Every bit of advice adds up to what I know today.
Here's what I have under my sleeve now and it works (got this somewhere and I forgot where) :
PUT THIS INSIDE THE <HEAD> TAG
<!-- No dotted image border script -->
<script language="Javascript" type="text/javascript">
<!--
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->
</script>
Again, thanks to the members who have helped me out in some ways.