/    Sign up×
Community /Pin to ProfileBookmark

Multiple boxes for download selection

I want to have a download page on my website that asks the user which operating system and language he has and then gives the download link based on the user selection.

For example, I want a download page like NVIDIA driver download page: [url]http://www.nvidia.com/Download/index.aspx?lang=en-us[/url]

How can I do that? Can you please help?

Thanks

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@jedaisoulMar 22.2013 — This can be done a variety of ways:

  • 1. The simplest is to use links to separate pages per o/s and language. They can be styled to look like one page. Or...


  • 2. You can use links to load the respective o/s and language sub-pages into an Iframe. This avoids duplicating the page structure and menus etc. on multiple pages.


  • 3. You can use PHP or JavaScript to produce a truly dynamic page, drawing the info from arrays . With PHP you can also use include files to minimise the page maintenance.


  • 4. You can go the whole hog and use PHP and SQL to set up and use a database of info.


  • My advice would be to start simple, and incorporate more advanced features as your knowledge grows.
    ×

    Success!

    Help @PeteRoy spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...