Jump to content

Url Den Dosya İndirip Kapatma


Recommended Posts

xxxx.com/xxx.xx adresinden dosya indirip indirdiğini anlayınca sayfayı kapatcak nasıl yapabiliriz bunu

 

 

Aşağıdaki gibi bir kodlar yaptım 2.5 saniye sonra kapatıyor fakat indirme yeri yavaş olunca indirmeden kapatıyor 2.5

<META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://dl.dropboxusercontent.com/u/127797507/1.rar">

<script language="javascript" type="text/javascript">
// PENCERE KAPATMA
<!--
var zaman = null;
function kapat(){ this.close(); }
function pencerekapat() { zaman=setTimeout("kapat()",2500); /* 1000 = 1 saniye */ }
//-->
</script>  

<body onload=pencerekapat()>

Arkadaşlar bügün acil lazım teşekkürler şimdiden

Edited by Devopeleres
Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

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.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...