Klaus Hartl schrieb:

> In XHTML as XML you cannot rely on innerHTML (appending HTML strings),
> that is not supported by all browsers and is absolutley no standard
> anyway...

Ah, thank you for the explanitions

I have so, and work, now i wanted change to Jquery:

window.onload=function goSuch() {
parentelem = document.getElementById("menu");
var lielement = document.createElement("li");
var innerelement = document.createElement("a");
.............................

is o.k. never change this, save, close

-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to