Colocar o acesso ao Webmail, através do site

De Task Wiki
Revisão de 16h01min de 30 de junho de 2014 por Lorreny (discussão | contribs) (Criou página com 'categoria:tutoriais categoria:webmail <table cellspacing="0"> <tr> <td colspan="2"> </td> </tr> <tr style="background: #F0F8FF"> <td style="vertical-align:top; border-...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para: navegação, pesquisa

Abaixo disponibilizamos o script para colocar em seu site o acesso ao Webmail.

<html>

Webmail

<form action='https://webmail.task.com.br/wbm.php' class='domain-search' method='post' name='webmail_box'  onsubmit='escolheWebmail_box();'>

<input class='input-large' id='user2' name='_user' style='width: 205px;' type='text' />

<input class='input-large' id='pass2' name='_pass' style='margin-left:5px;' type='password' />
<button class='btn btn-primary pull-right' onClick="_gaq.push(['_setCustomVar',1,'Tipo de usuario','cliente Task',1]);">Entrar</button>
</form>
</html>