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="" name="topFrame" scrolling="no" noresize >   <frameset rows="*" cols="20%,81%,1" framespacing="5" frameborder="yes" border="5" bordercolor="#006699" id="lowerFrameset">
    <frame src="" 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="" fullUrl %>" name="centerText" scrolling="YES" />
    <frame src="" name="right" scrolling="no" noresize />
  </frameset>
</frameset>

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




--- Begin Message ---

  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="" name="topFrame" scrolling="no" noresize >   <frameset rows="*" cols="20%,81%,1" framespacing="5" frameborder="yes" border="5" bordercolor="#006699" id="lowerFrameset">
    <frame src="" 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="" fullUrl %>" name="centerText" scrolling="YES" />
    <frame src="" name="right" scrolling="no" noresize />
  </frameset>
</frameset>

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




--- End Message ---

Reply via email to