Results 1 to 3 of 3

Thread: can this be done?

  1. #1
    Dimension
    Guest

    Exclamation 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?

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  3. #3
    Lively Member benski's Avatar
    Join Date
    Sep 1999
    Location
    UK
    Posts
    126
    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
  •  



Click Here to Expand Forum to Full Width