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.

Similar Messages

  • 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

  • How to setup a dynamic jump menu field

    I attempted to setup a normal drop down with a button to
    excute the values,
    but that doesnt seem to work very well... even though the
    database has the
    correct links within the tables, regardless of what selection
    you make you
    are taken to the same page all the time.
    Is there a way to use the jump menu dynamically? I want the
    menu to be
    populated from my table, i dont want to have to manually
    build the menu....
    When i try to use it, it doesnt have the dynamic radio button
    to chose a
    recordset.. its all manual entry

    Man that took a long time to come back with?
    But this should work for you.
    Add a standard List Box to your page. Click 'List Values' in
    your Property
    inspector at the bottom of the page. Click the 'lightning
    bolt' to add the
    labels that you want to display from your recordset, and then
    click the
    'lightning bolt' in the values column. Choose the recordset
    and the field
    that contains the ID you want to pass to the detail page. Now
    click ok, and
    Dreamweaver will have put some code in the value column for
    you. You need
    to add a
    prefix to this that will tell it what page and the name of
    the URL parameter
    you want to pass.
    ie
    mydetailpage.asp?ID=<%=the code Dreamweaver Created%>
    Ok so you now have the correct values in the list box.
    Now open up a second page, and add a Jump Menu to it. Just
    add one item
    containing anything.
    Go to the code view and copy into the clipboard the
    JavaScript code that
    Dreamweaver created to make the JumpMenu work. Make sure that
    you get
    everything
    including the <script> tags.
    <script language="JavaScript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
    some more code here!!!
    //-->
    </script>
    Paste this into a similar place on your other document. (just
    above the
    </head> tag).
    All you need to do now is modify the List Menu you created to
    use the Jump
    Menu code.
    You will have something that says:
    <select name="select">
    Change this to:
    <select name="select"
    onChange="MM_jumpMenu('parent',this,0)">
    That should do it!!!
    Dave
    "Daniel" <[email protected]> wrote in message
    news:[email protected]...
    > DWMX / ASP / SQL
    >
    >
    > "Baxter" <baxter(remove:-)@gtlakes.com> wrote in
    message
    > news:[email protected]...
    > > What server language are you using?
    > > Dave
    > > "Daniel" <[email protected]> wrote in
    message
    > > news:[email protected]...
    > >> I attempted to setup a normal drop down with a
    button to excute the
    > > values,
    > >> but that doesnt seem to work very well... even
    though the database has
    > >> the
    > >> correct links within the tables, regardless of
    what selection you make
    > >> you
    > >> are taken to the same page all the time.
    > >>
    > >> Is there a way to use the jump menu
    dynamically? I want the menu to be
    > >> populated from my table, i dont want to have to
    manually build the
    > > menu....
    > >>
    > >> When i try to use it, it doesnt have the
    dynamic radio button to chose
    a
    > >> recordset.. its all manual entry
    > >>
    > >>
    > >
    > >
    >
    >

  • 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

  • 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

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

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

  • Drop down menu problem IE7

    I have a small problem, don't know if you can help at all. I have have upgraded to the latest version of spry and created my spry menu in Dreamweaver CS3. It works great in firefox, but in IE7 the drop down menu jumps up to the top of the browser window, instead of below the menu bar.
    When I check using the browser compatibility function in CS3, I get a message "Expanding Box Problem" with the following lines of code highlighted:
    <ul>
              <li><a href="testimonials extra.html">Extra</a></li>
              <li><a href="testimonials defender.html">Defender II</a></li>
            </ul>
    Here is link to the site, so you can take a look
    http://www.efptproducts.com/
    Any ideas or help would be greatly appreciated ?
    regards,
    Bill

    Hi again,
    Not sure if you need it, but following is the spry css file code:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin
    or padding */
    ul.MenuBarHorizontal
    /* Set the active Menu Bar with this class, currently setting z-index to
    accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
         z-index: 1000;
         height: 33px;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         color: #FFFF00;
         font-weight: bold;
    /* Menu item containers, position children relative to this container and
    are a fixed width */
    ul.MenuBarHorizontal li
    /* Submenus should appear below their parent (top: 0) with a higher z-index,
    but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we
    set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    /* Submenus should appear slightly overlapping to the right (95%) and up
    (-5%) */
    ul.MenuBarHorizontal ul ul
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we
    set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    /* Menu items that have mouse over or focus have a blue background and white
    text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    /* Menu items that are open with submenus are set to MenuBarItemHover with a
    blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal
    a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
         background-color: #33C;
         color: #333333;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned on the
    far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
         background-image: url(../images/MB%20Dark%20Thin.jpg);
         background-repeat: repeat-x;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #FFFF00;
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned on the
    far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
         background-image: url(../images/MB%20Light%20Thin.jpg);
         background-repeat: repeat-x;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #000000;
         width: 120px;
    /* Menu items that are open with submenus have the class designation
    MenuBarItemSubmenuHover and are set to use a "hover" background image
    positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
         background-image: url(../images/MB%20Light%20Thin.jpg);
         background-repeat: repeat-x;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #000000;
    /* Menu items that are open with submenus have the class designation
    MenuBarItemSubmenuHover and are set to use a "hover" background image
    positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
         background-image: url(../images/MB%20Light%20Thin.jpg);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;
         font-size: 14px;
         font-style: normal;
         font-weight: bold;
         color: #000000;
    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
    /* 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: left;
         background: #FFF;
         font-family: Trebuchet, "Trebuchet MS", sans-serif;

  • Menu problem with IE

    menu problems with IE connected with spry - see site:
    1.
    http://www.whatwomenwant-tv.com/index.html
    (horizontal menu bar - will not display fully, probably to do with
    flash)
    2.
    http://www.whatwomenwant-tv.com/about.html
    (horizontal menu bar swerves to the left)
    3.
    http://www.whatwomenwant-tv.com/streetinterviewswomen.html
    (vertical menu bars in questions are all over the page)
    thanks 4 help.

    I tried in Firefox 3 and IE7 and they both seemed fairly slow
    for any action to take place. But IE7 did seem pretty slugish.
    It seems that you're already determined what the issue is,
    you have waaaaaay too many menu items. Seems to me that that number
    of items don't belong in a menu. There are even menus that are too
    long to appear entirely on the page, so they can't be easily
    accessed without accidentally hiding the menus again, which I did
    several times. IN particular:
    Cartuchos > Technologica
    If you cannot change to a different format to show all of the
    items, then perhaps you can split up the menu so that you don't
    have too many at one time. I checked the code of your page and it
    seems that you've got a lot of other scripting going on there
    besides Spry, so is the issue with Spry or with everything else
    you're trying to do with that menu. If you can try to recreate the
    page with only the menu items on it (and not pulled in dynamically
    on the fly), and then add back to your page a bit a time, you might
    be able to find out what is really causing the delays.

  • 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

  • Dreamweaver Vertical Spry Menu Problem in IE7

    I just finished setting up a vertical, 3-level spry menu in
    Dreamweaver CS3, and when I preview it in IE7, several pixels have
    been added in between the buttons, which spreads the menu out and
    looks terrible. The problem disappears after I clear the ActiveX
    warning, and it doesn't occur in FF. Could someone please tell me
    how to fix this??
    Here's my SpryMenuBarVertical.css file:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    cursor: default;
    width: 150px;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 150px;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    background-image:url(../images/topnav-up-165.gif);
    background:#FFFFFF;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    background-image:url(../images/topnav-up.gif);
    padding: 0.3em 0.3em;
    color: #333;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #FFFFFF;
    color: #333;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible
    background-color: #FFFFFF;
    color: #333;
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%)*/
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(../images/topnav-up.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #038203;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-top-width: 2px;
    border-top-color: #FFFFFF;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #666666;
    border-left-color: #FFFFFF;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(../images/topnav-dn.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    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.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    /* 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.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

    I just finished setting up a vertical, 3-level spry menu in
    Dreamweaver CS3, and when I preview it in IE7, several pixels have
    been added in between the buttons, which spreads the menu out and
    looks terrible. The problem disappears after I clear the ActiveX
    warning, and it doesn't occur in FF. Could someone please tell me
    how to fix this??
    Here's my SpryMenuBarVertical.css file:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, a fixed width box
    with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    cursor: default;
    width: 150px;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 150px;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) with a higher z-index, but they are initially
    off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    background-image:url(../images/topnav-up-165.gif);
    background:#FFFFFF;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    background-image:url(../images/topnav-up.gif);
    padding: 0.3em 0.3em;
    color: #333;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #FFFFFF;
    color: #333;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
    a.MenuBarItemSubmenuHover, ul.MenuBarVertical
    a.MenuBarSubmenuVisible
    background-color: #FFFFFF;
    color: #333;
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%)*/
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(../images/topnav-up.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #038203;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-top-width: 2px;
    border-top-color: #FFFFFF;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #666666;
    border-left-color: #FFFFFF;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(../images/topnav-dn.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    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.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    /* 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.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

  • DYNAMIC SIMULATION MENU IN SEM BPS PLEASE ANSWER

    DYNAMIC SIMULATION MENU IN SEM BPS PLEASE ANSWER
    Hi everbody,
    I cannot see menu "dynamic simulation" and planning function "dynamic simulation" in our company's SEM System. Installation details are so:
    Component version : Netweaver 04
    Database: Oracle 9.2.0.5.0
    SAP_ABA     640     0010     SAPKA64010     
    SAP_BASIS     640     0010     SAPKB64010
    PI_BASIS     2004_1_640     0006     SAPKIPYI66     
    SAP_BW     350     0010     SAPKW35010     
    FINBASIS     300     0012     SAPK-30012INFINBASIS
    SEM-BW     400     0012     SAPKGS4012     
    BI_CONT     353     0005     SAPKIBIFP5
    Does SAP not support integration with Powersim in this new version of SEM or is there another way to integrate Powersim with BPS? I have seen these menus in version SEM 3.20 with underlying BW version of 3.10.
    Thank you very much.
    With best regards.

    Hi again,
    I know that Powersim is sold by own and has seperate license, but to connect Powersim and BPS there is a delivered planning function in SEM-BPS as I read and in "Planning" menu (in screen bps0) was a menu named "dynamic simulation" in Version SEM 3.2, I had seen this menu option in Version SEM 3.2.
    I think these menus are necessary to call simulation model that is prepared by Powersim, otherwise how can I connect my Powersim model to BPS?
    Can be the problem Support Package level or something that is not installed to system?
    Thanks very much

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

  • 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

Maybe you are looking for