refresh parent from child

d2005

Active member
Joined
Aug 31, 2005
Messages
37
Location
ireland
Programming Experience
Beginner
refresh parent from child RESOLVED

hi i have a child frame containg a datagrid
this passes values to textboxes in the parent form

the changes do not take effect until i refresh my parent form

can i pass these values and refresh the parent form
i want to force a refresh on the parent form from the child
 
Last edited:
you can't do this serverside. You will have to look for a javascript alternative. I'm not sure on how you can achieve this, but perhaps by googling for some parent child forms and javascripting examples you will find something useful.
 
yeah i have been trying it with javascript but no success as yet, thanks sudden
when i get it done ill post it up and let you know

( if i get it done - lol)
 
NewScript = NewScript + "window.parent.location.href = window.parent.location.href;"

WELL PLEASED
 
Back
Top