Author Topic: Window size Version 1.6.4 Chat  (Read 6718 times)

0 Members and 1 Guest are viewing this topic.

Anth

  • Full Member
  • ***
  • Posts: 10
Window size Version 1.6.4 Chat
« on: July 02, 2013, 09:29:00 PM »
Hello everyone.

I recently downloaded the 1.6.4 chat everything works perfect but I need to put the chat window a little wider and higher. I can help do not know where to find Editable file size of the chat window.

I am new to this forum.


Thanks to you.

Excuse my English. But it is not my native language ;)

shailo

  • Full Member
  • ***
  • Posts: 13
Re: Window size Version 1.6.4 Chat
« Reply #1 on: July 03, 2013, 11:53:43 PM »
Hello Anth, you can resize the window on the button code:
Code: [Select]
<a href="http://www.yourwebsite.com/mibew/client.php?locale=en" target="_blank" onClick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://www.yourwebsite.com/mibew/client.php?locale=en&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="http://www.yourwebsite.com/mibew/b.php?i=mblue&amp;lang=en" border="0" width="179" height="63" alt=""/></a>
Look in this line this part:width=640,height=480,resizable .......and set the size that you want.

For more help, post your question or PM me.

Anth

  • Full Member
  • ***
  • Posts: 10
Re: Window size Version 1.6.4 Chat
« Reply #2 on: July 04, 2013, 05:43:53 PM »
Thank you very much.

Now I can resize the window of the visitor and how do I change the window size of the operator?