I am facing a strange problem with menu bar.
On menu item click, i open a dhtmlxWindow as popup. on the popup screen, the page is divided into three frames. there are buttons/ links in the page. when i click on the Button/ link the menu bar gets hidden.
please help
Hello,
please try to use the latest dhtmlxwindows.js (attached) version. Possibly it’ll fix the issue. If the issue persists, please provide the sample to rre-create it.
dhtmlxwindows.zip (16.4 KB)
changing the dhtmlxwindows.js file does not seem to fix the issue. please let me know if there is anything else that i can do to fix the problem.
Changing the dhtmlxwindows.js file does not seem to fix the issue. please let me know if there is anything else that i can do to fix the problem. Also, it will not be possible for me to share the code with you (As per the company policy.)
We don’t need the exact copy of your application - just any sample with any data that allows to re-create the issue. As locally we can’t re-create the described problem.
Hi,
I am attaching a sample project with the problem as described earlier.
On selecting “Product Admin” from Admiistrator menu, a dhtmlx window opens. this window in turn opens a page, which has a link (“Testing”). on clicking on the link. the menu is hidden.
i have added the new dhtmlxwindow.js also inthe project
Sample.zip (1.25 MB)
Hello,
the correct action link should have href=“javascript:void(0)” as the href attribute:
Testing
instead of
Testing
Moreover we have attached the latest dhtmlxlayout.js. Please, try to use it.
dhtmlxlayout.zip (15.9 KB)
Thanks Alex.
Changing the <a href ="#" to <a href =“javascript:void(0)” worked for me.
Thanks Again…