link error - Again!
I think I figured it out. You have an onclick event set on a < tr> tag...
< tr onclick="CSAction(new Array(/*CMP*/'c34a4fe60'));return CSClickReturn()" csclick="c34a4fe60" >
That references the home page and it's conflicting with the simple HTML link you created. You should be OK to remove
onclick="CSAction(new Array(/*CMP*/'c34a4fe60'));return CSClickReturn()" csclick="c34a4fe60"
And that "should" fix the problem, unless I missed something else.
|