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:
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: