GuillermoOZ
Programmer
Hey guys, I am trying to have a popup window write something in the opener and couldn't find a good way to do it.
The pop-up window is a form that uploads a file to the server. Upong closing, I am trying to write a < A > that references the file.
It seems I can change the value of a text box by using the form as in:
opener.forms[form].txtbox.value = param;
But instead of a <input > I need to use an anchor. Or at least a label of some sort.
Any ideas? I would much appreciate anybody's help.
Regards,
G
The pop-up window is a form that uploads a file to the server. Upong closing, I am trying to write a < A > that references the file.
It seems I can change the value of a text box by using the form as in:
opener.forms[form].txtbox.value = param;
But instead of a <input > I need to use an anchor. Or at least a label of some sort.
Any ideas? I would much appreciate anybody's help.
Regards,
G