Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
813
WebMenu IFrame BUG
posted

I have a WebMenu in ultrawebtoolbar.

style is Slide so when i hover mouse over it it slids down to show submenus.

functionality is like when i click on one of the menu items it goes to server side (partial post back because of the WARP).

now when it goes to server side and if my menu is hovered down. it does not remove an IFrame which was included to show that menu.

code for that IFrame is

<IFRAME style="Z-INDEX: 1000; FILTER: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);; LEFT: 57px; VISIBILITY: visible; WIDTH: 174px; POSITION: absolute; TOP: 51px; HEIGHT: 49px" src='BLOCKED SCRIPTnew String("<html></html>")' frameBorder=no scrolling=no></IFRAME>

and problem is there is another textbox at the same place. so because of this IFrame I am not able to select that textbox with my mouse click.

It is causing too much problem as that textbox is main Key on my page.

Please let me know if you have any suggestions/solutions. Or if there is any property of WebMenu to remove this IFrame.