Creo en nosotros. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 // Include highlight from: http://softwaremaniacs.org/media/soft/highlight/highlight.pack.js2 3 window.addEventListener('load', function(e) {4  5  6  7  8  loadJS('http://softwaremaniacs.org/media/soft/highlight/highlight.pack.js');9  10 }, true);11 12 function loadJS(url) {13  var script = document.createElement('script');14  script.setAttribute('type', 'text/javascript');15  script.setAttribute('src', url);16  document.head.appendChild(script);17 }18 19 function loadCSS(url) {20  var link = document.createElement('link');21  link.setAttribute('rel', 'stylesheet');22  link.setAttribute('type', 'text/css');23  link.setAttribute('title', 'default');24  link.setAttribute('src', url);25  document.head.appendChild(link);26 }


Este ShareCode tiene versiones:
  1. DocuSS v0.1 ¿Qué es? Hoja de estilo... (26/08/2013)
Enlace
El enlace para compartir es: