Results 1 to 6 of 6

Thread: Click link that offers two versions of a file

  1. #1
    Join Date
    Nov 2009
    Posts
    107
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default Click link that offers two versions of a file

    Hi I'm looking for a point in the right direction. I am still an amateur at scripting. I have a 32 bit and a 64 bit version of the same program. Instead of offering a link to both I want to click on a link and have it ask the user if they would like this one (32) or this one (64) could someone point me in the right direction please?

    (PS using href right now)

    Thanks a ton in advance,

    Itivae
    Last edited by itivae; 09-12-2011 at 10:29 PM.

  2. #2
    Join Date
    Aug 2009
    Location
    utf-8
    Posts
    205
    Thanks
    4
    Thanked 7 Times in 7 Posts

    Default

    Try this and look at the 2nd one in the Demo.

    The content is set to an iframe, so that way you can have an external page with the 32-bit link and the 64-bit link download

  3. #3
    Join Date
    Nov 2009
    Posts
    107
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default

    Thank you for the reply. This is going to be more difficult than I thought. Upon further inspection here are the oddities of this situation.

    1. I have no
    HTML Code:
    <head></head>
    access. These are dynamic html modules.

    2. I do not have a traditional ftp setup for this site. I have a files section that will allow for addressing only absolute addresses.

    Is there a way to do this?

    Thanks again,

    Itivae

  4. #4
    Join Date
    Aug 2009
    Location
    utf-8
    Posts
    205
    Thanks
    4
    Thanked 7 Times in 7 Posts

    Default

    Quote Originally Posted by itivae View Post
    1. I have no
    HTML Code:
    <head></head>
    access. These are dynamic html modules.

    2. I do not have a traditional ftp setup for this site. I have a files section that will allow for addressing only absolute addresses.
    Can you explain these a little bit better?

    With the first one, can you explain that better? Did you mean you have no head tags? If so you could just write them in

    As for #2, so you have no way of uploading files?

  5. #5
    Join Date
    Nov 2009
    Posts
    107
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default

    No. The host the client uses does not give full access to the "backend" of the site. The site is fully dynamic with its own internal CMS. All content on the site that is not made by the host uses an internal html editor. The problem is that the html is not a page it is a dynamic snippet.

    I can upload files but only to a directory of their choosing. This does not allow for relative links.

  6. #6
    Join Date
    Nov 2009
    Posts
    107
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default

    Got it thx for the time.

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
  •