Skip to content

Instantly share code, notes, and snippets.

@0xffan
Forked from tobiastom/basic.html
Last active August 29, 2015 14:13
Show Gist options
  • Save 0xffan/073631b1cb0498e58b90 to your computer and use it in GitHub Desktop.
Save 0xffan/073631b1cb0498e58b90 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<script type="text/javascript">
if ( window.name == 'popup' ) {
document.body.className += ' in-popup'
}
function selectItemInPopup(item) {
window.opener.popupDidSelectItem(window.item);
window.close();
}
</script>
<a href="./546.html" onclick="selectItemInPopup(546); return false;">Item 546</a></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment