Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/web/test/chat/dcshout/template/basic/top.htm
0,0 → 1,25
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://codez.darkdevils.co.uk/css.css">
</head>
<body>
<script>
<!-- bb window -->
function bb(){
var popurl="mod.php?show=bb"
winpops=window.open(popurl,"","width=230,height=338,scrollbars,resizable,")
}
<!-- all window -->
function show(){
var popurl="mod.php"
winpops=window.open(popurl,"","width=150,height=338,scrollbars,resizable,")
}
</script>