Html forms dropdown menu

I have a access database that has states and cities in it. My
cusomters fill out a html form that emails to me but I want to put
the cities and states into a dropdown menu. What I want is when
they slect the state on the second menu the cities in that state
are the only ones appear. That way we don't have a few thousand
cities show up to select.
How do i make one menu work off another using asp.net?
Thanks!

Search the web for "cascading dropdown asp.net"

Similar Messages

  • Android Adobe DPS viewer. HTML form dropdown menu closes everytime the viewer navigation pops up.

    I have a web content page which contains a form dropdown menu: <select><option></option></select> ... and so on. I use this as a small filter to narrow a result.
    When I tap the screen, this dropdown menu is shown and works correctly on an iPad. As a side effect the navigation from the Adobe DPS viewer is also shown although this doesn't interfere with the dropdown menu in the HTML. Both are shown.
    On an Android tablet, the html dropdown menu is shown for a fraction of a second until the Adobe DPS viewer navigation pops up. The HTML dropdown menu just won't stay visible.
    My question: How can I solve this? How can I make the HTML dropdown visible on an Android tablet? Or how can I prevent the DPS viewer navigation from showing?
    Thanks

    This phenomenon does not happen on a Samsung Galaxy Tab 2. While not showing the dropdown menu as on an iPad it shows it as a scrollable menu at the bottom.

  • Android – html with dropdown menu not working

    hi everybody,
    I'm creating a digital pubblication fo android and I'm testing it on an Asus tablet.
    I just have a big html widget showing a local web application. Everything works except a simple dropdown menu: when I tap on the button that should open the dropdown items, the button highlights itself, but the options don't appear.
    this the HTML code:
      Size:   4
    4,5
    5
    5,5
    6
    6,5
    7
    7,5
    8
    8,5
    9
    9,5
    10
    10,5
    11
    11,5
    12
    12,5
    13
    13,5   
    I'm sure it worked on a Samsung tablet (within the DPS app), and it works on the Asus if I access to the application via browser.
    it only doesn't work when loading it within the DPS app on the Asus device. is the tablet brand the problem?
    my android version is: 4.2.2.
    anybody can help me, please?
    thank you very much.

    it works with the native android viewer!
    but with this there's another problema (that the legacy one doesn't have): I have a simple form and the last text field appears beneath the keyboard.
    with the legacy viewer each time I move the focus from a textfield to the next one, the text field moves upwards to be visible (and not hidden by the keyboard).
    this is the code for the form:
    <div data-role="fieldcontain" class="text-field">
      <label for="firstname">Nome:</label>
      <input type="text" name="firstname" value="" placeholder="" class="required" id="firstname" />
      </div>
      <div data-role="fieldcontain" class="text-field">
      <label for="surname">Cognome:</label>
      <input type="text" name="surname" value="" placeholder="" class="required" id="surname" />
      </div>
      <div data-role="fieldcontain" class="text-field">
      <label for="surname">Indirizzo:</label>
      <input type="text" name="address" value="" placeholder="" id="address" class="required"/>
      </div>
      <div data-role="fieldcontain" class="text-field">
      <label for="email">Email:</label>
      <input type="email" name="email" value="" placeholder="" class="required" id="email"  title="Your error message" />
      <div class='error_message'></div>
      </div>
      <div data-role="fieldcontain" class="text-field note">
      <label for="message">Note :</label>
      <textarea name="message" id="message" placeholder="" ></textarea>
      </div>
      <div data-role="fieldcontain" class="text-field mail">
      <label for="email_shop">Email negozio:</label>
      <input type="email" name="email_shop" value="" placeholder="" class="required" id="email_shop"  />
      </div>

  • PS HTML Panel dropdown menu issue

    copy from http://forums.adobe.com/message/4897323
    Hello,
    I have made a panel using Configurator which only contain a HTML loader, and now I'm in the process of creating my UI in HTML.
    I need to reference all the shots of a production in a dropdown (combo) item. I have been using a <select></select> tag to do so. It does display correctly, but it's mostly unusable. If I click on it it will show the list but if I roll the mouse on the list (so rollout of the combobox) the list disappear.
    The only way I can use the combo, is to right click on it to get the focus, and then use the arrow keys to go through all of them. This is not really the best experience. Any idea on how to solve this ?
    cheers,
    F.
    Anyone would have a clue on how to proceed.

    This is a bug of Flex HTML widget. Third part bug for Configurator, and Configurator can do nothing to fix it. If combox is necessary for you, you can create a combox with JS and <div>, rather than using <select></select>.

  • Does anyone know how to enable/disable a dropdown menu in Forms at runtime?

    Is there a way how to disable/enable dropdown menu for menus that have multiple sub levels in Oracle Forms? I am trying to use the set_menu_item_property function but this takes 'menu.item' format for the first argument. I am trying to enable/disable a menu item in the form of 'menu.item.subitem' and was not able to do it using this function. If anyone knows a different function or method, please reply. I have shown an example below.
    Setup -> Software -> Front Page
    From the above example, I can enable/disable Software using set_menu_item_property function. But, how do I enable/disable the Front Page menu in Oracle forms at runtime?
    Thanks
    Edited by: user480347 on Aug 24, 2010 3:37 PM

    Yes you are on the right track. You need to pass then complete menu name to set_menu_item_property
    Immediate_parent menu.item_name e.g
    For example you have menu like this
    Id like
    A1    A10 > A1010
    Home > Input > Form 1
    A1    A10 > A1020
    Home > Input > Form 2 To disable Form 2 you must pass menu name as
    A10.A1020Hope it helps

  • Update form not returning correct data selection in dropdown menu

    Using CS3 DW along with SQL 2008 R2. I have a number of dropdown menus on an entry form (using VBScript/ASP) that are feed by SQL queries. All data is accepted in the entry form and writes to the table in the database without any issues. I created an Update form and based on a Rec ID clicked on from a list the Update form is presented with all the data in the correct fields except for one dropdown menu. All the other menus go to the correct selection except for the one. Spent 2 days attempting to resolve this. If I change the dropdown menu to a field the correct data is presented when the form comes up, but doesn't allow the user to make a selection from the menu. When I change it back to a dropdown menu the saved selection is not selected - just lists the entire list of items in the menu. Any help or ideas on this is greatly appreciated.

    Hello All,
    Once more thank you. I have sorted the issue out.
    I observed that I was selecting the wrong field. I selected the field matching the record set of the select instead of the field matching the record set of the table I am working as seen on the image belew
    I was selecting this - This is the record set of the table that hold values for the city select list
    Instead of this. This is the record set of the table behind the form I am working on
    My issue is now re-solved.
    Mike

  • Help needed for as3 dropdown menu and html

    First of all hello!  I have to create a html website for a company. The design i've made is in photoshop ....and i have to create a dropdown menu. The first question is : Can i create the dropdown menu in flash without having to use html frames? Can i link one of the buttons of the menu in a html page so that it loads in the same browser window another html page (if so .... with what function?)?  Please ... i need to know ... because i simply prefer to implement it in flash rather then html. And the second big question is : Can the stage in flash be transparent? Because if i make the menu in it, it will be impossible to match any dimensions of the stage .... and i would like to embed it into a html page...if possible without the stage color >..... Thanks in advance!!!!    Tudor

    For opening pages you want to look into using the navigateToURL() function.  The help documentation provides information abiout it an how to control the window aspect as well.
    To make the stage transparent is more of an html aspect than a Flash aspect, though you can set it up to publish that way.  The key is to set the wmode paraemter that is in the html embedding code to "transparent".  I am not sure if all browsers supports this feature, but I think more are willing to.

  • Dropdown menu problem in internet explorer

    i'm pretty new to css, and i'm having trouble in regards to
    the dropdown menu option (dreamweaver cs3). i've made a basic
    template, and everything looks fine (preliminarily!) in firefox,
    but in IE the dropdown menus have scrollbars and the word "false"
    floating in them. they're also positioned wrong. any advice on
    which styles are the problem? i've tried troubleshooting but its
    had little effect. here is the link:
    http://happyowlglass.com/happyowl-template.html
    many thanks!

    Have a look at the following
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: none;
        background: #FFF;
    The original value is left.
    Gramps

  • Robohelp 10: how to create a dropdown menu as an index?

    I currently have several standard links to other robohelp pages in my main index page.  I would like to change this to a dropdown menu, but when I add a dropdown menu (Insert -> HTML -> Form -> Drop-down Menu) It doesn't have any option to link to other pages.
    Is there an easy way to do this?

    Jeff, long ago I stopped adding a sig line.
    cnwinger, the wish form is below:
    http://www.adobe.com/go/wish
    A "standard drop-down menu" is a form element. RoboHelp does offer form elements but does nothing in the way of assisting with the scripting needed to make the form elements work.
    Cheers... Rick

  • Recordset order by dropdown menu

    Hi all....
    I have a results page displaying products based on three different redordsets depending on how the user searches. manufacturer, category or keyword search.
    On the results page i also want a dropdown menu with options for displaying the results by price lowest, price highest, manufacturer.
    has anyone done this? and how?
    Thanks
    Andy
    PS I'm using Dreamweaver 8.2 and classic asp

    Thanks so much for your time and help guys
    Here is a live page with a typical search from the category navigation menu
    http://www.test4less.co.uk/results3.asp?menuselect=e&CategoryID=28
    Here is the page code
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <!--#include file="inc/logout_inc.asp" -->
    <!--#include file="classes/Cart.asp" -->
    <%
    Set objCart=new Cart
    %>
    <!--#include file="inc/marquee.asp" -->
    <% Session("sortby")= Request("sortedby")%>
    <%
    Dim  orderby
    If Session("sortby") = "pricelow" Then
    orderby = "products.price ASC"
    ElseIf Session("sortby") = "pricehigh" Then
    orderby = "products.price DESC"
    ElseIf Session("sortby") = "manuaz" Then
    orderby = "products.manufacturerID ASC"
    Elseif sortby="" Then
    orderby = "Products.Product, Products.Price DESC"
    End If
    %>
    <%
    Dim RSResults__MMColParam
    RSResults__MMColParam = "0"
    Dim selectstat_MMColParam
    If (Request.QueryString("CategoryID") <> "") Then
    RSResults__MMColParam = Request.QueryString("CategoryID")
    selectstat="SELECT Products.*, Categories.Category  FROM Categories INNER JOIN Products ON Categories.CategoryID = Products.CategoryID  WHERE Categories.CategoryID = " + Replace(RSResults__MMColParam, "'", "''") + "  ORDER BY "
    Elseif (Request("ManufacturerID") <> "") Then
    RSResults__MMColParam = Request("ManufacturerID")
    selectstat="SELECT Products.*, Categories.Category, Manufacturers.Manufacturer  FROM (Products INNER JOIN Categories ON Products.CategoryID = Categories.CategoryID) INNER JOIN Manufacturers ON Products.ManufacturerID = Manufacturers.ManufacturerID  WHERE Manufacturers.ManufacturerID = " + Replace(RSResults__MMColParam, "'", "''") + " ORDER BY "
    Elseif (Request("searchme") <> "") Then
    RSResults__MMColParam = Request("searchme")
    selectstat="SELECT Products.*, Categories.Category  FROM Categories INNER JOIN Products ON Categories.CategoryID = Products.CategoryID  WHERE Product LIKE '%" + Replace(RSResults__MMColParam, "'", "''") + "%'  ORDER BY "
    End If
    %>
    <%
    Dim RSResults
    Dim RSResults_numRows
    Set RSResults = Server.CreateObject("ADODB.Recordset")
    RSResults.ActiveConnection = MM_myconnection
    RSResults.Source = selectstat & orderby
    RSResults.CursorType = 0
    RSResults.CursorLocation = 2
    RSResults.LockType = 1
    RSResults.Open()
    RSResults_numRows = 0
    %>
    <%
    Dim MM_paramName
    %>
    <%
    ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
    Dim MM_keepNone
    Dim MM_keepURL
    Dim MM_keepForm
    Dim MM_keepBoth
    Dim MM_removeList
    Dim MM_item
    Dim MM_nextItem
    ' create the list of parameters which should not be maintained
    MM_removeList = "&index="
    If (MM_paramName <> "") Then
      MM_removeList = MM_removeList & "&" & MM_paramName & "="
    End If
    MM_keepURL=""
    MM_keepForm=""
    MM_keepBoth=""
    MM_keepNone=""
    ' add the URL parameters to the MM_keepURL string
    For Each MM_item In Request.QueryString
      MM_nextItem = "&" & MM_item & "="
      If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
        MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
      End If
    Next
    ' add the Form variables to the MM_keepForm string
    For Each MM_item In Request.Form
      MM_nextItem = "&" & MM_item & "="
      If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
        MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
      End If
    Next
    ' create the Form + URL string and remove the intial '&' from each of the strings
    MM_keepBoth = MM_keepURL & MM_keepForm
    If (MM_keepBoth <> "") Then
      MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
    End If
    If (MM_keepURL <> "")  Then
      MM_keepURL  = Right(MM_keepURL, Len(MM_keepURL) - 1)
    End If
    If (MM_keepForm <> "") Then
      MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
    End If
    ' a utility function used for adding additional parameters to these strings
    Function MM_joinChar(firstItem)
      If (firstItem <> "") Then
        MM_joinChar = "&"
      Else
        MM_joinChar = ""
      End If
    End Function
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!--#include file="inc/dodatetime.asp" -->
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/brochure.dwt.asp" codeOutsideHTMLIsLocked="false" -->
    <!--#include file="inc/dodatetime.asp" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Test4less Electrical &amp; Gas Test Equipment Distributor - Results</title>
    <meta name="Description" content="Test4Less - Electrical and Gas testing, calibration, repair and retailer of Fluke, Megger, Kane, Seaward and Socket &amp; See testing equipment. Competitive pricing and customer focussed service. All Products Only &pound;4.95 Delivery" />
    <meta name="Keywords" content="Fluke, Megger, Kane, Socket &amp; See, Seaward, Alphatech, Anton, New Technik, Kewtech, Silvertronic, Testmate, TPI, WIS, MFT1552, Fluke 1652, Primetest 100, Fluke 114, PDL 234, VDD12, testing equipment, calibration service, servicing, cleaning, cal lab, Fluke, kane, Megger, calibration days, 16th edition testers, PAT testers, Multimeters, Clampmeters, Test Leads, Environment Testers, Combustion Analysers, Leakage Detectors, Carbon Monoxide Monitors, Differential manometers, Thermometers" />
    <meta name="language" content="English" />
    <meta name="copyright" content="Acute Sales Ltd" />
    <meta name="revisit-after" content="7 days" />
    <meta name="Category" content="Testing Equipment" />
    <meta name="document-classification" content="Electrical and Gas Tesing Equipment" />
    <meta name="document-distribution" content="Global" />
    <meta name="document-state" content="Dynamic" />
    <meta name="cache-control" content="Public" />
    <link href="css/layout/layout.css" rel="stylesheet" type="text/css"/>
    <link href="css/menu/menu.css" rel="stylesheet" type="text/css" />
    <link href="css/slider/slider.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="scripts/jquery.js"></script>
    <script type="text/javascript" src="scripts/menu.js"></script>
    <script type="text/javascript" src="scripts/jquery.easing.1.3.js"></script>
    <script type="text/javascript" src="scripts/jquery.anythingslider.js"  charset="utf-8"></script>
    <script type="text/javascript" src="scripts/slider.js"></script>
    <script type="text/javascript" src="scripts/rollover.js"></script>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">    var _gaq = _gaq || [];   _gaq.push(['_setAccount', 'UA-458267-1']);   _gaq.push(['_trackPageview']);    (function() {     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   })();  </script>
    <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
    </head>
    <body>
       <!-- Begin Wrapper -->
    <div id="wrapper">  
             <!-- Begin Header -->
             <div id="header">
       <div id="topnavigation"><p><!--#include file="inc/topnavigation.asp" --></p>
        </div>
       <div id="socialnet"><a href="http://www.twitter.com/test4less" target="_blank"><img src="assets/img/twitter.gif" alt="follow us on twitter" width="81" height="16" border="0"></a></div>
       <div id="rss"><a href="http://www.test4less.co.uk/xml/test4less.xml" target="_blank"><img src="assets/img/rss_small.gif" alt="rrs feed" width="18" height="18" border="0" /></a></div>
       <br style="clear:both"/>
         <div id="tagline"><p>
           The UK's Premier Online Test Equipment Specialists <span class="h1">0800 040 7477</span></p>    
       </div>
         <div id="search">
         <div id="searchbox">
            <form id="searchforum" name="searchforum" method="post" action="results.asp">
                        <input name="searchme" type="text" class="txtbox" id="searchme" />
                        <input name="Submit" type="submit" class="txtbox_button" value="search" />
                       </form>
           </div>
          </div>
       <br style="clear:both"/>
       <div id="logo"><img src="assets/img/logo.gif" alt="Test4Less" width="243" height="76"></div> 
        <div id="account">
         <div id="guest">
         <p>
           <!--#include file="inc/identity_inc.asp" -->
    </p>
          </div>
         <div id="account_dets">
         <p> <!--#include file="inc/login_inc.asp" --> </p>
         </div>    
        </div>
        <br style="clear:both"/>   
      </div>
    <!--End of header content -->
      <div id="menu"><!--#include file="inc/menu.asp" -->
      <div id="manufacturerDD">
        <!--#include file="inc/manudrop.asp" -->
      </div>
    </div>
       <!-- End Header -->
      <!--Start of Left Main Content -->
      <!-- InstanceBeginEditable name="brochure_main" -->
      <div id="leftmain">
      <div id="searchvar"> You searched for:
    <% If Request("ManufacturerID")<>"" Then %>
    <%=(RSResults.Fields.Item("Manufacturer").Value)%>
    <% Else If Request("CategoryID")<>"" Then %>
    <%=(RSResults.Fields.Item("Category").Value)%>
    <% Else If Request("searchme")<>"" Then %>
    <% Response.Write Request("searchme") %>
    <% End If %>
    <% End If %>
    <% End If %>
    <% Dim SortFormAction
    SortFormAction= MM_keepURL
    %>
    <div id="sortby">
      <form action="results3.asp" method="get" name="formsort" id="formsort">
        <h5>
          <label>
            <select name="sortedby" class="sortbydrop" id="sortedby" value="sortby" onchange='this.form.submit()'>
              <option>sort by ::</option>
              <option value="pricelow">Price: Lowest First</option>
              <option value="pricehigh">Price: Highest First</option>
              <option value="manuaz">Manufacturer: A-Z</option>
              <option value="http://www.google.com">goto</option>
            </select>
            </label>
        </h5>
      </form>
      </div>
    </div>
    <div class="prod_dk">  
        <%
    startrw = 0
    endrw = HLooper1__index
    numberColumns = 4
    numrows = -1
    while((numrows <> 0) AND (Not RSResults.EOF))
    startrw = endrw + 1
    endrw = endrw + numberColumns
    %>
    <%
    While ((startrw <= endrw) AND (Not RSResults.EOF))
    %>
      <div class="prod_dk_block">
           <div class="prod_dk_photo"><a href="details.asp?<%= Server.HTMLEncode(MM_keepURL) & MM_joinChar(MM_keepURL) & "ProductID=" & RSResults.Fields.Item("ProductID").Value %>"><img src="products/<%=(RSResults.Fields.Item("Image").Value)%>" width="142" height="142" border="0" /></a></div>
         <div class="prod_dk_title"><%=(RSResults.Fields.Item("Product").Value)%></div>
        <div class="prod_dk_button"><a href="details.asp?<%= Server.HTMLEncode(MM_keepURL) & MM_joinChar(MM_keepURL) & "ProductID=" & RSResults.Fields.Item("ProductID").Value %>" class="prod_dk_buttontxt"><%= FormatCurrency((RSResults.Fields.Item("Price").Value), 2, -2, -2, -2) %></a></div>
        </div>
        <%
    startrw = startrw + 1
    RSResults.MoveNext()
    Wend
    %>
      <%
    numrows=numrows-1
    Wend
    %>
    <% If RSResults.EOF And RSResults.BOF Then %>
    <div id="noresults"> Sorry, nothing was found. Please try again</div>
    <% End If ' end RSResults.EOF And RSResults.BOF %>
    </div>
    <p><!--End of Left main Content -->
      <%'Response.Write(Session("sortby"))%>
    </p>
    <p>
      <%'Response.Write "results.asp?"& "&" & (Session("searchtype")) %>
    </p>
    <p>
    <%'Response.Write(Session("searchtype"))%>
      <p>
    <p>
      <p>
    Keep Both:
      <%Response.Write "results.asp?"& MM_keepBoth %>
      <p>Keep URL:
        <%Response.Write MM_keepURL %>
      <p>Keep FORM:
        <%Response.Write MM_keepFORM & Request("sortedby") %>
      </div>
      <!-- InstanceEndEditable -->
      <!-- Begin Right Column -->
    <div id="rightmain">
        <div id="basket">
         <div id="baskettop">
           <p><a href="shoppingcart.asp">shopping basket</a>    
         </div>
         <div id="basketmid"><p>
         <%if IsObject(objCart) then%>
         <%=objCart.TotalNumberItems%> Item(s)<br>
         &pound;<%= FormatNumber(objCart.SubTotal, 2, -2, -2, -2) %> total<%end if%> <br /><br />
           <a href="login.asp">checkout</a></div>
         <div id="basketbot"></div>
        </div>
    <div id="marquee_panel">
         <div id="marqueetop">
       <p>test4less | <a href="news_full.asp">NEWS</a>
         </div>
         <div id="marquee">      
          <%=sMarquee%>
       </div>
          <div id="marquee_bottom"></div>
    </div>
       <div id="prod_focus_panel">
       <a href="details.asp?ProductID=1386"><img src="assets/img/focus.jpg" alt="Test4Less Weekly Promotions" width="230" height="228" border="0" /></a>   </div>
       <div id="promotions"><a href="promotions.asp"><img src="assets/img/promotions.jpg" alt="Test4Less Weekly Promotions" width="230" height="228" border="0" ></a></div>
       <div id="training"><a href="http://www.severncollege.co.uk/test4less" target="_blank"><img src="assets/img/training.jpg" alt="Test4Less Training Corses" width="230" height="228" border="0" ></a></div>
      </div>
       <!-- End Right Column -->
       <!-- Begin Footer -->
       <div id="footer">
          <div id="footer1"><!--#include file="inc/footer_.asp" --></div>
          <div id="subscription">
        <form action="http://www.eshotuk.co.uk/eshot/form.php?form=86" method="post" name="frmSS86" id="frmSS86">
         <div>
           <label>
           <input name="email" type="text" class="subscription_txtbox" id="email" maxlength="50" />
           </label>
           <label>
           <input name="Submit2" type="submit" class="subscription_button" value="Submit" />
           </label>
          </div>
         </form>   
              Why not subscribe to our mailing list and receive money saving promotions?   
        <div id="pricematch_box">
        <div id="pricematch_icon"><a href="pricematch.asp"><img src="assets/img/price_match.gif" alt="Price Match" width="93" height="63" border="0" ></a></div>
        <div id="pricematch_txt">Test4Less offers a 100% Price Match Guarantee on selected products. </div>
        </div>
         </div>
      </div>
      <div id="companyreg">
        <p>Registered office: Acute sales Ltd, 4 Century Road, High Carr Business Park, Newcastle-under-Lyme, Staffordshire, ST5 7UG </p>
          Test4Less is a Trading Division of Acute Sales Ltd,
          Tel: 0800 0407477,
          Fax: 01782 567095,
          E-mail: [email protected] <br />
          Registered in England and Wales Number 2529960<br />
          VAT Number GB536921139 <br />
            &copy; 2011 Acute Sales Ltd</div>
      <div id="footer_cc">
      <p><img src="assets/img/credit_cards.gif" alt="We accept" width="411" height="31" /></p>
      <p> </p>
      <p align="right"><a href="http://www.paypoint.net/assets/downloads/techFAQS/customermessage/cust_message.pdf" target="_blank"><img src="assets/img/secpay_logo2.gif" alt="Secured By payPoint" width="188" height="21" border="0" /></a></p>
      </div>
      <br style="clear:both"/> 
       <!-- End Footer -->
    </div>
       <!-- End Wrapper -->
    </body>
    <!-- InstanceEnd --></html>
    <%
    Set objCart=Nothing
    %>
    <%
    RSResults.Close()
    Set RSResults = Nothing
    %>

  • How to get all the values from the dropdown menu

    How to get all the values from the dropdown menu
    I need to be able to extract all values from the dropdown menu; I know how to get all those values as a string, but I need to be able to access each item; (the value in a dropdown menu will change dynamically)
    How do I get number of item is selection dropdown?
    How do I extract a ?name? for each value, one by one?
    How do I change a selection by referring to particular index of the item in a dropdown menu?
    Here is the Path to dropdown menu that I'm trying to access (form contains number of similar dropdowns)
    RSWApp.om.GetElementByPath "window(index=0).form(id=""aspnetForm"" | action=""advancedsearch.aspx"" | index=0).formelement[SELECT](name=""ctl00$MainContent$hardwareBrand"" | id=""ctl00_MainContent_hardwareBrand"" | index=16)", element
    Message was edited by: testtest

    The findElement method allows various attributes to be used to search. Take the following two examples for the element below:
    <Select Name=ProdType ID=testProd>
    </Select>
    I can find the element based on its name or any other attribute, I just need to specify what I am looking for. To find it by name I would do the following:
    Set x = RSWApp.om.FindElement("ProdType","SELECT","Name")
    If I want to search by id I could do the following:
    Set x = RSWApp.om.FindElement("testProd","SELECT","ID")
    Usually you will use whatever is available. Since the select element has no name or ID on the Empirix home page, I used the onChange attribute. You can use any attribute as long as you specify which one you are using (last argument in these examples)
    You can use the FindElement to grab links, text boxes, etc.
    The next example grabs from a link on a page
    Home
    Set x = RSWApp.om.FindElement("Home","A","innerText")
    I hope this helps clear it up.

  • How can I change a the dropdown menu background according to the text selected?

    How can I change a the dropdown menu background according to the text selected?

    Read here about how to use the color object correctly:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.260.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.261.html

  • Dropdown menu in APEX 4.0

    Hi,
    I am wondering how to create the Dropdown menu in APEX 4.0. Similar to the Oracle Application Express Homepage or the one gets created in any Websheet Application. I have tried to use the List but unable to place into the right position (Display Point) to get similar look and feel in Theme 2. Builder Blue.
    Please let me know if there is a easy way along with the steps.
    Thanks,
    AS

    The steps can be detailed as follows (I will make it specific to my theme -Application Builder- and you can replace what you want)
    0) a) My Page template name is WithNicolettePlugin.
    b) Put the Nicolette (Thanks alot for him) plugin on #REGION_POSITION_08# in Page Zero (Global page)
    c) the settings of the plugin as follows:
    - Template : WithNicolettePlugin
    - Before HTML : <ul class="dhtmlMenuLG2"> - After HTML : </ul> - jQuery selector submenu : .dhtmlSubMenu2
    - Tab set : main
    - Include single subtab : yes
    - Class first parent : ui-corner-left
    - Class last parent : ui-corner-right
    - File Prefix : #IMAGE_PREFIX#
    the others are empty     
    1) link the following CSS's into the Header section of the Page Template of (Bluejay-22)
    <link rel="stylesheet" href="/i/css/apex_builder.min.css?v=4.2.0.00.27" type="text/css" />
    <link rel="stylesheet" href="/i/css/apex_ui.min.css?v=4.2.0.00.27" type="text/css" />
    <link rel="stylesheet" href="/i/css/apex_ui_builder_home.css" type="text/css" />2) link the following Scripts into the Header section of the Page Template
    <script type="text/javascript">
    var apex_img_dir = "/i/", htmldb_Img_Dir = apex_img_dir;
    </script>
    <script src="/i/libraries/apex/minified/desktop_all.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <script src="/i/libraries/apex/minified/legacy.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <style> html {visibility:hidden;} </style>
    <script type="text/javascript">
    apex.security.framebreaker("D");
    </script>
    <script src="/i/libraries/apex/minified/widget.textarea.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <script src="/i/libraries/apex/minified/builder.min.js?v=4.2.0.00.27" type="text/javascript"></script>3) Re-write the Body section to be as the following
    <div id="page-header">
      .... LOGO AND WELCOME HERE ...... 
       <div class="apex-top-bar-end">
           <div class="apex-top-bar">
                <div id="tabs" class="dhtmlMenuLG">
                  #REGION_POSITION_08#   <!-- Put the plugin at your page zero in REGION 8 -->
                </div>
           </div>
       </div>  
    </div>
    <div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>
    <div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
    <div id="body">
        <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
        <tbody>
          <tr>
            <td class="tbl-main" width="100%">#REGION_POSITION_02##BOX_BODY#</td>
            <td class="tbl-sidebar">#REGION_POSITION_03#</td>    
          </tr>
        </tbody>
        </table>
    </div>4- Update the section of Standard Tab Attributes to have Current Tab as the following *(PLEASE, REMOVE THE MINUS BEFORE onmouseover)*
    <li class="dhtmlSubMenuN" -onmouseover = "dhtml_CloseAllSubMenusL(this)" >
      <a href="#TAB_LINK#" class="dhtmlSubMenuN"
         title="#TAB_LABEL#">
         "#TAB_LABEL#
      </a>
    </li>
    {code}
    and Non Current Standard Tab as the following
    {code}
    <li class="dhtmlSubMenuN" -onmouseover = "dhtml_CloseAllSubMenusL(this)" >
      <a href="#TAB_LINK#" class="dhtmlSubMenuN"
          title="#TAB_LABEL#">
          "#TAB_LABEL#
      </a>
    </li>5- Update the section of Parent Tab Attributes to have Current Parent Tab as the following
    <div id="#TAB_ID#" class="current">
        <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
        <a href="#" class="link_icon">
          <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12" 
               class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
       </a>
       <ul id="#TAB_NAME#" htmldb:listlevel="1" class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
           #TABS#
           <li class="last" dir="RTL"><span></span></li>
        </ul>
    </div>and Non Current Parent Tab as the following
    <div id="#TAB_ID#" class="non-current">
        <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
        <a href="#" class="link_icon">
          <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12" 
               class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
       </a>
       <ul id="#TAB_NAME#" htmldb:listlevel="1" class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
           #TABS#
           <li class="last" dir="RTL"><span></span></li>
        </ul>
    </div>6- You will find a sample here in
    Workspace : ralab
    User : nicolette
    Password : abc123
    Application 33791 - TestDropDownAppBuilderTabs
    If the post completes your solution mark it as correct and the question as answered, otherwise, mark it as helpful.
    Best Regards
    Mahmoud

  • How to add a dropdown menu in flash document (.swf, .fla) ??

    How to add a dropdown menu in flash document (.swf, .fla) ??
    as i am developing a website for my semester proj, i need to add some flash contetn in the website..
    here is the link, http://www.mediafire.com/?wnx1jkwkkx9c118
    Check Out..
    the thing is i want a dropdown list/menu in "language selection - tab " (check the html page in above link).. plz help me out..
    Thank You,
    sairam

    For Flash questions check the Flash Forums. 
    http://forums.adobe.com/community/flash
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Resetting a dropdown menu selection

    I am using a dropdown menu as a form of navigation between screens. On screen one you drop the menu down and can choose to go to screen two. However, when I come back to screen one the drop down menu remains on the "Screen Two" option. Is there
    any way to reset the drop down menu to say"Screen One" upon leaving the page?
    Thank you!

    The only way I know about is to reset dropdown each time you navigate back to Screen1. To do that just set a variable in screen1 property
    OnVisible
    UpdateContext({active: true})
    and in screen1 property OnHidden
    UpdateContext({active: false})
    Then in dropdown visual add this in Items
    If(active=true, .... your data source here ...)
    Or perhaps easiest way is instead of resetting datasource of dropdown, you can reset  dropdown default by adding this into
    Default property of dropdown
    If(active=true, "Screen1")

Maybe you are looking for

  • CS6 Design Standard Student and Teacher Edition Problem

    I have recieved verifictaion and a remdemtion code but when I go to use it I continue to get the error: Oops! This code doesn't seem to be active. Please contact the retailer you purchased the card from, or use a different code. For more information

  • Moving pages from one project to another??

    I only keep one website per iWeb project. How could I copy a couple of pages from one iWeb project and move them to another. Given I can only have one iWeb project open at a time. Is such a thing possible? Ben

  • OCCI VS 2008 & OCCI 11.1.0.6.0  Performance Problem

    I have been using VS C++ 2003 in combination with the oracle instant client 10.2.0.4 in our tool. We now moved to VS C++ 2008 (Express Edition) and oracle instant client 11.1.0.6.0 as listed at [http://www.oracle.com/technology/tech/oci/occi/occidown

  • How to use SPAU

    Dear All We had processed all the pre-requisite  phases of upgrade and now we are processing SPAU. Is there any step by step documentation on how to process the SPAU. I am logged in Server 500 Client with my own ID and can see a list of programs and

  • Timer function

    May i know how to use the timer function in labwindows so that i can read a value from my 6024E card very 2ms? what is the program to write in order to achieve this?