Guys,
I have a scenario wherein I open a popup from a
jsp page. I make some changes in that pop up which itself is a jsp page and when submitting I want to close the popup and refresh the parent page from which I open the popup. The problem I face here is that I use ATG and the navigations are not properly defined and I"m quite new to this technology. Any ideas on how to do this with simple javascript. My idea is to ship the actual url that I see in the address bar of the browser when I open the popup and when clicking the Submit button in the popup, refresh the url that I got when I opened the popup. Any ideas on this?