1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>JWChat - S'inscrire</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="shared.js"></script>
<script src="switchStyle.js"></script>
<script>
<!--
function doSub() {};
function handleIQRegister(jabber) {
srcW.Debug.log(jabber,0);
}
var srcW;
function init() {
srcW = opener.parent.srcW;
var roster = srcW.roster;
srcW.fCBLoad("iq","?sid="+srcW.sid+"&to="+msgEscape(opener.parent.jid)+"&ns=jabber:iq:register",roster.getUserByJID(opener.parent.jid).chatW.frames.groupchatBottom.rw.handleIQRegister);
}
onload = init;
//-->
</script>
<body style="margin:8px;">
<form name="sub" onsubmit="return doSub();">
</form>
</body>
</html>
|