Skip to content

Instantly share code, notes, and snippets.

@dol
Created April 20, 2012 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dol/2429626 to your computer and use it in GitHub Desktop.
Save dol/2429626 to your computer and use it in GitHub Desktop.
cyon Webmail Login Widget
<form id="cyon-wm-login_form" action="https://webmail.cyon.ch/" method="POST">
<input type="text" value="" id="cyon-wm-username" name="username">
<input type="password" value="" id="cyon-wm-password" name="password">
<input type="hidden" value="" id="cyon-wm-domain" name="domain">
<input type="submit" value="Ins Webmail einloggen" id="cyon-wm-submitbt" name="submitbt">
</form>
<div id="cyon-wm-login-message"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://webmail.cyon.ch/plugins/cyon_mod/static/easyXDM.min.js"></script>
<script type="text/javascript" src="https://webmail.cyon.ch/plugins/cyon_mod/static/loginForm.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment