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


mevasquez
04-09-2003, 03:04 PM
First I am not using frames or layers.

I have a web page that accesses certain information from a database and populates a page(using php) of all items which are open. There is a link next to each item called "close." If a user click on the link called "close," a new window opens displaying a textarea and submit button. The user then enters information, clicks on the submit button and the information is entered into the database pertaining to a particular item.

I want to be able to refresh the orginal page that had the link and show that the item, which was closed, no longer appears after the user clicks on the submit button.

Hope this is clear.

Not sure how to do this.

Mike Vasquez

Jona
04-09-2003, 03:56 PM
Hope this is clear.

Wish it was. You wanna reload a page that was already closed? Heck, just open it again. Or do you want to reload a parent window? parent.location.reload()