How to create a iframe in chat room

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hussainiyad
    New Member
    • Feb 2007
    • 31

    How to create a iframe in chat room

    Hi experts ,i,m doing a chat room project in it i wanna to create a iframe (e.g in gmail when we want to chat then a window will come )i wanna the same type of window in my chat project,
    can anyone help me the above this dellemo
    with regards
    hussain
  • lakshmanarayanan
    New Member
    • Apr 2007
    • 5

    #2
    Originally posted by hussainiyad
    Hi experts ,i,m doing a chat room project in it i wanna to create a iframe (e.g in gmail when we want to chat then a window will come )i wanna the same type of window in my chat project,
    can anyone help me the above this dellemo
    with regards
    hussain
    Hi,

    Try with the following code in html page

    <DIV id="iFrameName " style="BORDER-RIGHT: 1px outset; BORDER-TOP:1px outset; DISPLAY: none; LEFT: 300px; BORDER-LEFT: 1px outset; WIDTH:400px; BORDER-BOTTOM: 1px outset; POSITION: absolute; TOP: 150px;HEIGHT: 320px">
    <DIV class="frameTit le">
    <TABLE style="WIDTH: 100%">
    <TR><TD class="tdLeft"> UpLoad Customer Image From Disk</TD>
    <TD class="tdRight" ><IMG onclick=""src=" ../resources/images/delete.gif">
    </TD>
    </TR>
    </TABLE>
    </DIV>
    <IFRAME id="iFrameID" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px"name="name "
    src="aspxPageNa me.aspx?action= valueforfinding itisIframe" width="100%" height="100%"></IFRAME>
    </DIV>

    Comment

    • hussainiyad
      New Member
      • Feb 2007
      • 31

      #3
      Thank u but i need the gmail style popup frame anyway thanx for replying

      Comment

      • Jennypliskin
        New Member
        • Sep 2013
        • 30

        #4
        Chatwing provids both Iframe and Javscript chat rooms that you can fully customize and embed into any web page. Give Chatwing a try and you can choose which login options to integrate and much more. http://chatwing.com

        Comment

        • aleciagibbons14
          New Member
          • Jun 2014
          • 18

          #5
          i was using that chatroom mention above its work will in my website.

          Comment

          Working...