Closed Thread
Results 1 to 7 of 7

Thread: How do I let people download a file from my page?

  1. #1
    littlefranciscan Guest

    Question How do I let people download a file from my page?

    Recently I signed up with a pharmacy: affiliate progams that helps people get prescriptions cheaper..They allow for files to be put on a webpage..but how do I make this file ( a list of medications and prices) downloadable from my site?

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    Create a link to the file,

    HTML Code:
    <a href="path/filename.extention">Medication Prices</a>
    maybe it would look like
    HTML Code:
    <a href="downloads/medications.doc">Medication Prices</a>

  4. #3
    littlefranciscan Guest
    The important thing is I don't want to lose the prospective customer to the main company without getting credit for referring them.

  5. #4
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    The only way for you to get credit for the prospective customer is through your referral id. If they download something from your site that isnt in someway connected with the pharmacy, the pharmacy has no way you referred them

  6. #5
    littlefranciscan Guest
    Well on the resource page ..they offer the list to be downloaded and offered on your website..

    I guess I am not able to express what I want to know

  7. #6
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    Are you saying you want to provide a link on your website to download something from their website?

  8. #7
    xtraze is offline Programming God
    Join Date
    Dec 2006
    Location
    Sri lanka
    Posts
    911
    Rep Power
    0
    There are things like this.
    And mostly they give a Code to put on your website.
    And meybe they might have their own support staff, as Only they know how they manage affiliates, and track.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. HTTP Getting Browser To Open File And Not Download File
    By RhetoricalRuvim in forum General Programming
    Replies: 6
    Last Post: 08-05-2011, 12:14 AM
  2. VS2008 Get/Download HTML web page source code with login & password
    By lordwittie in forum Visual Basic Programming
    Replies: 0
    Last Post: 03-11-2011, 06:40 AM
  3. Replies: 1
    Last Post: 03-06-2009, 07:11 AM
  4. Replies: 2
    Last Post: 11-09-2008, 09:41 AM
  5. Download page...
    By PC101 in forum Website Design
    Replies: 3
    Last Post: 10-09-2006, 03:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts