Customize Citrix GoToMeeting input

Just like in the previous post where we customized the GoToAssist portal to support our customers, the same goes for GoToMeeting. We all know Citrix GoToMeeting as one of the best tools for making online meetings and giving good quality conferences, a tool that allows us to do almost everything we have in a face-to-face meeting. In this article we will also look at how to customize your login by giving again or at least trying, A good image in front of the customer.

gotomeeting-custom-00

Imagen de cómo quedaría el portal de acceso a las reuniones de nuestra empresa, un portal sencillo y totalmente corporativo, donde daremos un código de acceso y al conectarse automáticamente entrarán en una reunión. As usual, deberemos generar un fichero HTML con el siguiente código y colgarlo de un sitio que hagamos público para que se conecten nuestros clientes, del estilo: HTTP(s)://meetings.miempresa.com o la dirección que a cada uno nos de la gana =) Code:

<!DOCTYPE HTML>
<HTML>
<Head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Meeting de Tundra IT</title>
<style type="text/css">
label {
display:block;
}
</style>
<script type="text/javascript">

function goTo() {
var url = document.forms[0].url.value;
myWindow = window.open("https://global.gotomeeting.com/launch.html#join/" + URL);
myWindow.focus();
return false;
}

</script>
</Head>
<body background="fondo.jpg" onload="document.forms[0].name.focus();">
<p>&nbsp;</p>
<h1 style="text-align: Center;"><span style="colour:#FFFFFF;"><span style="font-family:lucida sans unicode,lucida grande,sans-serif;"><strong>Meetings de Tundra IT</strong></span></span></h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<form action="" method="Get" onsubmit="return goTo()">
<table align="Center" border="0" cellpadding="1" cellspacing="1" style="width: 700Px;">
<tbody>
<tr>
<td><img alt="Logo Tundra" src="logo.png" /></td>
<td>&nbsp;</td>
<td><table align="Center" border="0">
<tbody>
<tr>
<td><span style="colour:#FFFFFF;"><span style="font-family:lucida sans unicode,lucida grande,sans-serif;">ID de reuni&oacute;n:</span></span></td>
<td><input name="Name" size="20" id="URL" type="ID" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="SUBMIT" value="Connect" /></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>

</Form>
</Bodysuit>

Para más información tenéis el sitio oficial de Citrix GoToMeeting here.

Recommended Posts

Author

nheobug@bujarra.com
Autor del blog Bujarra.com Cualquier necesidad que tengas, Do not hesitate to contact me, I will try to help you whenever I can, Sharing is living ;) . Enjoy documents!!!