Javascript dropdown menu

Hi,
I found a javascript dropdown menu that does what i need for
this product. I have InterakT for PHP etc but this was to be used
for a html page only.
The first dropdown menu gives a few options and of course the
seconf menu populates from the option of the first.
What it doesn't do and what I need is that the choice from
the second menu automically goes to another URL or file path when
chosen.
I have attached the code for you to look at please. It's a
free code so I think its ok to edit it.
If you can either edit one of the options to go to a url when
chosen so I can see how it works, or if you have an alternative
solution, I would appreciate it.
Cheers

if you're using flash 8 you can use the externalinterface
class. otherwise, the best you can do is very much browser
dependent.

Similar Messages

  • HELP: Javascript dropdown menu

    Hi all,
    i am currently developing a website which is all ready to be
    uploaded but
    cant because of a javascript dropdown menu.. I have a flash
    slideshow in the
    center and on the rightside are 6 images (mainlinks) one
    below the other.
    Some of these mainlinks have sublinks which need to be
    displayed as
    dropdowns. The dropdown needs to be as Javascript for easy
    future
    changes/additions and not in flash.
    I visited many websites - javascripts.com / simplythebest /
    dynamicdrive
    /hotscripts and many other sites..but failed to find a
    suitable, easily
    editable and compatible script..
    REQUIREMENT -
    1) dropdown menu on image Mousever
    2) The script should have/allow to set the respective x,y
    (left,top) values
    which some scripts lack.
    3) Compatible for IE and Firefox
    The only 1 compatible and easy editable script i had was
    mm_menu by Andy
    Finnell. But sadly the script is missing something and giving
    errors.
    PLEEASE HELP//
    thanx

    if you're using flash 8 you can use the externalinterface
    class. otherwise, the best you can do is very much browser
    dependent.

  • 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

  • Creating a vertical dropdown menu that displays inline

    I would like to change how my dropdown menu displays.  First I'd like for it to dropdown directly underneath its menu item and in the process move the other links down.  And remain visible until it is clicked again, thereby shifting other links back up.
    Here is what I am trying to accomplish:
    Main menu:
    main link 1
    main link 2
    main link 3
    main link 4
    Then when user clicks on a link:
    main link 1
       sub item
       sub item
       sub item
    main link 2
    main link 3
    main link 4
    And for it to remain displayed like the above until clicked again.
    So in essence it could even look like this as a user is navigating:
    main link 1
       sub item
       sub item
       sub item
    main link 2
       sub item
       sub item
       sub item
    main link 3
       sub item
       sub item
       sub item
    main link 4
       sub item
       sub item
       sub item
    And then each submenu disappear as its main link is clicked again.
    Hope this makes sense and hope someone can help.
    Thanks!
    P.S. Im using Dreamweaver CS6

    Bare bones example: (needs styling with css) (if you want a bit more of a smooth animation use - $(this).find('.sub_menu').slideToggle(); instead of $(this).find('.sub_menu').toggle(); in the jQuery script below highlighted in red
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>jQuery Drop Down Menu</title>
    <style type="text/css">
    ul {
    margin:0;
    padding:0;
    list-style-type:none;
    /* hide sub menu */
    .sub_menu {
    display: none;
        /* indent sub menu */
    .sub_menu li {
    padding-left: 10px;
            </style>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    $('.menu').click(function() {
    $(this).find('.sub_menu').toggle();
    </script>
    </head>
    <body>
    <ul id="navigation">
    <!-- menu 1 -->
    <li class="menu"><a href="#">Menu 1</a>
    <ul class="sub_menu">
    <li><a href="#">Sub Navigation 1</a></li>
    <li><a href="#">Sub Navigation 2</a></li>
    <li><a href="#">Sub Navigation 3</a></li>
    </ul>
    <!-- menu 2 -->
    </li>
    <li class="menu"><a href="#">Menu 2</a>
    <ul class="sub_menu">
    <li><a href="#">Sub Navigation 1</a></li>
    <li><a href="#">Sub Navigation 2</a></li>
    <li><a href="#">Sub Navigation 3</a></li>
    </ul>
    <!-- menu 3 -->
        </li>
    <li class="menu"><a href="#">Menu 3</a>
    <ul class="sub_menu">
    <li><a href="#">Sub Navigation 1</a></li>
    <li><a href="#">Sub Navigation 2</a></li>
    <li><a href="#">Sub Navigation 3</a></li>
    </ul>
        </li>
    </ul>
    </body>
    </html>

  • Dropdown Menu same raw value changes back to top list item

    Ok guys.  I have such a weird issue.  I have some code as follows from a dropdown menu:
    <items>
                         <text>Zeutering</text>
                         <text>Rabies 1 Year (Dog or Cat)</text>
                         <text>Puppy Pack (DAPPv and Dewormer)</text>
                         <text>Kitten Pack (HCP+FeLV and Dewormer)</text>
                         <text>Adult Dog Pack 1 (Rabies, DAPPvL2+CV and Dewormer)</text>
                         <text>Adult Cat Pack 1 (Rabies, HCP+FeLV, and Dewormer)</text>
                         <text>Deluxe Adult Dog Pack (Rabies, DAPPvL2+CV, Bordatella, and Dewormer)</text>
                         <text>Heartworm Pack (Heartworm test + six months of prevention)</text>
                         <text>Microchip (Home Again Chip)</text>
                         <text>Flea and Tick Medications</text>
                      </items>
                      <items save="1" presence="hidden">
                         <text>65.00</text>
                         <text>10.00</text>
                         <text>20.00</text>
                         <text>25.00</text>
                         <text>35.00</text>
                         <text>35.00</text>
                         <text>50.00</text>
                         <text>95.00</text>
                         <text>30.00</text>
                         <text>10</text>
                      </items>
    The problem I am having is this.  When I select  <text>Adult Cat Pack 1 (Rabies, HCP+FeLV, and Dewormer)</text>  from the dropdown menu the option goes to   <text>Adult Dog Pack 1 (Rabies, DAPPvL2+CV and Dewormer)</text>   which is the option above the option I selected as noted above.  The only thing I can think of is that because they have the same value it is causing this to happen.  I've never had an issue like this before with dropdown menus so I'm not sure how to fix it.
    Any help is much appreciated.
    Justin

    Hi Justin,
    You are right, the dropdown only works if the values are unique.  So one fix would be to add something to the value making it unique and then striping it off when selected.  So if your values were;
                <items save="1" presence="hidden">
                   <text>65.00:1</text>
                   <text>10.00:2</text>
                   <text>20.00:3</text>
                   <text>25.00:4</text>
                   <text>35.00:5</text>
                   <text>35.00:6</text>
                   <text>50.00:7</text>
                   <text>95.00:8</text>
                   <text>30.00:9</text>
                   <text>10:10</text>
                </items>
    In the change event you could have some JavaScript code something like;
    var valueId = this.boundItem(xfa.event.newText);
    app.alert(parseFloat(valueId));
    The parseFloat function will stop parsing when it hits an invalid character like the colon.
    It is tempting to use a natural key (as you have) but I would probably have used a surrogate key (that is something only the form knows about, like 1,2,3, etc) and then look it up in some structure maybe as simple as a JavaScript array, depends on the complexity of your form.
    Hope this helps,
    Bruce

  • How to display a combobox(dropdown menu) in a jsp page?

    Hi friends,
    I need to create a jsp page which contains three text fields and a single dropdown menu,,, . and my functionality is while loading the page itself that dropdown menu gets the data from database and holds in it..... i mean the data in theat combo box must gets from Database and based on the particular selection the remaing fields has to be filled ...... so plz helpme to solv this and any help is appriciated....
    regards
    priya......

    Hi,
    Google should definitely help you with this. I am sure that there may be people here who will guide you through each step in this forum. But, you learn only when you do things yourself. Please take some time to go through the links in google. You will definitely find all the things required to solve your problem.
    1) JDBC examples to populate your dropdown.
    2) DHTML+Javascript to handle selection/display of fields.
    You can come here for help only after you have tried to some extent and not able to proceed with something. Trust me, you should be able to do it yourself.
    Karthik.

  • Question about multiple options selected in dropdown menu

    I have limited space in a PDF fillable form (and of course am new to this).  the Listbox option is nice in that the user can select multiple options.  However, the list option also consumes a lot of physical space.  If I have limited space (where a dropdown menu would be perfect), is it possible to set the Dropdown menu option to accept multiple selections (ie, more than one option selected by the user)?
    Also, I do not have enough room for individual check boxes.
    thanks

    Another option is a custom dialog. In a form I designed that gets used a lot, a custom dialog presents the user with 60 check boxes (20 rows, 3 columns). Once the user makes selections, the item IDs are stored in a text field as a comma separated list (e.g., "1,6,21,59"). Unfortunately, it's not as easy to set up as simply placing a field since it does involve a decent amount of programming, but it does work well. Do you have any JavaScript programming experience?

  • Dropdown menu not working in Firefox ubuntu

    We are trying to create a lockdown in Ubuntu where users are only allowed to use firefox without being able to print, edit/open settings, and are only allowed to use the extensions already installed by us (Java). In order to do this we created a new session in /usr/share/xsessions
    [Desktop Entry]
    Encoding=UTF-8
    Name=Kiosk Mode
    Comment=Firefox Kiosk Mode
    Exec=/usr/bin/firefox -height 900 -width 1440
    Type=Application
    When we start in this session, everything seems to work fine. Firefox starts, no menu's in the background. When firefox is closed, the session is closed too. With this session somehow the menu's cannot be opened with the mouse, but keyboard shortcuts still work.
    But the real problem is that the users need to go to a certain site which is using dropdown menu's. The problem is that when we use this session, users cannot open the dropdown menu's. They can only select an option by selecting the dropdown menu and use the arrows on the keyboard. We want them to be able to use the mouse to select an option in the dropdown.
    We are using Ubuntu 14.04.1 with Mozilla Firefox 32.0.3.
    Edit: In order to test this problem, I created a new virtual environment with the same session, but a new Firefox profile and no extensions. This gave exactly the same problem.

    At the moment I dont have any preferences locked. The site with the dropdowns are using javascript. But it is not only the dropdown on the site. But also the Firefox option buttons like opening the favorites menu or clicking the 'open menu' button are not working, even on a simple installation with only the desktop session as described above, so only starting Firefox.

  • Dropdown menu?

    In the normal toolbar of Adobe Photoshop CS4 Extended there is something like a dropdown menu, but just to the right, if you right-click a button. (Perhabs the marquee button)
    Now my question is:
    Where and how can I use a"dropdown menu" for my buttons?!
    And if it´s a JavaScript, which is it?

    You´re right...
    I want to make a toolbar, wihich is like the normal one.
    If you right-click a button, something like a dropdown-menu opens.
    And that´s what I want to paste into my own toolbar...
    But like you said, it won´t work...
    Okay, so I have to use the normal one...

  • Dynamic Results from Dropdown Menu PLEASE HELP!!!

    Hi. Here's an example of what I'm trying to accomplish. (the Order Estimator section) http://www.modernpostcard.com/products_services/pricing/ Are there any good resources, tutorials, etc. anyone could point me towards on this entire process? I'm just starting out so I'm not really sure what I need to search for.

    Hi Marc
    Option for quantity wouldn't be any problem. ^^
    Okey here you go, first make a "Dropdown-Menue"
    Add the options you wanna give with the green button.
    Then go to bind/binding; click the checkbox there.
    Now get a decimal field in your form. (Name probably "Decimalfield1")
    Click the dropdownlist. There should be some kind of table where you can enter a script. First choose "Exit" and "JavaScript".
    Then you should write in there something like
    if (this.rawValue == "1")
    {decimalfield1.rawValue = "3,00"}
    if (this.rawValue == "2")
    {decimalfield1.rawValue = "4,00"}
    Be sure to use the right names ;D
    Do that with all your boxes.
    The last box with the sum:
    Get in there, choose "Calculate" (FORMCALC)
    Write in decimalfield1 + decimalfield2 + (and so on)
    To make the dollar sign and so show up you've got to give a pattern in each field :)
    Hope that helped :)
    Lisa

  • Can a fill-in-the-blank or dropdown menu question have variable answers?

    Hello -- I'm trying to create a fill-in-the-blank or dropdown menu question that allows the user to enter an anser with room for error. For example, if the user enters "0.30", then "0.28" and "0.32" would still be correct. Is there a javascript or something that would allow that? I'm willing to pay for a solution.

    Perhaps so, but even with that range, I'd still likely opt for what I said earlier. It would seem simpler than devising an Advanced Action. Just list the following as acceptable answers.
    0.28
    0.29
    0.30
    0.31
    0.32
    And I might even go farther and list these too.
    .28
    .29
    .30
    .31
    .32
    But that's just me.

  • 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
    %>

  • Applescript retreive text from dropdown menu safari

    Hi everybody
    I need to get the text of dropdown menu in Safari
    Eventually loop to each option to get every item (text)
    But for now i just try to get one... Applescript allways return message (missing value)
    tell application "Safari"
        activate
        tell document 1
            do JavaScript "var mySelect = document.getElementsByName('customer')[0].selectedIndex.text()" 
        end tell
    end tell
    I'v try document.getElementsByTagName...same result
    Thanks

    OK i'v found
    i get the number of option by
                                do JavaScript "var v = document.getElementsByName('customer')[0].length;"
    then i loop putting the v variable at the end of the selectIndex
                                do JavaScript "var x=document.getElementsByName('customer')[0].selectedIndex=" & v & ""
    in addition with the option
                                do JavaScript "var y=document.getElementsByName('customer')[0].options;"
    and concatenate all
              do JavaScript "var full=y[x].text;"
    voila !!!

  • Spry Dropdown Menu problem in Mobile Safari (iPad)

    I've used the stack SpryMenuBar.js in Dreamweaver to create a dropdown menu for a client (XponentMD.com).
    When I Did a pass to optimize the site for the iPad, I found that the menu does not work properly. When you touch the top-level category, you go directly to the linked page and don't trigger the dropdown categories. I believe is it because the touch screen interface does not recognize focus and blur events.
    It there and updated version of the SpryMenuBar.js that accommodates touch screen browsers like mobile Safari?

    Thanks for your answers.
    Looks like the browser on iPad simulator doesn't behave like the real touch device, because on iPad itself definitely all unmodified Spry 2.0 menus and also that example ( http://nwneighborhoodvet.com/ ) don't work properly. When I touch "About Us" on http://nwneighborhoodvet.com/, then it immediately loads http://nwneighborhoodvet.com/pages/about-us.html instead of displaying the drop down menu.
    Somehow I also don't understand your versioning scheme. I downloaded today again the so called Spry 2.0 Dropdown Menu with the Widget Browser and when I install it on my site the directory with the CSS and Javascripts inside is called Spry-UI-1.7. When this is supposed to be Spry 2.0, why don't you call it Spry-UI-2.7 or 2.0.7 or something similar? Or do I get the wrong version from that strange Widget Browser/Dreamweaver CS5?
    My test page (should be unmodified and it's not formatted properly at the moment) is http://www.safeexambrowser.org/Templates/main-D.dwt, also doesn't work properly on iPad.
    This is a example (jQuery Superfish) which is actually working on iPad: http://users.tpg.com.au/j_birch/plugins/superfish/#examples (see the menu below "The result:".

  • Embedded pdf displays on top of my dropdown menu

    I have a dropdown menu and some of my content is displayed via an embedded pdf.  The client really does not want an extra window to have to open for this .. very clunky.  I have spent the better part of my weekend trying to solve this problem .. z-index doesn't do it .. iframes do not do it .. nothing I have found that is supposed to work has actually worked. 
    Finally I find this:
    Adobe PDF documents are not indexable. It is impossible to get any web content (including drop down menus) to display on top of these objects. Until Adobe adds a means of displaying web content over embedded PDF files, the PDF or the web content (in your case, menu) will need to be repositioned. Or alternatively, you can have the PDF document open inside of a new window. Unfortuantely, there are no other options available due to the way Adobe renders PDF files inside of web pages.
    True?  If so .. why?  If there is a solution to this, please do share. 
    Thanks!
    Nancy

    I just solved this problem myself (I think).
    First, make sure you have updated your spry to 1.6. Once you
    do that, then find the "hacker" info at the bottom of the menu code
    that creates an iframe behind your menu bar--the background is set
    to white--change to transparent and should solve your problem.
    Or you can change the javascript for menu bars (under
    spryassests for spry menu bars)--there is part of the code that
    says this.createIframelayer(menu)--if you comment out this by
    placing // before it in the code, the white background goes away.
    However, I would recommend trying updating first and not messing
    with the javascript as it will affect how your menu looks in older
    IE versions.

Maybe you are looking for

  • Invoking existing instance from a process without correlation

    Hi, I want to find out if I can do this. Suppose that instance A was created by others. Instance B of different process wants to invoke instance A. But they do not have a correlation. This is a part of problem that we want to solve to fix issues in d

  • ERROR - "iTunes cannot run because some of its required files are missing."

    Every time I open iTunes I'm getting the following error: "iTunes cannot run because some of its required files are missing. Please reinstall iTunes." This started after I installed iTunes 8.0.2.20 on my PC (running Windows XP SP3) to get the latest

  • Problem with Alsa

    Hello, I have got a problem with my asoundrc.. The problem is the lowpass filter with the subwoofer. It gets all frequencies. I've tried different soulutions from different forums witth different asoundrc. config codes. But nothing of them worked. An

  • Copying a video from Youtube to use in Final Cut Pro

    I have an old final cut pro that I us for charities and non-profits I think it is version 5.1.7.  I have never had the money to upgrade and now I do not have any disk or material for the program, only what is on my system.  Now the question.  I have

  • Input field validation using JSP in HTMLB

    Hi All, How can we validate an input field in a form in BSP page. Like: There are two input fields in my form.I want the user to enter value in any one and only one of the fields.If the value is entered in both fields or none of the fields the user s