I have a tree menu, where, each sub menu is only loaded when required. Loading entails submitting a request which returns, into a separate frame, javascript to create the sub menu on the frame where the menu is being displayed.
The trouble is, the request, which involves submitting a form, is...
I have a tree menu which creates div elements and adds them to the document to render the child menu options as and when they need to be displayed. I am doing document.createElement("div").
The trouble is each time I do this the browser adds an entry to its history array, which means...
Does any know if there is any way of overlaying a div on top of an applet? Even if it means disabling the applet in some way, that shouldn't matter.
You see, I have a web page with an applet rendered by way of an object tag, and I am dynamically creating div elements as part of a tree menu...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.