I am coding a security incident tracking system for my work
and I am running into a little problem. The problem is that
the incident report has a number of field inputs throughout
the form taking up lots of space - I need to split the
incoming security report into its own window so that If need
be it can be printed out w/o cutting off lots of important
text.
At the present moment I have been using javascript to create
a new window, however, I need to pass the value from that
textarea back to the parent window and have the parent
update the database with all of the relevant information.
I don't know if this is the right way to go, but if anyone has
any suggestions on what I can do please do so. I appreciate
the help.