|
 |
asp_web_howto thread: RE: Closing and Reloading a page
Message #1 by "Drew, Ron" <RDrew@B...> on Mon, 3 Jun 2002 17:46:23 -0400
|
|
self.close(); javascript in city_edit.asp can close your window when
the button is pressed
<body onload=3D"window.navigate(document.location.href);"> in your
city.asp will refresh each time it is loaded
-----Original Message-----
From: Miguel Castro [mailto:castro04@c...]
Sent: Monday, June 03, 2002 6:34 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Closing and Reloading a page
Hi,
I have an asp page (city.asp) that show a list of cities from a sql
table. This page displayed the id record number as hyperlink to edit
record (city_edit.asp). I load the city_edit.asp page on a pop-up
window. What I need to do is when the user modify the information on
city_edit.asp page to automatically close pop-up window page and refresh
the city.asp to reflect the user changes.
If any one has a code sample will be really help.
Thanks
Mike
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20
Message #2 by "Miguel Castro" <castro04@c...> on Mon, 3 Jun 2002 22:33:42
|
|
Hi,
I have an asp page (city.asp) that show a list of cities from a sql
table. This page displayed the id record number as hyperlink to edit
record (city_edit.asp). I load the city_edit.asp page on a pop-up
window. What I need to do is when the user modify the information on
city_edit.asp page to automatically close pop-up window page and refresh
the city.asp to reflect the user changes.
If any one has a code sample will be really help.
Thanks
Mike
|
|
 |