<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Auto Login in HTML</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6526006" />
  <subtitle>Auto Login in HTML</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6526006</id>
  <updated>2013-06-18T22:26:57Z</updated>
  <dc:date>2013-06-18T22:26:57Z</dc:date>
  <entry>
    <title>Auto Login in HTML</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6526005" />
    <author>
      <name>Sandro Galletti</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6526005</id>
    <updated>2012-09-19T14:24:09Z</updated>
    <published>2012-09-19T14:24:09Z</published>
    <summary type="html">Hi to all,
i'm writing to you to know if there are any options, to do an auto login
to the webdialer http page, using Javascript or Html.
 
I have used the sample below, but i don't find where i can put username and password for auto login.
 
It is possible to do? Thx
 


&lt;pre&gt;function launchWebDialerWindow( url ) {
&lt;/pre&gt;

&lt;a name="wp1055311"&gt;&lt;/a&gt;

&lt;pre&gt;    webdialer=window.open( url, "webdialer", "status=no, width=420, height=300, 
scrollbars=no, resizable=yes, toolbar=no" );
&lt;/pre&gt;

&lt;a name="wp1055312"&gt;&lt;/a&gt;

&lt;pre&gt;  }
&lt;/pre&gt;


&lt;pre class="pPreformatted"&gt;&lt;a name="wp1055313"&gt;&lt;/a&gt;
&lt;/pre&gt;

&lt;a name="wp1055314"&gt;&lt;/a&gt;

&lt;pre&gt;  function launchWebDialerServlet( destination ) {
&lt;/pre&gt;

&lt;a name="wp1055315"&gt;&lt;/a&gt;

&lt;pre&gt;    url= 'https://&lt;%=server_name%&gt;/webdialer/Redirector?destination='+escape(destination);
&lt;/pre&gt;

&lt;a name="wp1055316"&gt;&lt;/a&gt;

&lt;pre&gt;    launchWebDialerWindow( url );
&lt;/pre&gt;

&lt;a name="wp1055317"&gt;&lt;/a&gt;

&lt;pre&gt;  }
&lt;/pre&gt;

&lt;a name="wp1055318"&gt;&lt;/a&gt;

&lt;pre&gt;&lt;em class="cEmphasis"&gt;!These functions can be called from the HTML page which has a hyperlink to the phone 
number to be called. An example of it is
[/i]&lt;/pre&gt;

&lt;a name="wp1055319"&gt;&lt;/a&gt;

&lt;pre&gt;&lt;em class="cEmphasis"&gt;&lt;TD&gt;&lt;A href="javascript:launchWebDialerServlet( &lt;%= userInfo.TelephoneNumber %&gt; )"&gt;&lt;%= 
userInfo.TelephoneNumber %&gt;&lt;/A&gt;&lt;/TD&gt;
[/i]&lt;/pre&gt;


 </summary>
    <dc:creator>Sandro Galletti</dc:creator>
    <dc:date>2012-09-19T14:24:09Z</dc:date>
  </entry>
</feed>

