rabble-rouser / Healthspek-WebSpeks

Healthspek Web Speks Developer's Guide and Quick-Start Template
0 stars 0 forks source link

window.open() not working as expected #8

Closed aowie1 closed 10 years ago

aowie1 commented 10 years ago

Adding a URL like http://google.com as the first parameter of window.open() returns the sample spek modal? Not sure why this is happening.

peterbee commented 10 years ago

This appears to be caused by the x-frame-options header restricting the page from being loaded into the iframe. In this circumstance, the iframe content does not change from its previous content.

We should define a meaningful action in this situation.

peterbee commented 10 years ago

This issue can be added to the documentation. No exception handling will be added.