Skip to content

Instantly share code, notes, and snippets.

@pwightman
Created June 29, 2014 22:33
Show Gist options
  • Save pwightman/2ba27e4f93148dcdf415 to your computer and use it in GitHub Desktop.
Save pwightman/2ba27e4f93148dcdf415 to your computer and use it in GitHub Desktop.
<a href="javascript:popOpenChatWindow()">Chat With Us!</a>
<script>
function popOpenChatWindow() {
FHChat.transitionTo("maximized");
document.getElementById("fchat-message").focus();
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment