Hi,
Thanks for your reply. I am using a Milonic menu, the one that is dynamically built from an unordered list. I am actually using XSLT to generate the unordered list from XML, this part works, but any javascript I add to the 'a' tag onclick or onmouseover etc seems not to work :?
It appears in ...
Search found 2 matches
- Tue Jul 10, 2007 8:43 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: onmouseover /onclick problem
- Replies: 2
- Views: 4717
- Mon Jul 09, 2007 5:18 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: onmouseover /onclick problem
- Replies: 2
- Views: 4717
onmouseover /onclick problem
Here is an example 'a' tag within my 'ul' and 'li':
<a id="new_page" class="lbOn" href="/?AJAX=NEWPAGE" onmouseover="document.onclick = function(){};" onclick="return false;">New webpage</a>
The problem is it just loads the page and seems to ignore the onmouseover="document.onclick = function ...
<a id="new_page" class="lbOn" href="/?AJAX=NEWPAGE" onmouseover="document.onclick = function(){};" onclick="return false;">New webpage</a>
The problem is it just loads the page and seems to ignore the onmouseover="document.onclick = function ...