Damit das <div> überhaupt halbwegs vollständig ist, habe ich noch ein paar style-Angaben hinzugefügt...
var pframe1=document.createElement("div");
pframe.style.top="0px";
pframe.style.left="0px";
pframe.style.width="500px";
pframe.style.height="400px";
pframe.style.backgroundColor="#990782";...es funktioniert aber trotzdem nicht! Was mache ich falsch?
Nichts, und es funktioniert auch.
Struppi.