aprile 2003
HOME  |  INDICE  |  CORSI  |  DIZIONARIO  |  ABBONAMENTI  |  SITO  |  HELP
 
   
  CORSI OPENMASTER
  MUSICA DIGITALE  
  WEBMASTER  
 
Lezione 1  
Lezione 2  
Lezione 3  
Lezione 4  
Lezione 5  
Lezione 6  
Editor HTML  
Esercizi  
Risorse  
  Libri  
  Tag  
 
  WINDOWS EXPERT  
 

Tag per i frame

Tag dei frame

<frameset></frameset>
Replaces the <body> tag in a frames document; can also be nested in other framesets
<frameset rows="value,value">
Defines the rows within a frameset, using number in pixels, or percentage of w idth
<frameset cols="value,value">
Defines the columns within a frameset, using number in pixels, or percentage of width
<frame>
Defines a single frame — or region — within a frameset
<noframes></noframes>
Defines what will appear on browsers that don't support frames


Attributi dei frame

<frame src="URL">
Specifies which HTML document should be displayed
<frame name="name">
Names the frame, or region, so it may be targeted by other frames
<frame marginwidth=#>
Defines the left and right margins for the frame; must be equal to or greater than 1
<frame marginheight=#>
Defines the top and bottom margins for the frame; must be equal to or greater than 1
<frame scrolling=VALUE>
Sets whether the frame has a scrollbar; value may equal "yes," "no," or "auto." The default, as in ordinary documents, is auto.
<frame noresize>
Prevents the user from resizing a frame


Tag dei moduli (form)

For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.
<form></form>
Creates all forms
<select multiple name="NAME" size=?></select>
Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.
<option>
Sets off each menu item
<select name="NAME"></select>
Creates a pulldown menu
<option>
Sets off each menu item
<textarea name="NAME" cols=40 rows=8></textarea>
Creates a text box area. Columns set the width; rows set the height.
<input type="checkbox" name="NAME">
Creates a checkbox. Text follows tag.
<input type="radio" name="NAME" value="x">
Creates a radio button. Text follows tag
<input type=text name="foo" size=20>
Creates a one-line text area. Size sets length, in characters.
<input type="submit" value="NAME">
Creates a Submit button
<input type="image" border=0 name="NAME" src="name.gif">
Creates a Submit button using an image
<input type="reset">
Creates a Reset button

 

 

Corso - Webmaster - Risorse
 
  Libri tecnici per Webmaster
  CGI per esempi
  CSS e DHMTL
  CSS Pocket Reference
  GoLive 6 - corso pratico
HTML 4 and XHTML 1
HTML 4 Tutto & Oltre
HTML la Reference
  HTML senza fatica
  Imparare XML in 24 ore
JavaScript la guida
  JavaScript percorsi Web
JavaScript Tutto & Oltre
  Progettare e sviluppare siti Web
  Web design corso completo
  Webmaster for dummies
XML Corso di programmazione
 
  Libri di Web design
  Dalla carta al Web
Don't make me think
  Homepage Usability
Principi di Web Design
Web Design Arte & Scienza
  Web ReDesign
Web usability
 
  Libri di architettura/progetto
Architettura dell'informazione
  Progettare siti Web
Siti che funzionano
  Usabilità dei siti Web
  Web Navigation
  Web Work Flow
 
  Libri per principianti
HTML 4 flash
HTML virtual classroom
Il tuo primo sito
 

 

Corso - Webmaster - Risorse
 
  Libri tecnici per Webmaster
  GoLive 6 - corso pratico
HTML 4 and XHTML 1
HTML 4 Tutto & Oltre
HTML la Reference
  HTML senza fatica
JavaScript Tutto & Oltre
  Progettare e sviluppare siti Web
  Web design corso completo
  Webmaster for dummies

  Libri di Web design
  Dalla carta al Web
Don't make me think
  Homepage Usability
Principi di Web Design
Web Design Arte & Scienza
  Web ReDesign
Web usability

  Libri di architettura/progetto
  Progettare siti Web
Siti che funzionano
  Usabilità dei siti Web
  Web Navigation
  Web Work Flow

  Libri per principianti
HTML 4 flash
HTML virtual classroom
Il tuo primo sito

 Copyright© PC Open - 2002 - 2003

Credits