Ouch. Of course! Thank you =)
2009/4/28 MorningZ
>
> if "smt" is supposed to mean "something", then yes you did
>
> e2 = document.getElementById('xxx'),
>
> won't "get" this HTML
>
> xxx
>
> as the ID is not "xxx", you have "#xxx"
>
> xxx
>
> would be had with
>
> e2 = document.getElementById('x
if "smt" is supposed to mean "something", then yes you did
e2 = document.getElementById('xxx'),
won't "get" this HTML
xxx
as the ID is not "xxx", you have "#xxx"
xxx
would be had with
e2 = document.getElementById('xxx'),
On Apr 28, 7:43 am, KidsKilla wrote:
> Hi there!
>
> Maybe I misse
2 matches
Mail list logo