On 6/4/05, xfedex <xfedex@gmail.com> wrote:
> Hi,
>
> Anyone know if theres a way to disable this feature for user using old
> browsers or not suporting JS/XML?
Put your JS Code in html comments, like as follows.......
<script .......>
<!--
JS_CODE_HERE()
//-->
</script>