developer155
Programmer
Hi,
I have a page that has a link that opens a new browser window when clicked. That new borwser window also has links. When one of the links is clicked I need the parents's page URL to be changed (child page shoudl pass it a different query strign parameter based on which link is clicked on child page).
How can this be done with onclick event in the child page? Basically what is the way to update URL on parent page from child page
thanks
I have a page that has a link that opens a new browser window when clicked. That new borwser window also has links. When one of the links is clicked I need the parents's page URL to be changed (child page shoudl pass it a different query strign parameter based on which link is clicked on child page).
How can this be done with onclick event in the child page? Basically what is the way to update URL on parent page from child page
thanks