Search Result

Collapse
9 results in 0.0024 seconds.
Keywords
Members
Tags
dropdown
  •  

  • Javascript form dropdown to display different selections

    Hello,

    For a fansite I am trying to implement an easy way to find id's for items.

    Basically I want the dropdownfields, here named itemsid,axesid to appear depending on the selection on the itemtype dropdown. Initially itemsid, axeside should be hidden.

    Code:
    <form name="frmSelect">
    <select id="itemtype">
    	<option value="itemsid">Items</option>
    ...
    See more | Go to post

  • Myrddin
    started a topic Output Form Dropdown to HTML Page

    Output Form Dropdown to HTML Page

    Hello,

    For a roleplaying fansite I am trying to give visitors a convenient way to make people add items to their game. They need to enter hexcodes for items and I'd like to help with the task.

    What i have now is a list that is basically like this:

    Code:
    <h2>Create Item Links</h2>
    <form name="frmSelect">
    <select id="Location" name="Location">
    ...
    See more | Go to post

  • bappadiit
    started a topic Javascript dropdown list value issue

    Javascript dropdown list value issue

    I am not sure that what I name it but here is the details of what I want to do:

    There will be two or more dropdown lists, suppose first one contains faculty name and the 2nd one is course name. Whenever I will select the faculty from the 1st dropdown, I want the courses of that faculty will show in the 2nd dropdown list. And in 2nd dropdown every course will be different link with subpages and when it will go to the specific link,...
    See more | Go to post

  • Why does my css menu displays correctly on FF and not on IE?

    I have this dropdown menu with some jquery effects.
    This is not a normal "works on Firefox and not on IE" thing.

    It works and looks exactly the same (the right way) on both FF and IE When the menu code is alone in one page.

    But when I put it inside another page it stops working fine on IE!


    Please help me I've been over and over the code and I can't understand why..


    -------...
    See more | Go to post
    Last edited by londres9b; Jul 29 '10, 11:31 PM. Reason: RESOLVED

  • JCH1
    started a topic losing fields in a table within formview

    losing fields in a table within formview

    I have a table within a formview and have been editing the edititemtemplat e. I have been changing some of my text fields to dropdownlists. The dropdown lists are linked to sqldatasources. When I link the dropdown lists to the sqldatasources I have to select "refresh schema" or the fields don't appear. However, when I replace one of my text fields with a dropdown list most of my other fields within my table disappear. However, when...
    See more | Go to post
    Last edited by JCH1; Jun 18 '10, 04:48 PM. Reason: Additional info

  • Access Report Displays Number from Drop-down vs. Text

    I am producing a report in access. I have a field in a table that is a "Look-up Column". When I add the column to a report it prints out the line-item number vs. the text. For example if I have 3 items in the lookup:
    1 Entry 1
    2 Entry 2
    3 Entry 3

    The number 3 prints out vs. "Entry 3". How do I get the content of the column to print vs. the positional number?

    Thx
    See more | Go to post

  • microsoftboy
    started a topic dropdown list - help pls
    in PHP

    dropdown list - help pls

    Hi,

    Using the following selection criteria, I am able to list the data from mysql db, but I would like to provide the following options for users: Select All Data, Select None. I am not sure if this is possiible. Any help would be greatly appreciated.


    Here's my code

    Code:
    <h4>SEARCH</h4>
    
    <form action="<?php echo $_SERVER['PHP_SELF'] ?>" method = "post"
    ...
    See more | Go to post
    Last edited by Dormilich; Dec 25 '09, 09:53 PM. Reason: please use [code] tags when posting code

  • Dropdown lists in gridviews on selected index changed.

    Hi

    Is it possible to change the data source of a dropdown list in a gridview from another dropdown list selected index changed method in the same gridview?

    for example I have a dropdown that needs to change its contents depending on what is chosen in the previous cell of the gridview, which is also a dropdown list.

    Any Help would be much appreciated

    Thanks
    See more | Go to post

  • mainul05
    started a topic dynamic populated dropdown from mysql database
    in PHP

    dynamic populated dropdown from mysql database

    hi,
    i m newbie php+mysql. in i have the following problem. i tried my best to solve it but could do it. please help me.

    i have a from where 3 fields are STATE, AREA and SUBRUB. AREA is connected with STATE and SUBRUB is connected with AREA. when a person will select a STATE the corresponding AREA will be available in dropdown box. and when a AREA is selected the corresponding SUBRUB will be available in a dropdown box. please...
    See more | Go to post
Working...