Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8670031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:37:09+00:00 2026-06-12T18:37:09+00:00

This is kinda annoying, but even though I have worked with html/css and tiny

  • 0

This is kinda annoying, but even though I have worked with html/css and tiny bit of jquery I haven’t yet learned much about forms etc.

I have a problem and I cant google the answer, but im sure some of you hardcore devs can tell me this quick!?

I need to make a form that could look like this:

HTML;

<form class="slct-form">
    <select>
        <option value="choose">Choose</option>
        <option value="100.000">100.000</option>
        <option value="150.000">150.000</option>
        <option value="200.000">200.000</option>
    </select>
</form>

I need that when I choose one of the elements in my dropdown form it should go to another url… Is this not possible? AND preferable without jquery!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T18:37:10+00:00Added an answer on June 12, 2026 at 6:37 pm

    You could do something like this:

    <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <title>Test</title>
            <script type="text/javascript">
            function donav(dd)
            {
                var navUrl = "";
                switch(dd.selectedIndex)
                {
                    case 1:
                        navUrl = "http://www.google.com/";
                        break;
                    case 2:
                        navUrl = "http://www.bing.com";
                        break;
             }
             document.location.href = navUrl;
            }
            </script>
        </head>
        <body>
    <form class="slct-form">
        <select onchange="donav(this)">
            <option value="choose">Choose</option>
            <option value="100.000">100.000</option>
            <option value="150.000">150.000</option>
            <option value="200.000">200.000</option>
        </select>
    </form>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a webpage with a form, which looks kinda like this: @using (Html.BeginForm(MyAction,
this is might be really weird, but I have no idea what kinda wizardry
I have this kinda template text : Hello {#Name#}, Thanks for coming blah on
I'm sure there used to be a plugin for this kinda stuff, but now
i know this is kinda retarded but I just can't figure it out. I'm
This question is kinda aimed towards PHP but it probably applies to other languages
I got some funny but annoying problem. Somehow I toggled this kind of view
This is kinda....a two part question. The first one is much more important than
this is kinda overkill for me.. I am using a JTextPane for a chat,
After reading this post I kinda felt in the same position as the guy

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.