Home
last modified time | relevance | path

Searched refs:objLink (Results 1 – 1 of 1) sorted by relevance

/plugin/lightbox/
H A Dscript.js162 function showLightbox(objLink) argument
191 objImage.src = objLink.href;
206 if(objLink.getAttribute('title')){
209 objCaption.innerHTML = objLink.getAttribute('title');
242 imgPreload.src = objLink.href;
368 var objLink = document.createElement("a");
369 objLink.setAttribute('href','#');
370 objLink.setAttribute('title','Click to close');
372 objLightbox.appendChild(objLink);
385 objLink.appendChild(objCloseButton);
[all …]