Click here to Skip to main content
16,022,352 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Using classic ASP, I have a list box with a frame to the right.
Click on a list box item to populate the frame.
Allow users to update items in the frame and press a button to save.
That part works.

Upon saving, I need to redisplay the original page and reload the list box.

However, the page is displaying WITHIN the frame.

I know its a simple fix; we had this problem years ago, but I don't remember what it is.

Any and all help appreciated.

Tim
Posted

1 solution

Found a solution.
Set 'window.parent.location.href' to the original form.
Not pretty, but it works.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900