I have a folder in Google Drive and I need to embed it on my website. I used this code:
<iframe src="https://drive.google.com/embeddedfolderview?id=0B-cjMH6T4IV5bzlkUmpTWkhQOTg#grid" width="700" height="500" frameborder="0"></iframe>
When I click to a folder, the folder opens in a new page but I need it to open in the same page on my website.