Jump menu problem

I am a new user of Dreamweaver and setting up my first jump
menu. I believe I have followed directions properly, but when I
view my jump menu in the browser and try to have one of my list
values transfer to the designated URL - nothing happens. I went
into the Behaviors section and tried onclick to see if that would
work - nothing. I then recreated the jump menu and tried the 'go'
button. That didn't work either. Does anyone have any other
suggestion? I am working on a PC with Windows XP.

dianecope wrote:
> <select name="Hockey-events"
onclick="MM_jumpMenu('parent',this,1)">
> <option value="Hockey-Event-H1.html"
>
selected="selected">12/13/06-Breakers-game-Event-H1</option>
> <option
>
value="Hockey-Event-H2.html">12/17/06-Breakers-game-Event-H2</option>
> </select>
>
<select name="HockeyEvents">
<option value="Hockey-Event-H1.html" selected>
12/13/06-Breakers-game-Event-H1</option>
<option value="Hockey-Event-H2.html">
12/17/06-Breakers-game-Event-H2</option>
</select><input type="button"
onclick= "location=
this.form.HockeyEvents[this.form.HockeyEvents.selectedIndex].value"
Note the change of select name.
Mick

Similar Messages

  • Dynamic Jump Menu Problem in CS3

    I'm trying to create a link in a Jump Menu to a Detail Page.php by setting the parameters in the menu item to match a value in a recordset. When selected from the menu, a new page should open with a subset of the original php page. So far I haven't found a method to transfer a value in the menu to a url parameter which can be used by the target php page. Any suggestions appreciated.
    Regards to the List

    Nevermind. I was over-thinking the problem and adding dynamic parameters, when a simple solution was all that was required.
    Regards to the list.

  • Jump menu problems in IE

    Hello,
    I am having trouble with the Dreamweaver Jump Menu. I have
    set up a basic page, used the Insert: Form: Jump Menu to navigate
    to different pages. It works fine in all browsers with or without
    the "Go" button, but it never works in IE 6 or 7. Is this a common
    issue with the Jump Menu? Is there some bit of code I need to add
    to make it work in IE? I can post my code in here if necessary;
    just thought I'd check to see if it was an easy fix first.
    Thanks for any advice.

    Your markup is screwed up. Compare yours with the following
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="index.html">Home</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
        <ul>
          <li><a href="about us.html">About Us</a>
          <li><a href="calendar.html">Calendar</a></li>
          <li><a href="bus ministry.html">Bus Ministry</a></li>
          <li><a href="subscribe.html">Newsletter</a></li>
        </ul>
      </li>
      <li><a href="directions.html">Directions</a>
      <li><a href="sermons.html">Sermons</a></li>
      <li><a href="contacts.html">Contacts</a></li>
      <li><a href="gallery.html">Gallery</a></li>
    </ul>
    Gramps

  • Problems with Jump Menu

    Hello to everyone in the community.
    I have a problem for the jump menu.
    My problem is the following:
    When I click on the value of I he opens the menu page it returns the correct value most of the menu to the first position.
    I wonder how can the value that was chosen in the menu.
    It is possible to develop
    The following script below
    <script type="text/javascript">
    function MM_jumpMenu(targ,selObj,restore)
         eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"' ");
          if (restore) selObj.selectedIndex=0;
    </script>
    Note: this menu is jumping into a separate php file, there on the pages where you use the jump menu I made a call to include the file.
    Thank you all hope to have a quick return.
    God bless you all
    Rodrigo Vieira da Silva Eufrasio
    Brazil - Sao Paulo - Osasco
    55 11 6691-5299
    GMAIL: rodrigo.mct @ gmail.com

    Unless your jump menu is in a parent region of a template and you CANNOT edit it in child pages, why not just go to the select tag (jump menu) of your code on each page and for the apporpriate page, simply put select="selected" in the <option> tag for that page?
    It may be more work but it will certainly be easier than trying to have a javascript figure out which page someone goes to, especially if they use the jump menu to jump around to several pages in the site.

  • Jump menu + cfgrid image width height problems

    2nd day and no answer of anyone, please help! Just to simple
    questions:
    1. HOw could I build a cfselect jump menu, since JavaScript
    does not work with cfforms?
    2. Does anyboy knows why the thumbnail inside a cfgrid does
    crop beyond 75px x 70px dimension? HOw could I put a 120px x 94px ?
    Thank you!

    once I removed the "auto" setting everything worked just fine, the images came in at the proper pixel size, and the thumb nail images where proportional in size seeing how I had a height set of 40 px the width took care of itself.
    Any Ideas on where I can find a good tutorial on client login and password to access pages with their content?

  • How do I make a selection on a jump menu open in a "blank" or secondary window?

    Please (anybody) if you can help me with this issue, I would greatly appreciate it!
    I am attempting to use the jump menu form feature in Dreamweaver. Everything in the feature works fine until I get to "Open URLs in: ....". For some reason only the option for "MAIN WINDOW" drops down and not an option for "NEW WINDOW". At this point I have spent way to much time searching for a solution, even to the point of reinstalling Dreamweaver to no avail. Can someone please take a look at my code and tell me how I can alter the code to make each jump menu link items open in a separate (blank) window. I'm not the best with code, but if you tell me exactly where to put each line of code I can do it!
    Again, any help would be greatly appreciated. Trying to meet a deadline and ran into this unexpected issue.
    Here is the link: http://www.graphicmechanic.com/DEKALBCOUNTY/portals/visiting-dekalb/index.html
    Just in case it helps with the explanation of my problem, I've attached an image of what I'm seeing in the DW jump menu window.

    This technote may help:
    http://kb2.adobe.com/cps/161/tn_16166.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Jump Menu Question

    I think I may have posted this question in the wrong forum,
    so I'm trying it here as well.
    Using the Jump Menu feature in Dreamweaver, I've set up the
    following menu that opens a series of PDF files:
    <form name="form1" id="form1">
    <select name="previous issues"
    onchange="MM_jumpMenu('parent',this,1)">
    <option>Choose a previous issue:</option>
    <option value="../pdfs/Gray Newsletter Feb
    08.pdf">February 2008</option>
    <option value="../pdfs/Gray Newsletter Mar-Apr
    08.pdf">March-April 2008</option>
    <option value="../pdfs/Gray Newsletter May 08.pdf">May
    2008</option>
    <option value="../pdfs/Gray Newsletter June
    08.pdf">June 2008</option>
    <option value="../pdfs/Gray Newsletter July-August
    08.pdf">July-August 2008</option>
    <option value="../pdfs/Gray Newsletter September
    08.pdf">September 2008</option>
    <option value="../pdfs/Gray Newsletter October
    08.pdf">October 2008</option>
    </select>
    </form>
    Is it possible to adjust this code in order to open each PDF
    file as a new window? I don't want my visitors to get lost (and
    they will) by having the page they are on replaced by a PDF file
    that has no apparent link back to the page where this Jump Menu
    resides.
    And I can't add a back link as each PDF file is an existing
    newsletter.
    Thanks,
    Bill

    I searched this forum for "Jump Menu" and found the answer to
    my problem! (Guess I should'a done that first, eh?)
    This question was answered by jim balthrop, on Wednesday,
    June 6, 2007 10:51 AM
    Answer
    found the answer in an Adobe Tech Note
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16166
    Example of select tag before modification:
    <select name="menu1"
    onChange="MM_jumpMenu('parent',this,0)">
    Example of edited select tag
    <select name="menu1"
    onChange="MM_jumpMenu('window.open()',this,0)">
    Thanks, Jim. It works like a charm!

  • Cacheing /storing form data from mulitple pages selected from a jump menu

    What is the best way or is it even possible to cache /store
    info through a series of pages (9 randomly selected from a jump
    menu) until the user is done with commenting and is ready to submit
    the form.
    We are trying some PHP but not very successfully and the
    timeline is of course jammed..and this is what the client is
    requesting. There is a wireframe of the site dummied up here:
    http://www.neo.cat.nebraska.gov/mock_ups/overview.php
    log: neou$er
    pass: !neoc@t
    The intent is that the user will complete this survey by
    selecting only the ones they want to comment on and then when they
    have completed all the care to they can be done with the survey and
    hit submit and it will be sent to the staff member designated to
    compile the data.
    Any suggestions would be very helpful at this time..
    Thanks

    This is known as a cascading or dependent dropdown. The problem is that the web page needs to be sent to the browser before anyone can make a selection from the first dropdown. To get the dependent value, another request needs to be sent to the server. You can do this with Ajax.
    For example, jQuery makes it relatively simple to work with Ajax. The value selected from the first dropdown is sent in the background as a request to a dedicated script that selects the matching values from the database. Normally, Ajax uses the GET method, so your SQL query would use the $_GET variable to filter the results and send them back to populate the dependent dropdown.
    Dreamweaver cannot do it out of the box. You need to script it all yourself.

  • Controlling a Spry HTML panel with a Jump Menu

    Hi, I wonder if anyone can help.
    I've implemented a HTML panel within a page to display different page elements and have it working no problem with a simple href and an onClick event but I would like to control what is displayed by using a jump menu (drop down list) - any idea how I can control that to populate the necessary DIV?
    eg: <select name="site" size=1 onChange="hpanel.loadContent(this.href); return false;"> (obviously this doesn't work!)
    Thanks in advance
    Neil

    It works fine, but your pages arent found;
    http://www.thedesignforge.co.uk/clients/elsevier/laure/v2/dollar_rates.html
    See its missing.
    But
    http://www.thedesignforge.co.uk/clients/elsevier/laure/v2/dollar_rate.html
    Exists. So it seems to me you are linking to a incorrect file.

  • Jump menu with pdfs issue?

    Im using a mac with cs3 Adobe Suite. Using Dreamweaver, the insert form/jump menu i had pdfs that were on the server already, so when you select a pdf itll pop up and be readable or downloadable. No problems, now i recieved new pdfs, not on the server, (this is how it was wanted) but in a file folder in my directory and now only in firefox will they work, but not internet explorer which is the most current, tried on several machines. Says it cant find the file. I also moved the whole website from my mac to a pc for testing. I get the same errors on two different pcs.  Do these pdfs have to be preloaded on a server instead of just being in a file directory? Hope that explains it, new to this somewhat. Btw, the whole website is offline and not uploaded yet fyi.   Thank you

    Here ya go, thank you
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd"><html><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>MSDS</title>
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!--[if lte IE 7]>
    <style>
    #menuwrapper, #p7menubar ul a {height: 1%;}
    a:active {width: auto;}
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <script type="text/javascript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style6 {
        color: #000000;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    -->
    </style>
    <style type="text/css">
    <!--
    .style8 {
        font-size: 20px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #0E5CAC;
        font-weight: bold;
    -->
    </style>
    <style type="text/css">
    <!--
    .style9 {
        color: #0E5CAC;
        font-weight: bold;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    -->
    </style>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <style type="text/css">
    <!--
    body {
        margin-top: 0px;
        background-image: url(../images/home%20page%20images/17c.png);
        background-repeat: repeat;
        margin-bottom: 0px;
        background-color: #94AEDB;
    -->
    </style>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <!-- InstanceParam name="OptionalRegion1" type="boolean" value="true" --><!-- InstanceParam name="OptionalRegion2" type="boolean" value="true" -->
    <style type="text/css">
    <!--
    .style3 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: #FFFFFF;
    .style4 {
        color: #000000;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    a:link {
        text-decoration: none;
    -->
    </style>
    </head>
    <body onLoad="P7_ExpMenu();MM_preloadImages('../images/home page images/traffic 2.png','../images/home page images/traffic 4.png','../images/home page images/pic e1a.png','../images/home page images/s1.png','../images/home page images/em2a.png','../images/home page images/easy 2.png')">
    <table width="802" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <!--DWLayoutTable-->
    <tr>
    <td height="96" colspan="5" valign="top" bgcolor="#000000"><img src="../images/home page images/top banner.png" alt="top banner" width="801" height="96"></td>
    </tr>
    <tr>
    <td height="27" colspan="5" align="center" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
    <!--DWLayoutTable-->
    <tr>
    <td width="140" height="27"> </td>
    <td width="541" align="center" valign="middle" bgcolor="#000000"><ul id="MenuBar2" class="MenuBarHorizontal">
    <li><a href="../index.html">Home</a> </li>
    <li><a href="#" class="MenuBarItemSubmenu">Products</a>
    <ul>
    <li><a href="#" class="MenuBarItemSubmenu">Equipment</a>
    <ul>
    <li><a href="superstriper.html">Super Striper</a></li>
    <li><a href="athleticstriper.html">Athletic Striper</a></li>
    <li><a href="easymarker.html">Easy Marker</a></li>
    </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Paint</a>
    <ul>
    <li><a href="trafficpaint.html">Traffic </a></li>
    <li><a href="athleticpaint.html">Super Stripe Athletic </a></li>
    <li><a href="Water Born Paint.html">Water Born Athletic </a></li>
    <li><a href="Ground Paint.html">Marks All </a></li>
    <li><a href="easymarkerpaint.html">Easy Marker </a></li>
    </ul>
    </li>
    <li><a href="accessories.html" class="MenuBarItemSubmenu">Accessories</a>
    <ul>
    <li><a href="cones.html">Safety Cones</a></li>
    <li><a href="whiskers.html">6&quot; Whiskers</a></li>
    <li><a href="tape.html">Flagging Tape</a></li>
    <li><a href="vests.html">Safety Vests</a></li>
    <li><a href="flags.html">Utility Flags</a></li>
    <li><a href="stencils.html">Stencils</a></li>
    </ul>
    </li>
    <li><a href="hurracan.html">Hurr-a-Can</a></li>
    <li><a href="#" class="MenuBarItemSubmenu">New Products</a>
    <ul>
    <li><a href="Water Born Paint.html">Water Born Athletic</a></li>
    <li><a href="Ground Paint.html">Marks All</a></li>
    <li><a href="hurracan.html">Hurracan </a></li>
    </ul>
    </li>
    </ul>
    </li>
    <li><a class="MenuBarItemSubmenu" href="#">Services</a>
    <ul>
    <li><a href="About Us.html">About Us</a></li>
    <li><a href="contact.html">Contact</a> </li>
    <li><a href="dealer.html">Dealer</a></li>
    <li><a href="Faq.html">FAQ</a></li>
    <li><a href="guarantee.html">Guarantees</a></li>
    <li><a href="MSDS.html">MSDS</a></li>
    <li><a href="news.html">News</a></li>
    <li><a href="registration.html">Register </a></li>
    <li><a href="return policy.html">Return Policy</a></li>
    <li><a href="testimonial.html">Testimonials</a></li>
    </ul>
    </li>
    </ul></td>
    <td width="121"> </td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td height="4" colspan="5" valign="top"><img src="../images/home page images/strip.png" alt="graphic stripe" width="802" height="4"></td>
    </tr>
    <tr>
    <td width="54" rowspan="2" align="left" valign="top"><img src="../images/home page images/striping side.png" alt="striping side" width="52" height="557"></td>
    <td width="17" height="556"> </td>
    <td colspan="2" rowspan="2" valign="bottom"><!-- InstanceBeginEditable name="main info ediable" -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
    <td width="26" height="7"></td>
    <td width="225"></td>
    <td width="13"></td>
    <td width="77"></td>
    <td width="10"></td>
    <td width="235"></td>
    <td width="53"></td>
    <td width="30"></td>
    <td width="7"></td>
    </tr>
    <tr>
    <td height="27" colspan="2" valign="bottom" class="style8">MSDS</td>
    <td> </td>
    <td colspan="4" rowspan="2" valign="top"><form name="form" id="form">
    <select name="jumpMenu2" id="jumpMenu2" onChange="MM_jumpMenu('parent',this,0)">
    <option value="../MSDS /MSDS-16 AWBCW1SD.pdf">MSDS-16 AWBCW1SD</option>
    <option value="New fvs website /MSDS /MSDS-16 AWBCW1SD.pdf">jkj</option>
    </select>
    </form>
    </td>
    <td> </td>
    <td></td>
    </tr>
    <tr>
    <td height="54"> </td>
    <td></td>
    <td></td>
    <td> </td>
    <td></td>
    </tr>
    <tr>
    <td height="64" colspan="4" valign="top"><p align="justify"><span class="style6">Click on the scroll down box and select the
    MSDS for your product.
    You will need Adobe Acrobat Reader to view
    and print the MSDS documents. You can go
    to this link to download the </span><span class="style12 style11"><strong><a href="http://www.adobe.com/products/acrobat/readstep2_allversions.html" class="style9">Adobe Acrobat Reader.</a></strong></span><br>
    </p></td>
    <td> </td>
    <td colspan="3" valign="top"><form name="form1" method="post" action="">
    <label></label><p>
    <select name="jumpMenu" id="jumpMenu" onChange="MM_jumpMenu('parent',this,0)">
    <option selected>Choose a PDF</option>
    <option value="../MSDS/MSDS-16 CHBE1D.pdf">Easy Marker Chalk Blue</option>
    <option value="../MSDS /MSDS-16 CHCW1D.pdf">Easy Marker Chalk White</option>
    <option value="../MSDS /MSDS-16 CHHO1D.pdf">Easy Marker Hot Orange</option>
    <option value="../MSDS /MSDS-16 CHRC1D.pdf">Easy Marker Chalk Brilliant Red Cerise</option>
    <option value="../MSDS /MSDS-16 CHRO1D.pdf">Easy Marker Chalk Blazing Red Orange</option>
    <option value="../MSDS /MSDS-16 CHRU1D.pdf">Easy Marker Chalk Red</option>
    <option value="../MSDS /MSDS-16 CHYU1D.pdf">Easy Marker Chalk Yellow</option>
    <option value="../MSDS /MSDS-16 ETAM2D.pdf">Easy Marker Aluminum</option>
    <option value="../MSDS /MSDS-16 ETBE2D.pdf">Easy Marker Blue</option>
    <option value="../MSDS /MSDS-16 ETBK2D.pdf">Easy Marker Black</option>
    <option value="../MSDS /MSDS-16 ETBN2D.pdf">Easy Marker Brown</option>
    <option value="../MSDS /MSDS-16 ETCW3D.pdf">Easy Marker White</option>
    <option value="../MSDS /MSDS-16 ETGN2D.pdf">Easy Marker Green</option>
    <option value="../MSDS /MSDS-16 ETOU2D.pdf">Easy Marker Orange</option>
    <option value="../MSDS /MSDS-16 ETRU2D.pdf">Easy Marker Red</option>
    <option value="../MSDS /MSDS-16 ETYU2D.pdf">Easy Marker Yellow</option>
    <option value="../MSDS /MSDS-16 ETGD2D.pdf">Easy Marker Goldenrod Yellow</option>
    <option value="../MSDS /MSDS-16 ETRO2D.pdf">Easy Marker Blazing Red Orange</option>
    <option value="../MSDS /MSDS-16 ETRC2D.pdf">Easy Marker Brilliant Red Cerise</option>
    <option value="../MSDS /MSDS-16 ETFY2D.pdf">Easy Marker Fluorescent Yellow</option>
    <option value="../MSDS /MSDS-16 ETHO2D.pdf">Easy Marker Fluorescent Hot Orange</option>
    <option value="../MSDS /MSDS-16 ETMV2D.pdf">Easy Marker Fluorescent Mauve</option>
    <option value="../MSDS /MSDS-16 ETNG2D.pdf">Easy Marker Fluorescent Nature Green</option>
    <option value="../MSDS /MSDS-16 ETSR2D.pdf">Easy Marker Fluorescent Scarlet Red</option>
    <option value="../MSDS /MSDS-16 HAC12.pdf">Hurr-a-can</option>
    <option value="../MSDS /MSDS-16 MABE2D.pdf">Marks All Blue</option>
    <option value="../MSDS /MSDS-16 MACW2D.pdf">Marks All White</option>
    <option value="../MSDS /MSDS-16 MAGN2D.pdf">Marks All Green</option>
    <option value="../MSDS /MSDS-16 MAHO1D.pdf">Marks All Hot Orange</option>
    <option value="../MSDS /MSDS-16 MAOU2D.pdf">Marks All Orange</option>
    <option value="../MSDS /MSDS-16 MARC1D.pdf">Marks All Brilliant Red Cerise</option>
    <option value="../MSDS /MSDS-16 MARU2D.pdf">Marks All Red</option>
    <option value="../MSDS /MSDS-16 MAYU2D.pdf">Marks All Yellow</option>
    <option value="../MSDS /MSDS-16 AWBCW1SD.pdf">Super Stripe Athletic Water Born White</option>
    <option value="../MSDS /MSDS-16 STBE2SD.pdf">Super Stripe Athletic White</option>
    <option value="../MSDS /MSDS-16 SSAO2SD.pdf">Super Stripe Athletic Blue</option>
    <option value="../MSDS /MSDS-16 SSAO2SD.pdf">Super Stripe Athletic Fluorescent Nature Green</option>
    <option value="../MSDS /MSDS-16 SSAO2SD.pdf">Super Stripe Athletic Fluorescent Hot Orange</option>
    <option value="../MSDS /MSDS-16 SSAY2SD.pdf">Super Stripe Athletic Fluorescent Scarlet Red</option>
    <option value="../MSDS /MSDS-16 SSAY2SD.pdf">Super Stripe Athletic Fluorescent Yellow</option>
    <option value="../MSDS /MSDS-16 STBE2SD.pdf">Super Supreme Traffic Blue</option>
    <option value="../MSDS /MSDS-16 STCW2SD.pdf">Super Supreme Traffic Black</option>
    <option value="../MSDS /MSDS-16 STCW2SD.pdf">Super Supreme Traffic White</option>
    <option value="../MSDS /MSDS-16 STRD2SD.pdf">Super Supreme Traffic Red</option>
    <option value="../MSDS /MSDS-16 STYU2SD.pdf">Super Supreme Traffic Yellow</option>
    <option value="../MSDS /MSDS-16 TBE2SD.pdf">Super Stripe Traffic Blue</option>
    <option value="../MSDS /MSDS-16 TBK2SD.pdf">Super Stripe Traffic Black</option>
    <option value="../MSDS /MSDS-16 TCW2SD.pdf">Super Stripe Traffic White</option>
    <option value="../MSDS /MSDS-16 TGN2SD.pdf">Super Stripe Traffic Green</option>
    <option value="../MSDS /MSDS-16 TGY2SD.pdf">Super Stripe Traffic Grey</option>
    <option value="../MSDS /MSDS-16 TOU2SD.pdf">Super Stripe Traffic Orange</option>
    <option value="../MSDS /MSDS-16 TRU2SD.pdf">Super Stripe Traffic Red</option>
    <option value="../MSDS /MSDS-16 TYU2SD.pdf">Super Stripe Traffic Yellow</option>
    </select>
    </p>
    </form></td>
    <td> </td>
    </tr>
    <tr>
    <td height="27"> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td height="319"> </td>
    <td colspan="5" align="center" valign="top"><img src="../images/msds/blue can glow4.png" alt="msds graphic image" width="264" height="242"></td>
    <td> </td>
    <td> </td>
    <td> </td>
    </tr>
    </table>
    <!-- InstanceEndEditable --></td>
    <td width="55" align="left" valign="top"><div align="right"><img src="../images/home page images/marking side.png" alt="marking side" width="52" height="556"></div></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td></td>
    </tr>
    <tr>
    <td height="4" colspan="5" valign="top"><img src="../images/home page images/strip.png" alt="graphic stripe" width="802" height="4"></td>
    </tr>
    <tr>
    <td height="53" colspan="2" align="center" valign="middle" bgcolor="#000000"><img src="../images/home page images/lifetime_guarantee 2.png" alt="lifetime guarantee" width="40" height="40"></td>
    <td width="660" valign="middle" bgcolor="#000000"><div align="center"><span class="style3"> We guarantee our Stripers and Easy Markers FOR LIFE and they will be repaired or <br>
    replaced FREE of charge! We guarantee our paint for 10 FULL YEARS to empty completely and not clog!</span></div></td>
    <td colspan="2" align="center" valign="middle" bgcolor="#000000"><img src="../images/home page images/10year_guarantee 2.png" alt="10 logo" width="40" height="40"></td>
    </tr>
    <tr>
    <td height="139" colspan="5" valign="middle" bgcolor="#000000"><!-- InstanceBeginEditable name="EditRegion6" -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
    <td width="135" height="125" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('traffic 1','','../images/home page images/traffic 2.png',1)"><img src="../images/home page images/traffic 1.png" alt="traffic 1" name="traffic 1" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('traffic 2','','../images/home page images/traffic 4.png',1)"><img src="../images/home page images/traffic 3.png" alt="traffic 2" name="traffic 2" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('athletic','','../images/home page images/pic e1a.png',1)"><img src="../images/home page images/h1a.png" alt="athletic" name="athletic" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('athletic 2','','../images/home page images/s1.png',1)"><img src="../images/home page images/s1a.png" alt="athletic 2" name="athletic 2" width="134" height="125" border="0"></a></td>
    <td width="134" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mark','','../images/home page images/em2a.png',1)"><img src="../images/home page images/em4a.png" alt="mark" name="mark" width="134" height="125" border="0"></a></td>
    <td width="131" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mark 2','','../images/home page images/easy 2.png',1)"><img src="../images/home page images/easy 1.png" alt="mark 2" name="mark 2" width="132" height="125" border="0"></a></td>
    </tr>
    </table>
    <!-- InstanceEndEditable --></td>
    </tr>
    <tr>
    <td height="35" colspan="5" align="center" valign="top" bgcolor="#000000"><div align="center" class="style3">640 Industrial Drive, Cary IL 60013                  (800) 323-4700                      Fax(847) 639-8190<br>
    Copyright &copy;  All Rights Reserved </div></td>
    </tr>
    <tr>
    <td height="4" colspan="5" valign="top"><img src="../images/home page images/strip.png" alt="graphic stripe" width="802" height="4"></td>
    </tr>
    <tr>
    <td height="1"></td>
    <td></td>
    <td></td>
    <td width="16"></td>
    <td></td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html>
    <script type="text/javascript" src="p7exp/p7exp.js"></script>

  • Jump menu list order

    I am really please with the jump menu I created.  I have a list of dates over six
    years that link to documents for that date.  The problem is, the oldest date shows in the page list instead of the most current.  Is there any way to change that to show the most current date in the window first rather than the ancient date?  other than remaking the whole thing backwards?  Thanks in advance for your kind help.

    Thank you Nancy O.  That was really helpful.  In my CS4, I had to click an arrow down in properties and clic
    k what I wanted "initially selected".  I would'nt have looked for that without your message.  Thank you very much.  All done.

  • Dynamic Jump Menu???

    I am trying to create a dynamic jump menu (populated from a database). I have a column in th DB named "url" that contains the path of the page of each option. Any ideas on how to make it so that when the option is selected and the "go" button is pushed it takes the user to the page specified in the "url" of the database? Any help is greatley appriciated.

    "kevinrogers2006" <[email protected]> wrote
    in message
    news:go4va9$lr2$[email protected]..
    > when i click the
    > button to jump to page the .php is missing therefore i
    get page
    > cannot be
    > found.
    It's missing because it's not in the code. The problem lies
    here:
    > <option value="<?php echo
    $row_menuselect['ID']?>"<?php if
    > (!(strcmp($row_menuselect['ID'],".php"))) {echo
    > "selected=\"selected\"";}
    > ?>><?php echo
    $row_menuselect['Name']?></option>
    Change it like this:
    <option value="<?php echo $row_menuselect['ID'] .
    '.php'?>">
    <?php echo $row_menuselect['Name']?></option>
    David Powers
    Adobe Community Expert, Dreamweaver
    http://foundationphp.com

  • Jump Menu & Lis/Menu & User accounts

    Hello and good morning everyone,
    1. Jump menu
    - I created simple exaplme to help you understand my issue http://wook.sytes.net
    - I've set jump menu with button so I could choose from drop down list a product and then, when apropiate product is selected, it should go to URL address (for exaplme payment website with paypal button), there is submit button which also should post a form to me with all the details from the form (in exaplme is just jump menu) all is fine when there is no action on the button but unfortunately, with action - submit form, I receive the form but it's not going to the URL from the jump menu.
    2. List Menu
    - how to create list menu which would be apper according to the selection of the prevoius list menu
    - for exaplme if I select from the first list as a operating system windows on the next list should apper: XP, Vista, 7 and the if I select on the first list Linux on the next one should be Fedora, CentOS ect.
    3. User account
    - is it possible to create user accounts in dreamweaver and give access to the folders on the server via FTP, can I use Data options in dreamweaver to achive this?
    Regards

    F1 > Search for "anchor"
    "jake2727" <[email protected]> wrote in
    message
    news:enerc2$l1u$[email protected]..
    >I am having a problem using a jump menu to move the user
    to another
    >location on
    > the page. For example, say a particular 'membership
    type' was selected, i
    > want
    > the jump menu to send the user to be sent to the
    location of these details
    > on
    > the same page. I understand how to do this using an href
    link, but not
    > within a
    > jump menu, e.g. <option selected="www...."
    >
    > Any help greatly appreciated.
    >

  • [Help]Help with Jump Menu

    Hi there,
         I wanna make an inserting form , like that
    Name:
    E-mail:
    Location: (list menu : US, UK, ARE, UAI, Else) if the user choosed "Else" Show a text field to type his location ,
    when I tried "Jump Menu" it reset fields for sure , so is there any pro way ??
    Thanks.

    The problem you are experiencing here is that you have selected the wrong type of menu item for your form.  There are 2 types of drop-downs that Dreamweaver can create in a form.  There is a list/form and jump menu. The jump menu is used so that once an item is selected from this menu you are redirected to another page or website, or if this is undefined it simply refreshes the page you are on.  This is not what you want.  When you select this, look at the item right next to it in the menu and you will see a List/Menu.  This is the type of drop-down you want when someone is filling out a field in a form that will be submitted to an email/database.

  • Jump Menu

    Hi!!!
    I want to create a ump Menu adding with database. My database has two column, Category and Sub_category. More than one sub_category is under one category.
    Now I want to make an Jump Menu in DreamWeaver CS 6, so that after select Category jump menu, the Sub_category of the selected category will display in the Sub Category jump menu. And after selection of Sub category, the details of Sub Category item will show in the level append below.
    Please help me to do this ..
    For any kind, may mail me [email protected]
    Thanks,
    Kausik

    The ones that you do not want to be selectable you could
    change to <optgroup> tags instead of <option> tags.
    This would solve your problem.

Maybe you are looking for

  • Error in net price calculation In PO

    Dear all, I created a new pricing procedure where i am getting an error message in PO i.e. "Error in net price calculation, item 000010". Message no. 06213 Please advise me how to overcome the error. Thanks Prasant

  • Cut and paste from Safari to Word doc please Help!!!!!

    I am trying to take a map from the internet via either Mapquest or Rand Mcnally maps and put it in a Word document, and I cannot figure out how to do it. I have tried to highlight the map and cut and paste it in the document but this is not working,

  • Custom CMIS Connector MoveHandler Cache issue

    Hi everybody. At the momment I'm working the custom CMIS connector, that should work only with Alfresco. Connector is almost done, but I'm having strange issue with MoveHandler. What happens is when I move file into another directory, and try to move

  • Adobe flash plugin crashed, how do I fix it?

    I try to play Treasure Isle on Facebook and I cant because it keeps saying adobe flash plugin crashed. How do I fix the problem to prevent this from happening?

  • Wont Drag File At Adobe Photoshop CC windows 8 Enterprise

    i have check run as administrator and full acceses security,but its still wont drag photo from explorer to photoshop. if i use import it still can work.. not just photoshop my After Effect can't photo too.is there have any solution ?