Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-26-2004, 05:50 PM
Junior Member
 
Join Date: Oct 2004
Posts: 2
Default Opening 123Flash Chat in a new window...

Hi,

I have a 250-user 123FlashChat hosting server account and would like to know howI can open up the 123FlashChat link in a new window which is sized just right for the program, without displaying any browser buttons. Just like this:

http://www.face2meet.com

Login with:
username: demo
password: demo

And click on "Chat" at the top.

That gives it a much "cleaner" look. What is the HTML code to do that?

Thanks for your help!
  #2 (permalink)  
Old 10-28-2004, 01:20 PM
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re:Opening 123Flash Chat in a new window...

it's the javascript code to open the chat window,

for example:

if your chat page with the flash client is:
http://yourwebsite/chat.html

and you want to open the chat page in this page:
http://yourwebsite/abc.html

first, please insert the below javascript code to abc.html file:


Code:
<script language="Javascript" type="text/javascript">
<!--
function openChat()
{
window.open('http://yourwebsite/chat.html', '_123flashchat', 'HEIGHT=476,resizable=yes,WIDTH=634');;
}
//-->
</script>
then in abc.html , add a link like this:

Code:
<a href="javascript:openChat()">Chat</a>
  #3 (permalink)  
Old 10-28-2004, 08:39 PM
Junior Member
 
Join Date: Oct 2004
Posts: 2
Default Re:Opening 123Flash Chat in a new window...

Thanks a lot for writing that code...I tried it and it works great!

Thanks you, Daniel!
  #4 (permalink)  
Old 11-11-2004, 07:23 AM
Junior Member
 
Join Date: Oct 2004
Posts: 9
Default Re:Opening 123Flash Chat in a new window...

thanks for the complment
  #5 (permalink)  
Old 06-03-2006, 07:09 PM
XIX XIX is offline
Junior Member
 
Join Date: May 2006
Posts: 4
Default Re:Opening 123Flash Chat in a new window...

Is it possible to open a new window in a IE window or a new instance of the projector with script that has a contrained window size or an alternate method to do so?

Can anyone please share their expertise?

Thanks in advance,

XIX
Closed Thread

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:12 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.