[thelist] Simple JavaScript not working head scratcher

m.milicevic me at machak.com
Fri Mar 3 18:15:39 CST 2006


Hi there,

[snip]
> http://www.thespiceweasel.com/js.html

it should look something like this:


  var a = document.createElement("a"); 
  a.setAttribute("href", "#");   
  a.appendChild(items[i].firstChild)
  items[i].appendChild(a);

-
m.j.milicevic





More information about the thelist mailing list