Advertisement
Guest User

Untitled

a guest
Sep 17th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Variáveis a editar
  2. var imagen_chatbox_desplegable = 'http://i45.servimg.com/u/f45/17/45/19/77/chat10.png';
  3. var posicion_chatbox_desplegable = 'derecha'; // ou 'izquierda'
  4. //Fim das variáveis a editar
  5.  
  6. document.write("<div id='chatbox_ret_cont' class='chatbox_" + posicion_chatbox_desplegable + "'>");
  7. document.write("    <div onclick='(document.getElementById('chatbox_ret').style.display=='block')?my_setcookie('chatbox_ret','0',0,0):my_setcookie('chatbox_ret','1',1,0); jQuery('#chatbox_ret').toggle('normal');'>");
  8. document.write("        <span id='chatbox_ret_online'>");
  9. document.write(" <img title='Abrir e fechar o chatbox' src=' + imagen_chatbox_desplegable + '>");
  10. document.write("        <\/span>");
  11. document.write("        <span id='chatbox_ret_offline'><\/span>");
  12. document.write("    <\/div>");
  13. document.write("    <iframe src='\/chatbox' id='chatbox_ret' name='chatbox_ret' ");
  14. document.write("       scrolling='no' frameborder='0' marginwidth='0' marginheight='1px'");
  15. document.write("       onload='if(cb_new){cb_start();cb_new=0;}'>");
  16. document.write("    <\/iframe>");
  17. document.write("<\/div>");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement