How to get chat in pop up...
        Posted  
        
            by piemesons
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by piemesons
        
        
        
        Published on 2010-03-19T08:29:40Z
        Indexed on 
            2010/03/19
            8:31 UTC
        
        
        Read the original article
        Hit count: 223
        
html
I am using zoho for live chat in my website. How to get that pop up which usually comes in most of the website
its code is some thing like this...
   <div style="height:300px; width:300px; padding-top:20px;"><iframe style='overflow:hidden;width:100%;height:100%;' frameborder='0' border='0' src='http://chat.zoho.com/mychat.sas?U=c36599f3bbee3974d1af8b95ee04001b&chaturl=helpdesk&V=********************Center&smiley=false'></iframe></div>
How to make sure that this iframe must be loaded in a pop up..
© Stack Overflow or respective owner