HTML Tutorial - the window inter-operation (Frame Target)

Related Tags:

  Frames from the windows of several content is not static, often with the contents of a window at the request of another window constantly changing, which increased the value of Frames.    In order to complete the interface between the various window operation, we must have a window every name, the name used to define attributes Name. 

  Window logo (Frame Name) 

  <frame Src=url name="窗口名"> For example: <frame src="frame/a.html" name="left"> 

  Definition of a window name, it should also be used to cope with a Target, Target attributes specified by the link which appears in the document window.    Target values can be defined name names, it can also be a value of the following four categories: 

  <a Href=url target=_blank> that a new window <a href = url target = _self> shown in the same window <a href = url target = _parent> Frameset shown in the previous document window <a href = url target = _top> shown in the browser window 



  Example: 

  <frameset Cols=50%,50%> 
  <frame Src="frame/left.htm" name="left"> 
  <frame Src="frame/right.htm" name="right"> 
  </ Frameset> 

Related articles:

Flash progress of the super-simple production skills
  Flash is making progress of the old problems, and here we provide to the section of the code, and help you easily progress of the production.    Add the following code on the scene first-ching OK.    Var myLoading: MovieClip;    Var loadInfo: MovieClip;  ...
Be a simple small web site you should learn the knowledge
  Please note: domain name does not mean that you can have a website.    To do this before, the site used to do?    Static or dynamic, at least have to know that their knowledge of the code, but not the process, but also to understand how much some html.    Other...
AJAX integration in the development of database technology
  I. INTRODUCTION    Today, a considerable number of Web applications, such as Backpack, Blinksale and Gmail regarded AJAX integration with database technology together.    Communication with the database by providing updated browser without this powerful technology, which ...
Flash skills: the width of access to external video
  _root.createEmptyMovieClip ( "Mc" _root.getNextHighestDepth ());    Mc.loadMovie ( "logo.gif");    Trace (mc._width);    Although the result of this is zero, this is because loadmovie delay in the second frame after loadmovie be included in...
Div + css ? ? ?
  <! DOCTYPE HTML PUBLIC "- / / W3C / / DTD HTML 4.01 Transitional / / EN"    "Http://www.w3.org/TR/html4/loose.dtd">  <html> <head>   <meta Http-equiv="Content-Type" content="text/html; charset=gb2312" />&...