User Tools

Site Tools


dom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dom [2011/10/04 15:14] – created ginkodom [2014/11/25 17:09] (current) – [URL] ginko
Line 6: Line 6:
 ==== Insérer un délai ==== ==== Insérer un délai ====
 Utiliser la fonction standard setTimeout. Utiliser la fonction standard setTimeout.
 +===== URL =====
 +__/!\ Attention /!\__ : Ne pas oublier l'[[https://en.wikipedia.org/wiki/Percent-encoding|URL encoding]] sur les caractères réservés !
 +<code javascript>document.location.href
 +"https://username:password@ginkobox.fr:80/wiki/doku.php?id=python#interactive_shell"
 +document.location.protocol
 +"https:"
 +document.location.username
 +"username"
 +document.location.password
 +"password"
 +document.location.hostname
 +"ginkobox.fr"
 +document.location.port
 +"80"
 +document.location.pathname
 +"/doku.php"
 +document.location.search
 +"?id=python"
 +document.location.hash
 +"#interactive_shell"</code>
dom.txt · Last modified: 2014/11/25 17:09 by ginko