In the pring of how to achieve such a framework pages

  In the spring of how to achieve such a framework pages 

  Because of work requirements, I hope to be able to achieve in the spring in the pages of such a framework, such as the T-Shape three pages, page code is as follows: 
  <frameset Rows="0,35,*" border=0> 
  <frame Name="perspective_workarea" title="工具栏" frameborder=0 noresize> 
  <frame Name="perspective_toolbar" title="工具栏" src="perspective.do?page=toolbar"> 
  <frame Name="perspective_content" title="页面内容" src="perspective.do?page=content" marginwidth=0 marginheight=0 scrolling="no" frameborder=0> 
  <frameset Cols="0,35,*" border=0> 
  <frame Name="perspective_workarea" title="工作区" frameborder=0 noresize> 
  <frame Name="perspective_toolbar" title="工具栏" src="perspective.do?page=gtoolbar" marginwidth=0 marginheight=0 scrolling="no" frameborder=0 noresize> 
  <frame Name="perspective_content" title="页面内容" src="perspective.do?page=gcontent" marginwidth=0 marginheight=0 scrolling="no" frameborder=0> 
  </ Frameset> 
  </ Frameset> is the result of constantly flashing in the pages, that is a method of forming a nested in the implementation of non-stop cycle, the controller background, I tried a different approach, but the result Like pages in the implementation of non-stop perspective.do? page = gtoolbar, perspective.do? page = gcontent temporarily do not know how to resolve, if it does not nested there is no such a problem. 

  Posted on 2007-04-29 13:37 reeve read (152) Comments (1) edit collections cited 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags: ,

Releated Java Articles

Comments

Leave a Reply