Append querystring to Parent page when we close the popup window using javascript

bebegix

New Member
I want to append querystring to parent page when we close the popup window using javascript.I am using below code but its not working :\[code\]parent.location.href =http://stackoverflow.com/questions/13820641/parent.location.href+"?PostComments=true";\[/code\]
 
Back
Top