PDA

Tam Sürümünü Görmek İçin : yeni pencere açamıyom


sokrates
19/08/2002, 11:54
merhabalar

<head>
<script language="JavaScript">
<!--
function openwindowcv2(){
newwindow=window.open("cv2.htm","toolbar=0, width=300, height=150, resizable=no");
}
//-->
</script>
</head>

body kismindanda fonksiyonu asagidaki gibi cagirdim ama yeni pencere acmiyor
<a href="javascript: openwindowcv2()">Detayl&yacute; bilgi için tiklayin</a>

simdiden sagolun


Sahin
19/08/2002, 12:21
<script language="JavaScript">
<!--
function openwindowcv2()
{
window.open("cv2.htm","openwindowcv2","top=0,left=0,width=300,height=150,
status=no,menubar=0,scrollbars=0,resizable=no,
toolbar=0,location=no")
}
//-->
</script>

Bunu dene.

sokrates
19/08/2002, 12:47
denedim omadi

basit bir sayfa yaptim asagidaki gibi

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function openwindowcv2()
{
window.open("cv2.htm","openwindowcv2","
top=0,left=0,width=300,height=150,status=no,menuba r=0,
scrollbars=0,resizable=no,toolbar=0,location=no")
}
//-->
</script>
</head>
<body>
<a href="javascript:openwindowcv2">tiklayin</a>
</body>
</html>

Sahin
19/08/2002, 12:54
Bende kodu yazıp deneyip göndermiştim. Çalışmasa yazmazdım nietzsche. Belki şu bölümü şöyle düzeltmen gerekebilir;
<a href="javascript: openwindowcv2">tiklayin</a> Birde yazdığım kodu forum kaydırmış onlar düz olarak yazılacak.

sokrates
19/08/2002, 13:03
tesekurler sahin
kodlari duz yazmamisim