The relative URL for your menu may be at issue.

Assuming the frameset below is in a jsp, replace the whole ../../../..... with ${request.contextPath}/docroot/rashmie/files/html_menu.jsp

That will make sure the menu file will be found regardess of the page's relative location.

--David

sthikkireddy wrote:
Hi,

I am using two frames in my web page. Top frame is displaying a simple menu and the
bottom frame is displaying a external page.

Now I had upgraded my Website from Magnolia2.0 to Magnolia3.0. All the html pages are
working fine except the page which is having frames.
<b> I am not getting the top frame which is having menu. The bottom frame having external site is displayed.My menu was designed with the help of java script.</b> I am not
getting any clue, and i
am strucked here from a long time. Anyone please help
me to get rid of this problem.

I am using the below code .

<frameset framespacing="0" rows="20px,*" frameborder="no">
<frame src="../../../docroot/rashmie/files/html_menu.jsp">
<frame src="https://usm.channelonline.com/rashme/storesite/Customers/my_profile.epl";
scrolling="yes">
</frameset>


The above code is working fine with Magnolia2.0. but after upgrading to Magnolia3.0 the
above code is not working.

I am really need your help.Thanks in advance.

regards,
sai


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to