|
|||
|
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! |
|
|||
|
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>
Code:
<a href="javascript:openChat()">Chat</a> |
|
|||
|
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 |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|