im building a menu for my web site using asp.net and xml to store the menu content.
The content is then pulled in to a web user control with a tranform where i can attach both client and server side scripts to the menu.
im having a spot of bother with attaching events to different submenus within the control using the xsl.
the code block goes something like this ...
javascript:ShowThisObject('');
everything except the value of element seems to be doing its job
the output i get on the page goes something like this ...
onmouseover="javascript:ShowThisObject(' ');"
and of course this is nested inside an elements opening tag to which i want the script attached.
my question is ...
How do i get it to output the custom and constantly changing object id's in the attributes content ?
2006-07-24
22:57:31
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design