Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Update webform with changes in a popup form

Reply
Thread Tools

Re: Update webform with changes in a popup form

 
 
Steve C. Orr, MCSD
Guest
Posts: n/a
 
      08-08-2003
You'll want to use Window.Opener to reference the original window.

Here's an example:
window.opener.document.reload(true);

Here's more info:
http://www.mozilla.org/docs/dom/domr...dow_ref77.html

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net


"David" <> wrote in message
news:09ed01c35da3$abc12480$...
> Hello
>
> I have a datalist containing customer account details
> including the customer's address all the other customer
> details can be maintained directly on this page but
> because an address can belong to multiple customer
> accounts. I maintain the address details through
> a 'popup' window. I've got it all working to this point
> its just that on update I need to refresh the data on the
> main page and have not found a way to this yet.
>
> Is it possible to refresh the data on the principal page
> on update of the popup
>
> Can anyone suggest a way to do this?
>
> Thanks
>
> David



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving value from popup Webform to main Webform? =?Utf-8?B?Vk1J?= ASP .Net 1 10-09-2006 05:15 PM
Using one webform to set a value on another webform =?Utf-8?B?bXN1aw==?= ASP .Net 1 07-12-2006 07:23 PM
Main > Popup > Popup > Close popup AND new URL in main? Jens Peter Hansen Javascript 7 06-19-2004 08:56 PM
no code in webform using vs.net, but in webform using notepad timmso ASP .Net 1 12-12-2003 04:30 PM
Including WebForm Image Control in a Webform Table Control titof ASP .Net 0 07-24-2003 01:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57