:: Forum >>

Add content after document.write(obj)

I tried 'examples\grid\basic.htm'.
When I add the word "test" after

document.write(obj);
</script>

I does not appear in my browser. Not in IE6 and not in FireFox 1.0.6.
I have seen a thread about this started in 2003. I have seen solutions like using IFrames or .innerHTML. But nothing seems to work. I am not using tables. Just the plain example.

Hugo
Hugo Burm
Friday, August 12, 2005
Sorry for being stupid.

I solved the problem myself by adding
#grid {height: 100px;} to the style and putting the document.write(obj) in a <div id="grid>

For some reasons the grid eats all vertical space unless being told otherwise.

Hugo

Hugo Burm
Friday, August 12, 2005

This topic is archived.


Back to support forum

Forum search