|
-
Jul 30th, 2001, 10:27 AM
#1
can this be done?
How can you automatically download a file (jpeg) to a persons computer visiting my webpage without the msgbox popping up asking the user if he/she wants to download the particular file?
-
Jul 30th, 2001, 11:32 AM
#2
Black Cat
This will cache an image ahead of time:
Code:
<script language="javascript" type="text/javascript">
<!--
phone = new Image
phone.src = "images/phone.gif"
// -->
</script>
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Aug 1st, 2001, 09:27 AM
#3
Lively Member
Why would you want to do that?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|