Hey,
your popup Code isn't w3c conform:
Quote:
function gtwindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=googletalk&u=' + userid,
width, height
);
}
|
Quote:
Line 296 column 51: cannot generate system identifier for general entity "u".
'sendmessage.php?' + SESSIONURL + 'do=googletalk&u=' + userid,
|
Can you put the code for popup in another template? Every other messenger has the popup script not in the headinclude...
Thanks in advance for your help.