Click to See Complete Forum and Search --> : reload page from another page


linpin
11-04-2003, 06:46 AM
hi folks,
i want to reload a page from another page by clicking a button.
both pages are build with asp.net. i try something like this:
window.location.href=url;
window.location.reload(true);
did anybody had an idea??
thanx so much
bernd:(

clairec666
11-04-2003, 07:39 AM
i'm a little lost - do you mean:
you have two windows open. you want to click a button in one, which makes a page reaload in the other
?
if so, i might be able to help

linpin
11-04-2003, 11:51 AM
hi,
thank you for your fast reply.
i have a page lets say mainpage. from this page i go to another(lets say childpage), mainpage is still open. on childpage the user makes some changes and click on a submit button. the changes should make effect on mainpage.
so i thought there must be a refresh method, that refreshs the mainpage, so the changes, made on childpage, takes effect.
did you have an idea????
solong
linpin

clairec666
11-05-2003, 04:17 AM
alright, i'm looking into it now
i'm not sure what to do at the mo, but i'll post the answer to it when i find it!
:D