Click to See Complete Forum and Search --> : can this be done?
Dimension
Jul 30th, 2001, 10:27 AM
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?
JoshT
Jul 30th, 2001, 11:32 AM
This will cache an image ahead of time:
<script language="javascript" type="text/javascript">
<!--
phone = new Image
phone.src = "images/phone.gif"
// -->
</script>
benski
Aug 1st, 2001, 09:27 AM
Why would you want to do that?
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.