Launch and Open Links in New Window or Tab with _blank or _new as Target in HTML and Their Difference Lancio e aprire i link in una nuova finestra o una scheda con _blank _new o come destinazione in formato HTML e loro differenza

On most websites, publishers may prefer to open the links to other web pages, especially external links that open web pages out of their own sites, in a new web browser window or tab, as most of the time, clicking on a link will load the new document from the link in the same window with where the link was. Sulla maggior parte dei siti web, gli editori possono preferire per aprire il link ad altre pagine web, in particolare i collegamenti esterni che si aprono pagine web dei loro siti, in una nuova finestra del browser web o una scheda, come la maggior parte del tempo, facendo clic su un link di carico il nuovo documento dal link nella stessa finestra con il link dove è stato. In HTML web programming language, to launch the new document (web pages) from links in a new window or tab effect is typically done through the use of target attributes on those links. HTML linguaggio di programmazione web, a lanciare il nuovo documento (pagine web) da link in una nuova finestra o scheda effetto è di solito avviene attraverso l'uso di attributi target a tali legami.

In this case, the link anchors will be using “_blank” as the value of the “target” attribute. In questo caso, il link ancore verrà utilizzato "_blank" come il valore dell ' "obiettivo" attributo. “_blank” tells the web browser to open the new document loaded from the link in a new window. "_blank" Racconta il browser Web per aprire il nuovo documento caricato dal link in una nuova finestra. “target” attribute is also used in websites with frame structure to tell the web browser which frame the target page of a link should open when click. "Obiettivo" attributo è utilizzato anche in siti web con cornice struttura di dire al browser che incorniciano la pagina di destinazione di un link dovrebbe aprire quando fai clic su. However, “_blank” does not require the use of any frames. Tuttavia, "_blank" non richiede l'uso di frame. The syntax or HTML code is typically as below: La sintassi o codice HTML è tipicamente come qui di seguito:

<a href=”newwindow.html” target=”_blank”>New Window</A> <a href="newwindow.html" target="_blank"> Nuova finestra </ A>

There are also publishers who use “_new” instead of “_blank” as the value for “target” attribute to open a link in new window. Ci sono anche gli editori che utilizzano "_new" invece di "_blank" come valore per "obiettivo" attributo di aprire un link in una nuova finestra. There is actually no “_new” defined as frame target names by W3C HTML standards. , Non c'è nessun "_new" definito come cornice obiettivo nomi di W3C HTML standard. The only four reserved names are “_blank”, “_parent”, “_self” and “_top”. Il solo quattro nomi sono riservati "_blank", "_parent", "_self" e "_top". However, the “_new” value works the same way as “_blank” to launch the linked web documents in new browser window because of graceful error handling by web browsers. Tuttavia, la "_new" valore funziona allo stesso modo "_blank" per avviare la siti web collegati documenti in nuova finestra del browser a causa di grazioso gestione degli errori di web browser. So “_new” is not a valid value for “target” attribute in link <a> anchor, and may cause inconsistent behaviour for strictly HTML compliant browser that ignores all other target names as frame target name should begin with an alphabetic character (az and AZ). Così "_new" non è un valore valido per il "target" attributo in collegamento <a> di ancoraggio, e può causare un comportamento incoerente per strettamente conforme HTML browser che non tiene conto di tutti gli altri nomi come obiettivo telaio obiettivo nome dovrebbe iniziare con un carattere alfabetico (az e AZ).

When “_new” is used, the web browser will look for an existing browser window that carries the “_new” handle name. Quando "_new" è usato, il browser cercherà una esistente finestra del browser che porta la "_new" manico nome. If there is none then browser will create and launch the target web document at new window (or new tab in browser that supports tabbed browsing), where browser is considered to be recovering from HTML error of targeting a non-existent window. Se non vi è quindi nessuna browser creare e lanciare l'obiettivo documento web in una nuova finestra (o nuova scheda nel browser che supporta la navigazione a schede), se del browser è considerato essere il recupero da errore di HTML destinati a una inesistente finestra. In this case, the new window will be named “_new”. In questo caso, la nuova finestra si chiama "_new". However, if a window or a tab with “_new” handle already existed, the target page will be loaded into that window instead. Tuttavia, se una finestra o una scheda con "_new" gestire esisteva già, la pagina di destinazione verrà caricato in quella finestra. Theoretically, you no need to use “_new” as the value for “target”, as any other value name (ie “newwindow” or “newtab”) will work to create a new window if the so named window hasn’t existed yet when clicked on the link. Teoricamente, non è necessario utilizzare "_new" come il valore di "target", come qualsiasi altro nome valore (vale a dire "Newwindow" o "newtab") si adopererà per creare una nuova finestra, se così chiamata la finestra non ha ancora esisteva quando cliccato sul link.

