Frame Resize

"shefali taori" <[email protected]>
Newsgroups gmane.comp.mozilla.devel.editor
Message-ID <[email protected]>
 Hi,
    I am Shefali From Nagpur.From I last few days i have been trying to solve a problem related to resizing of frames in Mozilla Firefox but could not find any solution.In my html code I have Defined a frame set and I want that the frame should be resizeble.The code is working fine in IE and Safari browser but in Firefox I am just not able to resize.If any one could help me out.
    Below is the code where I have defined the frameset it is defined in JSP file.

<frameset rows="69,*" cols="*" framespacing="5" frameborder="yes" border="5" bordercolor="#006699" id="mainFramset">
  <frame src="common/topframe.jsp" name="topFrame" scrolling="no" noresize onLoad="showFrame('<%=currentTab%>');">
  <frameset rows="*" cols="20%,81%,1" framespacing="5" frameborder="yes" border="5" bordercolor="#006699" id="lowerFrameset">
    <frame src="common/leftnav.html" name="leftNav" scrolling="auto"/>
    <%
    String mainPage = "method=Reload";
  String fullUrl;
  if (mainPage != null && mainPage.length() > 0) {
    fullUrl = mainPage + "&sp=1";
  } else {
    fullUrl = mainPage + "?sp=1";
  }
  %>
    <frame src="/ControlConsole/Gateway/?<%= fullUrl %>" name="centerText" scrolling="YES" />
    <frame src="/ControlConsole/common/right.html" name="right" scrolling="no" noresize />
  </frameset>
</frameset>

<noframes>
<body></body>
</noframes>

 
(unnamed) (message/rfc822, 4.5 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.