Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

document.write & Netscape

Status
Not open for further replies.

TheBestOfMe

Programmer
Apr 7, 2002
21
CA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top