<%
Dim Reklamlar
Dim Reklamlar_numRows
Set Reklamlar= Server.CreateObject("ADODB.Recordset")
Reklamlar.ActiveConnection =baglanti
Reklamlar.Source = "SELECT * FROM REKLAMLAR "
Reklamlar.CursorType = 0
Reklamlar.CursorLocation = 2
Reklamlar.LockType = 1
Reklamlar.Open()
Reklamlar_numRows = 0
Dim BahisYap
Dim BahisYap_numRows
Set BahisYap= Server.CreateObject("ADODB.Recordset")
BahisYap.ActiveConnection =baglanti
BahisYap.Source = "SELECT * FROM BAHISYAP "
BahisYap.CursorType = 0
BahisYap.CursorLocation = 2
BahisYap.LockType = 1
BahisYap.Open()
BahisYap_numRows = 0
Dim Ayarlar
Dim Ayarlar_numRows
Set Ayarlar= Server.CreateObject("ADODB.Recordset")
Ayarlar.ActiveConnection =baglanti
Ayarlar.Source = "SELECT * FROM AYARLAR "
Ayarlar.CursorType = 0
Ayarlar.CursorLocation = 2
Ayarlar.LockType = 1
Ayarlar.Open()
Ayarlar_numRows = 0
%>
<script>type="text/javascript"></script>
<script></script>
<script>
$(document).ready(function () {
$('a.login-window').click(function () {
// Getting the variable's value from a link
var loginBox = $(this).attr('href');
//Fade in the Popup and add close button
$(loginBox).fadeIn(300);
//Set the center alignment padding + border
var popMargTop = ($(loginBox).height() + 24) / 2;
var popMargLeft = ($(loginBox).width() + 24) / 2;
$(loginBox).css({
'margin-top': -popMargTop,
'margin-left': -popMargLeft
});
// Add the mask to body
$('body').append('');
$('#mask').fadeIn(300);
return false;
});
// When clicking on the button close or the mask layer the popup closed
$('a.close, #mask').live('click', function () {
$('#mask , .login-popup').fadeOut(300, function () {
$('#mask').remove();
});
return false;
});
});
</script>
<script>
window.tst
function tst(event) {
return "BU SİTEDE GEZİNMEK İÇİN 18 YAŞINDAN BÜYÜK OLMALISINIZ !"
}
function dofocus() {
frames[0].focus()
}
</script>
|
TASARIM VE KODLAMA :MUHAMMED ALİ YÜKSEL |