› Foros › Feedback › Políticas de EOL
var ubicaenlace, ubicaenlace2; ubicaenlace = document.evaluate( "/html/body[@id='phpbb']/div[@id='wrap']/div[1]/div[@id='search- box']/form[@id='search']/fieldset", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var j = 0; j < ubicaenlace.snapshotLength; j++) { ubicaenlace2 = ubicaenlace.snapshotItem(j); enlace = document.createElement('a'); enlace.style.color = '#38592e'; enlace.style.fontWeight="bolder"; enlace.style.fontSize="medium"; enlace.style.verticalAlign="middle"; enlace.style.margin = "10px"; enlace.setAttribute("href", 'http://www.elotrolado.net/search.php?search_id=egosearch'); enlace.setAttribute("target", '_blank'); enlace.innerHTML = '[Mis Mensajes]'; ubicaenlace2.appendChild(enlace); }