I have an button:
<ul class="buttonbi g" onclick="javasc ript: change_location ('link')">
<li><a href="#" title="test">ex ample</a></li>
</ul>
The problem is that's not working in IE5.0. The reason is that I use "#"
in <a>. Is there any other way to solve it ?
Maybe I have to give up and use link in <a href="link"> ?
--
Regards, Cezar.
=============== =============== ==
<ul class="buttonbi g" onclick="javasc ript: change_location ('link')">
<li><a href="#" title="test">ex ample</a></li>
</ul>
The problem is that's not working in IE5.0. The reason is that I use "#"
in <a>. Is there any other way to solve it ?
Maybe I have to give up and use link in <a href="link"> ?
--
Regards, Cezar.
=============== =============== ==
Comment