In other word, if you want the links to open in a new window on every click, use the “_blank”. In altre parole, se si desidera che il link per aprire in una nuova finestra per ogni clic, utilizzare il "_blank". And you can use “_new” or another other valid value name starting with alphabetic character to open a new window and re-use that window for any other subsequent clicks that target to the same name. E si può usare "_new" o un altro valore valido altro nome che inizia con carattere alfabetico per aprire una nuova finestra e il riutilizzo finestra che per qualsiasi altro clic successivi a tale obiettivo lo stesso nome.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



3 Responses to “Launch and Open Links in New Window or Tab with _blank or _new as Target in HTML and Their Difference” 3 risposte a "Avvia e aprire i link in una nuova finestra o una scheda con _blank _new o come destinazione in formato HTML e loro differenza"

  1. Gustavo Ricou Gustavo Ricou
    July 9th, 2007 23:27 9 luglio 2007 23:27
    1

    thank you… la ringrazio…

  2. Brian
    December 24th, 2007 12:41 24 dicembre 2007 12:41
    2

    Great Post! Great post! Important piece of information. Importante elemento di informazione.

  3. yesa Yesa
    April 10th, 2008 13:42 10 aprile 2008 13:42
    3

    Your blog is so helpful. Il tuo blog è così utile. Thank you. Grazie.

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

html open link in new tab html Apri il link in una nuova scheda - -- open link in new tab html Apri il link in una nuova scheda html - -- html link new tab link HTML nuova scheda - -- html link open in new tab link HTML aperto in una nuova scheda - -- HTML open link new tab Apri il link HTML nuova scheda - -- html link in new tab HTML link in una nuova scheda - -- html target tab HTML obiettivo scheda - -- html open in new tab HTML aperto in una nuova scheda - -- html new tab html nuova scheda - -- html link open new tab link HTML aprire una nuova scheda - -- html code Open link in new tab codice html Apri il link in una nuova scheda - -- window.open tab window.open scheda - -- href target tab href target scheda - -- html target new tab HTML obiettivo nuova scheda - -- HTML code to open link in new tab Codice HTML per aprire link in una nuova scheda - -- link new tab link nuova scheda - -- href new tab href nuova scheda - -- open link in new tab html code Apri il link in una nuova scheda codice html - -- new tab html nuova scheda HTML - -- target tab obiettivo scheda - -- open link in a new tab html Apri il link in una nuova scheda html - -- link in new tab link in una nuova scheda - -- html open tab HTML aperto scheda - -- html open link in a new tab html Apri il link in una nuova scheda - -- open link new tab html Apri il link nuova scheda HTML - -- a href new tab a href nuova scheda - -- html link to new tab HTML link a una nuova scheda - -- a href target tab a href target scheda - -- link to new tab link alla nuova scheda - -- html open in tab HTML aperto in scheda - -- target new tab obiettivo nuova scheda - -- html href new tab html href nuova scheda - -- html open new tab HTML aprire una nuova scheda - -- html new tab link html nuova scheda link - -- launch link in new window lancio link in una nuova finestra - -- href in new tab href in una nuova scheda - -- html code open in new tab codice html aperto in una nuova scheda - -- html to open link in new tab html per aprire link in una nuova scheda - -- html "open link in new tab" html "Apri il link in una nuova scheda" - -- open links in new tab html aprire i link in una nuova scheda html - -- all tutto - -- html href target tab html href target scheda - -- link target new tab link target nuova scheda - -- code to open link in new tab codice per aprire link in una nuova scheda - -- href open new tab href aprire una nuova scheda - -- open html link in new tab html aprire link in una nuova scheda - -- link in new tab html link in una nuova scheda HTML - -- html opening link in new tab html apertura link in una nuova scheda - -- html link opens in new tab html link si apre in una nuova scheda - -- open a link in a new tab html aprire un link in una nuova scheda html - -- target frame new tab obiettivo cornice nuova scheda - -- target-new: tab - nuovo obiettivo: scheda - -- html code for opening link in new tab codice html per l'apertura di link in una nuova scheda - -- href target new tab href target nuova scheda - -- href open in new tab href aperto in una nuova scheda - -- html links open in new tab link HTML aperto in una nuova scheda - -- link new tab html link nuova scheda HTML - -- html open window in new tab html finestra aperta in una nuova scheda - -- html open in a new tab html aperto in una nuova scheda - -- open link in new tab code Apri il link in una nuova scheda codice - -- html code open link new tab codice html Apri il link nuova scheda - -- html open link in new window tab html Apri il link in una nuova finestra scheda - -- a href open new tab a href aprire una nuova scheda - -- opening link in new tab html apertura link in una nuova scheda html - -- html open new tab link HTML aprire una nuova scheda link - -- open in new tab link html Apri in una nuova scheda link html - -- _blank new tab _blank nuova scheda - -- html code for open in new tab codice html per aprire in una nuova scheda - -- html make link open in new tab html fare aprire link in una nuova scheda - -- html link opens new tab HTML link apre una nuova scheda - -- html open links in new tab html aprire i link in una nuova scheda - -- window.open tabs window.open schede - -- open in new tab html code Apri in una nuova scheda codice html - -- html target tabs HTML obiettivo schede - -- open window in tab finestra aperta nel scheda - --