bostjank
08-18-2002, 02:53 PM
Hi!
I use this script to write to a certain filed in a document that opened page with this script:
window.opener.document.forms[strForm].txtField.value=strValue;
Is there any way I could write the certein value directly to the document, not in the field? The problem is, tha i cannot format the text in the text field, so I need to format it using html in the document.
Thanks,
Bostjan:thumbsup:
I use this script to write to a certain filed in a document that opened page with this script:
window.opener.document.forms[strForm].txtField.value=strValue;
Is there any way I could write the certein value directly to the document, not in the field? The problem is, tha i cannot format the text in the text field, so I need to format it using html in the document.
Thanks,
Bostjan:thumbsup: