Jump to content
Sign in to follow this  
KALABAKAN

Windows.close

Recommended Posts

Assalamualaikum guys,
ada sedikit pertanyaan ni bagi org2 yg pakar dalam javascript.. jalan cerita nya camni
aku nak buat satu page... yang mana bila page di buka maka automatik windows lain di tutup sendiri
means let say aku click URL then dia akan buka ke new windows pabila new windows di buka automaticly oter tab atau windows closed

ada cara tak :( aku dah byk reffer kat google tapi mostly tak menjadik la
mekasih semua ...

Share this post


Link to post
Share on other sites
kalo nak tutup window yg kita bukak menggunakan window.open, aku tau la..

[html]
<html>
<head><title>Miss my beskot so much ;)</title>
<script language="JavaScript">
<!--// Function untuk buka tetingkap myBeskotWindow //-->
function myBeskotOpen() { myBeskotWindow = window.open ("http://www.hotfloppy.tk/", ""); }
function myBeskotClose() { myBeskotWindow.close(); }
<!--// Function untuk buka tetingkap myBeskotTetingkap //-->
function myBeskotBuka() { myBeskotTetingkap = window.open ("http://www.google.com.my/", ""); }
function myBeskotTutup() { myBeskotTetingkap.close(); }
</script>
</head>

<body>
<a href="JavaScript:myBeskotOpen()">Buka tetingkap 'myBeskotWindow'</a> <br>
<a href="JavaScript:myBeskotClose()">Tutup tetingkap 'myBeskotWindow'</a>
<br><br>
<a href="JavaScript:myBeskotBuka()">Buka tetingkap 'myBeskotTetingkap'</a> <br>
<a href="JavaScript:myBeskotTutup()">Tutup tetingkap 'myBeskotTetingkap'</a>
</body>
</html>
[/html]

p/s: saya budak baru belajar, kalo salah, tolong tunjukkan ;)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...