Thursday, 6 February 2014

Showing Sametime icon on Portal Page

Here we are showing sametime icon on Portal page, and clicking on that icon opens a sametime popup window.

<html>
  <head>
    <script type="text/javascript">
function windopen(){
/*window.open(chaturl,"_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=no, resizable=yes, copyhistory=no, width=350, height=550");*/

window.open("https://st85meetingsp.lotus.com:9444/stwebclient/popup.jsp#{%27disableXDomain%27:true}","_blank","toolbar=yes, location=yes, scrollbars=no, resizable=yes, width=350, height=550");
}
   </script>
   <style type="text/css">
 #footerChart{bottom:0; right:10px; position:fixed; background:#3c70c9; color:#fff; width:auto; display:inline; padding:0px 0px; width:175px;}
#footerChart .userStatus{ float:left; display:inline; padding:5px 15px 2px 15px; font-size:16px;}
#footerChart .iconChart{ float:right ; display:inline; width:20px; border-left:1px solid #FFFFFF; text-align:center; padding:5px 5px;}
</style>
  </head>
<body>
<div id="footerChart">
<div class="userStatus">I am Available</div>
<div class="iconChart">
<a href="#" onclick="windopen();">
<img src="footerChat.gif" />
</a>
</div>
</div>
</body>
</html>




No comments:

Post a Comment