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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reference opener window (javascript)

Status
Not open for further replies.

GuillermoOZ

Programmer
Sep 24, 2002
8
US
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 javascript forum is your best bet for client-side scripting issues.

Forum link: forum216
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top