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

  • SEARCH
  • Home
  • 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 6616335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:34:14+00:00 2026-05-25T20:34:14+00:00

Trying to teach myself javascript here so do bear with me. Why isn’t the

  • 0

Trying to teach myself javascript here so do bear with me.

Why isn’t the following snippet working?

 <script type="text/javascript">
     function form() {
         var role_id = document.contextform.role.value;
         document.contextform.action="profile/" + role_id;
         document.contextform.submit();
     }
 </script>
 <form name="contextform" method="post" action="" />
     <div class="input_group">
         <select name="role" style="opacity: 0;" onchange="form();">
         <option value="none">Select Context</option>
         <option value="4">Profile 4</option>
         </select>
     </div>
 </form>

I’m basically trying to redirect the user based on the value of the option on the drop down list. Thanks.

  • 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-05-25T20:34:14+00:00Added an answer on May 25, 2026 at 8:34 pm

    Frist of all,

    <select name="role" style="opacity: 0;" onchange="form();">
    

    the opacity there makes it disappeared. So, you can just remove the style.

    Secondly, the name form seemsed to be a reserved keyword. So, you can’t use that name. Try to put some other name like form_handler()

    <script type="text/javascript">
         function form_handler() {
             var role_id = document.contextform.role.value;
             document.contextform.action="profile/" + role_id;
             document.contextform.submit();
         }
     </script>
    

    and change your html as well (with the style removed)

    <select name="role" onchange="form_handler();">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to teach myself CSS and have the following markup: <style type=text/css> #content
I am trying to teach myself MySQL/PHP from the very beginning. The following code
I'm trying to teach myself php... so please be kind and bear with me.
I'm new to the whole Action Script / Flash world...but trying to teach myself
I am trying to teach myself pthreads threading. I have the following source, which
I'm trying to teach myself AJAX/Web services using C# and javascript. And I think
I am trying to teach myself Python by working through some problems I came
I'm working with the NerdDinner application trying to teach myself ASP.NET MVC. However, I
I'm trying to teach myself rails by going through http://railstutorial.org/ . I quit working
I'm currently trying to teach myself more about javascript, and I find myself stumbling

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.