i am try to show a context menu inside a frame, however, the menu cannot show completely if the frame size is too small, smaller than context menu. Is it possible to show the context menu on top of the frame?
Hello eable,
Content inside an iframe stays inside and iframe as it's essentially an entirely separate window that just rendered inside the same page. This is equally true for other controls (Microsoft) also. As per my understanding, in order to implement this functionality you need to create a control dynamically using DHTML.
I hope this helps.
I am just following up to see if you need any further assistance with this matter.