Hi,
I`m trying to develop a menu system for one of my apps, the problem lies in the fact that there is a graphing activex control on every page.
Normally I would just create a menu using divs. But the activex object always takes the top focus and the index-z properties have no effect. After a bit of looking around I found that it's not possible to change the properties of an object in that way.
So I thought I could use window.createpopup to create multi windows for the menus. So far though I can only seem to keep one window on the screen at once.
Again after some reading it seems that once you move away from the popup the popup disappears automatically. I`m trying to write a heriachal menu system where the previous options stays as you navigate across, (the same as the microsoft menu system).
Anybody else having / had this problem or know of a way around this? I`m using vbscript for the client side of things.
thanks.
Scot.