Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto-close parent window on download

Status
Not open for further replies.

DeepBlerg

Technical User
Jan 13, 2001
224
AU
Hi,

I've been to a site before when I downloaded a file by clicking a button (or text) and when the download window popped up, the parent window disappeared automatically, what's the code for that?

Thanks,
Tim
 
not sure why you would want to do this, but:
Code:
<a href=&quot;someFile.exe&quot; onClick=&quot;setTimeout('self.close()',1000)&quot;>download someFile.exe, and close window</a>


at least that should work.

I put the delay in so that the user's machine would have time to start the download. theEclipse
eclipse_web@hotmail.com
**\\||It was recently discovered that research causes cancer in rats||//**
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top