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

Updating field in the parent form

Status
Not open for further replies.

JCV

Programmer
Mar 14, 2002
33
AR
I have a form what optionally open other window displaying a task calendar. Here when the user click the selected date button i need return the day and refresh the original date of the form.
I'm using vbscript.

Thanks.
 
why not just reload the original using a querystring if there are changes to pass.

Or if you mean you just want the parent window to refresh on closing it use something like this:
Code:
parent.window.opener.location.href=parent.window.opener.location.href
effectively getting the parent to reference itself.

Steve Davis
hey.you AT HaHaHa.com.au

Me? I can't even spell ASP!

NOTE: This sig does not include any reference to voting, stars, or marking posts as helpful as doing so is cause for membership termination
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top