R
ruca
Language: ASP.NET with VB.NET
How can I open a little window with a menu when I pass over with mouse on a
link?
I have links and when I pass over I want to open only the choices that
belongs.
I think that I have to use JavaScript and it's not my strongest...
I have this, but opens a big window (I don't want that)
<SCRIPT FOR="mnuLinkQsq" EVENT="onmouseover" LANGUAGE="JScript">
window.open("my.aspx")
</SCRIPT>
How can I open a little window with a menu when I pass over with mouse on a
link?
I have links and when I pass over I want to open only the choices that
belongs.
I think that I have to use JavaScript and it's not my strongest...
I have this, but opens a big window (I don't want that)
<SCRIPT FOR="mnuLinkQsq" EVENT="onmouseover" LANGUAGE="JScript">
window.open("my.aspx")
</SCRIPT>