I am using ASP.Net 2.0 Menu control, it works fine when application is placed outside folder \xyz and inside \abc\xyz it doesnt shows proper menu
( it works fine in IE 7 and Mozilla (firefox), but not work in IE6)
not ok menu image and ok menu image
i found difference while viewing both files Viewsource
this line is not available in wrong page which is not displaying proper menus
ctl00_Tab_Data.iframeUrl = '/WebResource.axd?d=4DCtvlOeisNIDd0-otFvFA2&t=633201517162165664';
and available in correct page in script
<script type="text/javascript">
<!--
var ctl00_Tab_Data = new Object();
ctl00_Tab_Data.disappearAfter = 500;
ctl00_Tab_Data.horizontalOffset = 0;
ctl00_Tab_Data.verticalOffset = 0;
ctl00_Tab_Data.iframeUrl = '/WebResource.axd?d=4DCtvlOeisNIDd0-otFvFA2&t=633201517162165664';
// -->
</script>
if any one have any idea about this plz reply , thanx in advance.
|