Created
July 18, 2012 08:10
-
-
Save alexandernst/3134962 to your computer and use it in GitHub Desktop.
EventBus call from server side
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// handle file ... | |
// more stuff ... | |
?> | |
<script language='javascript' type='text/javascript'> | |
window.top.window.EventBus.dispatch("upload_done", this, 42); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment