TheBestOfMe
Programmer
Are they enemy 'cause I have troubles with them.
I'm trying to take a textarea value and write it down in a frame below.
Here is an example:
function preview()
{
parent.preview.document.write('allo');
}
If I try in IE it works perfectly, but it Netscape, nothing happen ans sometime the frame freeze.
I tried diffrent method but no one works.
I'm trying to take a textarea value and write it down in a frame below.
Here is an example:
function preview()
{
parent.preview.document.write('allo');
}
If I try in IE it works perfectly, but it Netscape, nothing happen ans sometime the frame freeze.
I tried diffrent method but no one works.