Thread
:
Filling a textbox on a parent web user control from a child
View Single Post
#
2
(
permalink
)
Oct 25th, 2004, 13:30
u2orange
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Have you tried referencing your control via "getElementById"? E.G.,
window.opener.document.forms[0].getElementById("txbSelectedImage").value = lstImages.options[i].value;
HTH
u2orange
View Public Profile
Visit u2orange's homepage!
Find all posts by u2orange