This really isn't a perl question. Write out your javascript in a
simple HTML file and see if that works. If it does then port write the
perl code to output that HTML.
This isn't the forum for this but... When you call
nwin.document.write() you should be passing HTML, not just any old
stri
Hi,
I am using a perl program to invoke a small javascript to first open a new
window,
and then another javascript to write some text or form to the new window.
I can't get it to work in Netscape 4.72
I will open a window but won't write to it.
It works fine in IE 5.0
The problem is between --