Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if (($user['id'] == $CURUSER['id']))
  2. $pchat = "<a alt=\"Mit diesem User einen privaten Chat oeffnen.\" onClick=\"myRef = window.open('pchat.php?receiver=" .
  3. $user['id'] . "','pchat" . $user['id'] . "',
  4. 'left=20,top=20,width=870,height=540,toolbar=0,resizable=0,location=0,directories=0,scrollbars=1');
  5. myRef.focus()\"><img src=\"pic/chat.png\" border=0 width=15 hight=15 alt=\"Mit diesem User einen privaten Chat oeffnen.\"title=\"Mit diesem User einen privaten Chat oeffnen \" ></a>";
  6. else
  7. $pchat = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement