Click to See Complete Forum and Search --> : document write ? target


verode
12-09-2006, 10:06 AM
I want to make with JavaScript
Document.write(...anything)
That's fine
but I want to do in a particular frame like "frame1"
it's possible?
I've been trying with
document.(target='frame1');
but it doesn't work
Any help?

Maybe the syntax is not correct :mad:

Charles
12-09-2006, 10:22 AM
I would need to see the frameset but it will be something liketop.frameName.document.write()

verode
12-09-2006, 10:58 AM
The answer is FINE
THANK you