Searched refs:objLink (Results 1 – 1 of 1) sorted by relevance
162 function showLightbox(objLink) argument191 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');371 objLink.onclick = function () {hideLightbox(); return false;};372 objLightbox.appendChild(objLink);[all …]