<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>https://it.seminaverbi.bibleget.io/w/index.php?action=history&amp;feed=atom&amp;title=Anchor</id>
	<title>Anchor - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="https://it.seminaverbi.bibleget.io/w/index.php?action=history&amp;feed=atom&amp;title=Anchor"/>
	<link rel="alternate" type="text/html" href="https://it.seminaverbi.bibleget.io/w/index.php?title=Anchor&amp;action=history"/>
	<updated>2026-04-07T13:48:33Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://it.seminaverbi.bibleget.io/w/index.php?title=Anchor&amp;diff=2313&amp;oldid=prev</id>
		<title>Johnrdorazio: una versione importata</title>
		<link rel="alternate" type="text/html" href="https://it.seminaverbi.bibleget.io/w/index.php?title=Anchor&amp;diff=2313&amp;oldid=prev"/>
		<updated>2020-08-30T22:50:31Z</updated>

		<summary type="html">&lt;p&gt;una versione importata&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;it&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Versione meno recente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Versione delle 22:50, 30 ago 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;it&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Nessuna differenza)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Johnrdorazio</name></author>
	</entry>
	<entry>
		<id>https://it.seminaverbi.bibleget.io/w/index.php?title=Anchor&amp;diff=2312&amp;oldid=prev</id>
		<title>it&gt;Botcrux: Bot: aggiungo template {{Collegamenti esterni}} (ref)</title>
		<link rel="alternate" type="text/html" href="https://it.seminaverbi.bibleget.io/w/index.php?title=Anchor&amp;diff=2312&amp;oldid=prev"/>
		<updated>2019-06-21T09:29:22Z</updated>

		<summary type="html">&lt;p&gt;Bot: aggiungo template {{Collegamenti esterni}} (&lt;a href=&quot;/w/index.php?title=Utente:Botcrux/Collegamenti_esterni&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Utente:Botcrux/Collegamenti esterni (la pagina non esiste)&quot;&gt;ref&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{nota disambigua}}&lt;br /&gt;
{{C|Ma un&amp;#039;ancora non può essere sia l&amp;#039;origine sia la destinazione sia entrambe di un collegamento ipertestuale? Nella voce non si capisce molto in proposito: &amp;quot;creare un link&amp;quot;|informatica|marzo 2012}}&lt;br /&gt;
Un &amp;#039;&amp;#039;&amp;#039;anchor&amp;#039;&amp;#039;&amp;#039; è un oggetto appartenente alla definizione del [[Document Object Model]] (DOM) di un documento [[HTML]] e permette di definire il testo di un [[collegamento ipertestuale]]. Il nome deriva proprio dal fatto che questo testo fa da &amp;quot;ancora&amp;quot; al collegamento e ne specifica solitamente il contenuto.&lt;br /&gt;
&lt;br /&gt;
==Proprietà==&lt;br /&gt;
#accessKey Imposta un tasto per accedere al link tramite tastiera&lt;br /&gt;
#charset Imposta o ritorna il set di caratteri utilizzato dalla risorsa&lt;br /&gt;
#coords Imposta o ritorna il valore delle coordinate di un&amp;#039;area sensibile&lt;br /&gt;
#href Setta o imposta un URL da linkare all&amp;#039;oggetto&lt;br /&gt;
#hreflang Setta o imposta il codice del linguaggio utilizzatto dalla risorsa&lt;br /&gt;
#id Imposta o ritorna il valore dell&amp;#039;id dell&amp;#039;oggetto&lt;br /&gt;
#innerHTML Setta o ritorna il valore del testo del link&lt;br /&gt;
#name Imposta o ritorna il nome del link&lt;br /&gt;
#rel Imposta o ritorna una relazione tra il documento e l&amp;#039;URL di target&lt;br /&gt;
#shape Setta o ritorna il valore di un&amp;#039;area attivata con le coordinate impostate nella proprietà coords&lt;br /&gt;
#tabIndex TabIndex dell&amp;#039;oggetto da impostare o leggere&lt;br /&gt;
#target Imposta il target del link, che può essere dentro o fuori la pagina dove si trova il link stesso&lt;br /&gt;
#type 	Imposta o ritorna il valore del MIME utilizzato dalla risorsa linkata&lt;br /&gt;
&lt;br /&gt;
==Metodi==&lt;br /&gt;
(sono tutti ereditati dall&amp;#039;oggetto Object)&lt;br /&gt;
&lt;br /&gt;
==Eventi==&lt;br /&gt;
&lt;br /&gt;
Tra gli eventi più diffusamente utilizzati per le ancore vi sono:&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;onfocus&amp;lt;/code&amp;gt;&lt;br /&gt;
:selezione dell&amp;#039;oggetto, attraverso clic del mouse o navigazione da tastiera;&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;onblur&amp;lt;/code&amp;gt;&lt;br /&gt;
:deselezione dell&amp;#039;oggetto, attraverso clic del mouse o navigazione da tastiera;&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;onclick&amp;lt;/code&amp;gt;&lt;br /&gt;
:clic del mouse sull&amp;#039;oggetto;&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;onmouseenter&amp;lt;/code&amp;gt;&lt;br /&gt;
:ingresso del puntatore nell&amp;#039;area dell&amp;#039;oggetto;&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;onmouseleave&amp;lt;/code&amp;gt;&lt;br /&gt;
:uscita del puntatore dall&amp;#039;area dell&amp;#039;oggetto.&lt;br /&gt;
&lt;br /&gt;
==Esempio==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
  function changeLink() {&lt;br /&gt;
      document.getElementById(&amp;#039;myAnchor&amp;#039;).innerHTML=&amp;quot;Visit another site&amp;quot;&lt;br /&gt;
      document.getElementById(&amp;#039;myAnchor&amp;#039;).href=&amp;quot;http://www.anothersite.com&amp;quot;&lt;br /&gt;
      document.getElementById(&amp;#039;myAnchor&amp;#039;).target=&amp;quot;_blank&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
  &amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;a id=&amp;quot;myAnchor&amp;quot; href=&amp;quot;http://www.wikipedia.org&amp;quot;&amp;gt;Visit Wikipedia&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;input type=&amp;quot;button&amp;quot; onclick=&amp;quot;changeLink()&amp;quot; value=&amp;quot;Change link&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voci correlate==&lt;br /&gt;
* [[Elemento HTML]]&lt;br /&gt;
* [[HTML]]&lt;br /&gt;
&lt;br /&gt;
== Collegamenti esterni ==&lt;br /&gt;
* {{Collegamenti esterni}}&lt;br /&gt;
&lt;br /&gt;
{{portale|internet}}&lt;br /&gt;
&lt;br /&gt;
[[Categoria:HTML]]&lt;br /&gt;
[[Categoria:Terminologia informatica]]&lt;br /&gt;
[[Categoria:XML DOM]]&lt;/div&gt;</summary>
		<author><name>it&gt;Botcrux</name></author>
	</entry>
</feed>