Bug on the property "disabledDays" of the component af|inputDate ?

Hi,
I think there is a bug on the property "disabledDays" of the component af|inputDate :
<af:inputDate disabledDays="#{MyInputDate.disabledDays}"
public class MyInputDate {     
    public DateListProvider getDisabledDays() {
        return new DateListProvider() {
            public List<java.util.Date> getDateList(FacesContext pFacesContext, Calendar pCalendar, java.util.Date pDate, java.util.Date pDate1) {
                List<java.util.Date> my_array = new ArrayList<java.util.Date>();
                try {
                    my_array.add(new SimpleDateFormat("MM/dd/yyyy").parse("1/1/2012"));
                } catch (Exception e) {
                return my_array;
Problem:      While Only the 1 January 2012 cannot be selected, December 1, 2011 cannot be selected too !
It's the same for every first day of each month...
So, if it's possible, how can i use this property without this bug ?
I use Oracle JDeveloper 11g Release 1 (11.1.1.4.0).

Hi,
the issue indeed reproduces. The fix however is pretty simple
    public List<Date> getDateList(FacesContext facesContext, Calendar calendar, Date startDate, Date endDate) {
        ArrayList<Date> l = new ArrayList<Date>();
        Date d;
        try {
            d = new SimpleDateFormat("MM/dd/yyyy").parse("01/01/2012");
            if (endDate.compareTo(d)< 0){
                //ignore setting
            else{
                l.add(d);
        } catch (ParseException e) {
                e.printStackTrace();
        return l;
    }Just check if the date you set is earlier than the min range of the actual date display. If it is, don't set it as it is of no use anyway
Frank
Ps.: Bug filed

Similar Messages

  • How can we include the property value into the News RSS?

    We have defined object property u201CDepartmentu201D that is used in News XML creating form. How can we include the property value into the News RSS (set value of the particular RSS XML tag)?

    We have solved the issue with NWDS

  • The property XMLDataVariable on the XML Source was empty - Case Foreach Loop Container

    I have very simple XML source and OLE DB Source in Foreach Loop Container,
    but seem to get error, because XML Source cannot find the XML.
    "Error at Data Flow Task. The property XMLDataVariable on the XML Source was empty"
    Variables:
    FileExtention = *.xml
    FilePath =
    FolderPath = C:\Customer\XML
    XML Source:
    Data Access mode = XML file from variable
    Variable name = User::filePath
    Foreach Loop Container:
    Enumerator = Foreach File Enumerator
    Expression-Directory = @User:FolderPath
    Expression-FileSpec = @User::FileExtension
    Enumerator Folder = C:\Customer\XML
    Files = *.xml
    Variable mapping-User::FilePath = 0
    Kenny_I

    Have you filled the variable (filePath) with a default value? Otherwise the XML Source cannot validate. Alternative is look for a property "DelayValidation". In most cases this is a property of the connection manager, but you're not using
    one for the xml source....
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • Exception setting the property 'dbcFile' on the DataSource. Exception:

    Hello,
    I just upgraded 12.1.3. and I could not see my loging page(Non SSL)
    oracle.oc4j.sql.DataSourceException: Exception setting the property 'dbcFile' on the DataSource. Exception: java.lang.reflect.InvocationTar
    getException
    Any one had this problem before or had some experience, Please share some info
    Thanks
    Prince

    Prince,
    oracle.oc4j.sql.DataSourceException: Exception setting the property 'dbcFile' on the DataSource. Exception: java.lang.reflect.InvocationTar
    getException
    Any one had this problem before or had some experience, Please share some info Please see these docs.
    How to Configure OTA For XML Gateway in Release 12 [ID 418926.1]
    Oracle E-Business Suite Integrated SOA Gateway Troubleshooting Guide, Release 12 [ID 726414.1]
    Cannot Start OXTA After Upgrade To R12.1.x [ID 1087499.1]
    OXTA Not Starting In R12 [ID 1267410.1]
    Troubleshooting and Known Issues for EBS SOA Suite Deployment in R12.1.1 [ID 797596.1]
    Thanks,
    Hussein

  • Need a query based on the property value of the other itemDescriptor

    Hi,
    I have following structed repository(both items in repository)  with itemDesc1 and itemDesc2. Now i have the value  of prop2 (of itemDesc2 ) . Using this i want to write query (using QueryBuilder) to get the value for one of  the property of itemDesc1.
    <item-descriptor name="itemDesc1" >
          <table name="xx" type="auxiliary"  id-column-name="id" >
             <property name="prop" column-name=xx" item-type="itemDesc2" />       
         </table>
    </item-descriptor>
    <item-descriptor name="itemDesc2"   >
                 <table name=yy" type="primary"  id-column-name="id">
             <property name="prop1" column-name="xx" item-type="itemDesc2" />
              <property name="prop2" column-name="xx" item-type="itemDesc2" />
               <property name="prop3" column-name="xx" item-type="itemDesc2" />
         </table>
    </item-descriptor>
    Thanks in advance

    Jack,
    Simplest solution is probably a lookup table containing a list of positions and the salary level associated with each position:
    The formula that retrieves the salaries from the rate table is shown above the Main table (left). Rate Table, to the right, contains the list of positions and the salary associated with each position.
    Regards,
    Barry

  • Not able to change values in the Property Inspector

    Hello!
    Can some one please help me with this. I was working in
    Director when I noticed that all of a sudden I wasn't able to
    change the values in the property inspector, specifially the sprite
    properties such as the x and y coordinates and the width and
    height. I'll type in a value and then I will get an error sound and
    it will revert to the previous value. How can I fix this??
    Thanks!

    Hi Ringerz,
    I've seen the PI lock up sometimes. What usually works is to
    switch to List Viw
    Mode. Never have trouble there. Then, close Director and
    reopen. Think it's jus a
    bug that hasn't been fixed yet.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • Moving the tabs to right of the jsf page in the adf panel tabbed component

    Hi,
    i want to move the tabs in the panel tabbed component to the right. In the property inspector of this component, it doesn't have an option called right. How can we do this?
    Thanks,
    sudan

    Hi,
    why there is no reply from the community? Does it mean, no one had any requirement like this before or it is not possible in ADF.
    Thanks,
    Sudan

  • Is it possible to attach photos to a form prior to submission?  For example, if I have an employee in the field completing a property inspection, can photos of the property be submitted along with the form?

    I have to inspect properties for my business and have created a form that describes the condition of the property.  This form is great for my agents in the field, however, it would be really great if they could attach photos of the property to accompany the submission.  Is this possible?  Can it be considered on the wish list?

    Hi,
    Yes, you can create a file attachment field in the form and have your employee upload the pictures.
    Thanks,
    Wenlan

  • Help comparing the value of a button using the Property Node (I get a variant)

    Dear Sirs:
    (I'm using LabView 6. I guess the solution is different for 6.1)
    Currently I have created an array of Boolean RefNums (which point to many, many buttons). When I need to know when any (and which) of the buttons was pressed I just compare every element on the array with the constant TRUE. It fact, as the array is built from RefNums, I should compare the VALUE from the Property Node.
    The problem here is that the Property Node for this type of Boolean is a LV Variant, and I need to compare this with a TRUE/FALSE value.
    I tried to convert the TRUE constant to a LV variant and visc. But nothing works... I always get that none of the buttons was pressed.
    Here it co
    mes the question: "How can I compare the value of a Property Node for a Boolean (Button) with a TRUE (or False) constant?"
    BTW, maybe I should explain why I'm using RefNums instead of the direct values: As my project requires tons of buttons, I would preffer using RefNums to refer to them. (I.E. I could use a single VI that takes the RefNum and formats the button to hide it for certain users).
    I have enclosed a VI that contains what I've achieved until now, which is nothing
    I appreciate your time and help.
    Best regards,
    JAVIER VIDAL
    Attachments:
    Other_Main_Menu.vi ‏103 KB

    Javier,
    There is another problem in your code: the booleans are not polled by the main loop so they will remain false until the user presses them again. This renders the boolean latch action useless.
    What you can do is to change the mechanical action of the booleans to non-latch. When you detect a "true" in the polling loop, set the boolean to false again. One added benefit is that once all boolean are non-latch, the value property won't be a variant but a boolean so conversion is no longer needed.
    LabVIEW, C'est LabVIEW

  • How to find the property and method easily?

    Like msdn, jdk, it's easy to search. Or like Eclipse, Visual Studio etc. IDE auto popup the property or method, any question just press F1 then get help. But it's not easy to do in Flash Professional CS6. Sometime it popups the method/property in some class but many are not. Please advise. Thanks.

    Usually if you have the property/method in the code you can right click and choose Help.  The result should be that the help documentation for the class that the property belongs to will open.

  • Display Doc ID with Link to the Property page in SharePoint 2010

    Good Morning. 
    I have been asked to add the DocID to the search results.  Part two is to have that docID link to the property page for the item.
    I have added DocID to fetched property's and can display it fine on the page but I am having problems creating the link to the property pages. 
    can anyone help?
    So far I am trying to do this in the searchcoreresults XSL.
    I would like the format of the DOCID to appear like this.
    [ DOCID ] with the Hyperlink to take you to the item property's page.
    thank you.

    Hi,
    According to your post, my understanding is that you wanted to display Doc ID with Link to the Property page in SharePoint 2010.
    SharePoint indexes Document IDs as a managed property by default, which means that with a little magic, we can add the Document ID into the search results.
    We need to modify the XSL so that we display the Document ID in the search results.
    Here is a great article for your reference:
    SharePoint 2010–Returning Document ID in Search Results
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Form6i cant write arabic charecter in the property pallete

    although i set up the nls_lang to american_america.ar8mswin1256
    form builder can't write arabic in the property pallete ot the item
    but write only in the layout editor preciley
    with bioler only
    please help me to resolve this problem

    Hi,
    Please follow the solutions provided by Nothing123 to check the result.
    If the issue persists, please recreate the discovery mailbox to check the result.
    Here is an article for your reference.
    Re-create Discovery and Other System Mailboxes in Exchange 2010
    http://technet.microsoft.com/en-gb/library/gg588318(v=exchg.141).aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Where Is the MAINMENU Defined in the "Menu Module" Property of MAINFORM

    Hello Ya'll Gurus,
    I am trying to locate both the MainMenu.mmx and it's source MainMenu.mmb files that is being executed in the application run time, but so far with no luck. I am desperately in need of your help, and the pressure is on...
    I have found the following information in our environment and hopefully it will help in resolving my problem:
    The following is the command that runs our application:
    c:\orant\BIN\ifrun60.EXE C:\MMS\Production\mainform.fmx <userid>/<psswd>@mms
    The following are the images of the property palettes for the MainForm and MainMenu forms:
    Image for the mainform.fmb property palette:
    !http://dot.state.ak.us/nreg/jtomasic/MainForm_Property_Palette.GIF!
    Image for the mainmenu.mmb property palette:
    !http://dot.state.ak.us/nreg/jtomasic/MainMenu_Property_Palette.GIF!
    Please help me with the following questions:
    Q1: Since "C:\MMS\Production\mainform.fmx" is included in the command line that runs our application and the "Menu Module" property of the "mainform.fmb" form is "MAINMENU", does it mean the "MAINMENU.mmx" is being executed through mainform.fmx when the application starts running?
    Q2: If the answer to the above (Q1) question is yes, the 'MMS' defined in the Menu Filename is then not being used at all, correct? and where can I find the "MAINMENU" file specified in the "Menu Module" property of the "mainform.fmb" form?
    Q3: The attached Libraries for the MAINFORM include HMMSHELP, MAINLIBR and MENULIBR. Are these libraries loaded to the MAINFORM dynamically or statically? BTW, the MENULIBR.pll is also attached to MAINLIBR.pll and what does that mean?
    Q4: The 'Main Menu" property in the mainmenu.mmb form is defined as "MAIN_MENU" which ties the "MAINMENU" specified in the Menu Module property of the "mainform.fmb" form, correct?
    Thanks in advance for any/all the help on this.

    Q2: If the answer to the above (Q1) question is yes, the 'MMS' defined in the Menu Filename is then not being used at all, correct? and where can I find the "MAINMENU" file specified in the >"Menu Module" property of the "mainform.fmb" form?Looking at the onlinehelp, the property "Menu filename" may be used if the menu is stored in the database. As far as i know this is not possible since forms 6i (but i may be wrong here). If i'm right, the property is no longer important.
    About finding the MAINMENU. I don't know where you find it. If you get no error it seems that it is somewhere on your machine. I would look into the directory C:\MMS\Production first. If its not where, check the FORMS60_PATH-variable and search in the directories listed in that variable.
    Q1: Since "C:\MMS\Production\mainform.fmx" is included in the command line that runs our application and the "Menu Module" property of the "mainform.fmb" form is "MAINMENU", does it >mean the "MAINMENU.mmx" is being executed through mainform.fmx when the application starts running?If i'm right about Q2, the answer is Yes.
    Q3: The attached Libraries for the MAINFORM include HMMSHELP, MAINLIBR and MENULIBR. Are these libraries loaded to the MAINFORM dynamically or statically? BTW, the MENULIBR.pll is >also attached to MAINLIBR.pll and what does that mean?What do you mean with dynamically or statically?
    Q4: The 'Main Menu" property in the mainmenu.mmb form is defined as "MAIN_MENU" which ties the "MAINMENU" specified in the Menu Module property of the "mainform.fmb" form, >correct?I don't understand your question. Forms searches the menu-module which is specified in the property "Menu Module" and "starts showing" the menu which is defined as the "main menu"

  • Overwritting the values in the property files

    Hi All
    I am new to reading property file in java. I am able to read the property files but it is overwritting my key/value pair.
    The main thing when I am comparing the adminname which is present in the property file with the username which I am getting in the servlet request.
    Its only comparing the last key/value pair ie.., adminname=ghj.
    Can anyone help me regarding this...please..
    i need to check whether userName(Servlet request) matches with any one of the values(abc,cde ,fgh,ghj) present in the property file.
    But in my case it is only comparing the last value only.
    for Eg:
    admin.properties
    one key and number of values. Can I do this?
    adminname=abc
    adminname=cde
    adminname=fgh
    adminname=ghj
    // if they want to add or remove the admin people they are going to do it from property file which is the text file.
    import java.io.*;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.http.*;
    public class ExampleFilter implements Filter {
         private FilterConfig filterConfig=null;
         public void init(FilterConfig config) throws ServletException {
              this.filterConfig = config;
         public void destroy() {
              filterConfig = null;
         public void doFilter(ServletRequest request, ServletResponse response,
                   FilterChain chain) throws IOException, ServletException {
              RequestDispatcher rd = null;
              String userInfo = "";
              String userName="";
              if (request instanceof HttpServletRequest) {
                   userInfo = ((HttpServletRequest) request).getUserPrincipal()
                                      .getName();
                             String[] pieces = userInfo.split("\\\\"); // Firefox sends DOMAIN\USERNAME as UserPrincipal
                                  userName = pieces[pieces.length -1]; // getting the username for which I need to perform check
           try
                Properties propertiesFile = new Properties();
                FileInputStream file =
                    new FileInputStream("C:\\webapp\\WebContent\\WEB-INF\\lib\\admin.properties");
              if (file == null)
                       throw new NullPointerException("Properties file 'admin.properties' is missing in classpath.");
                   propertiesFile.load(file);
                              propertiesFile.list(System.out);
                           val=propertiesFile.getProperty(adminname);       
                                                 //here watever the last key/value is present in the admin.properties, I am getting it.
                             //In the above property files i will get "ghj"
                                                 System.out.println("adminName In Property file:" +val);
          if(userName.equals("val"))
                                      // I NEED TO COMPARE THE USERNAME WITH THE adminname IN THE PROERTY FILE (admin.properties)
                                       // IF userName=anyone value in the property files.......... I AM FORWARDING IT TO REGULAR PAGE
                                          chain.doFilter(request, response); // if username is present in proeprty file, I need to navigate to normal pages.
                      else{
                             //IF adminname is not present i m forwarding to ERROR PAGE
                              rd = request.getRequestDispatcher("/admin/error.html");
                                           rd.forward(request, response);
               catch(Exception e)
                      e.printStackTrace();
    }

    Read the java.util.Properties API. You can't have multiple same keys. Use one key or a key with some suffix, e.g. adminname.1 and so on or so.
    This has nothing to do with servlets. You've a problem with classes of java.util package, not of javax.servlet package. Use the 'New to Java' forum.

  • Select an Image? Proportional Resize in the Property Inspector?

    I'm working in Dreamweaver CS 4 on a Mac. My problem is that I want to resize a jpeg while keeping it's proportions but I can't select it (so that the resize handles appear). When I click on it, I end up selecting the div it's wrapped in (or a div further out in the code). I can select it in the code, but the resize handles still don't appear - just the info in the property inspector shows. So I have two questions:
    1. Is there a keyboard shortcut that helps you "drill down" to select the item you're looking for - like in some print layout programs where you can hit a few buttons while clicking on it with the mouse and it keeps giving you lower and lower objects?
    2. Is there a way to change size in the property inspector where the proportions remain constant? 
    Thanks in advance for your help.
    Max

    That's a cool trick - only specifying the width - thanks!
    (Eventuallly, I would resize the image in PS so it would not require the browswer to do resizing for me).
    In answer to your question, pziecina, no - it's not a background image.
    One of the images has a z-index specified because I thought that might help, but it didn't.
    Here a link to a live page (which is a mess at the moment):
              http://www.mhrbuild.com/rapidstructural.html
    and here's the code for the entire page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>MHR Home Renovation - 18th Century Farmhouse Sample</title>
    <link href="mhr.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <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];}}
    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];}
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    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;
    //-->
    </script>
    <style type="text/css">
    <!--
    .spongy {
        float: left;
        margin-right: 15px;
    inset shot{
        position:relative;
        left:0px;
        top:0px;
        width:376px;
        height:166px;
        z-index:1;
    -->
    </style>
    </head>
    <body class="oneColLiqCtr" onload="MM_preloadImages('images/18th Century House/fireplace/045.jpg','images/18th Century House/fireplace/DSCN2242.jpg','images/18th Century House/dining room/042.jpg','images/18th Century House/dining room/042.jpg','images/18h Century House/fireplace/045.jpg')">
    <div id="container">
    <div class="hometopleft"><span class="logo"><img src="images/mhr_wLoveLogo.gif" alt="MHR Logo" width="191" height="141" id="Image1" /></span></div>
    <div class="hometopright"><img src="images/MHRhead.jpg" width="475" height="149" alt="MHR - Building, Remodeling, Repairs and Restorative Cleaning" />
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="services.html">Services</a></li>
          <li><a href="sampleIndex.html">Samples</a></li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div class="contactbar">Phone 413-717-0003 • P.O. Box 1915, Lenox, MA 01240-4915 • [email protected]</div>
    <div class="sampleGallery" id="edy">
      <h1><span>PROJECT SAMPLES</span></h1>
    <h2>Rapid Structural Repair</h2>
      <h3>Repair of Structural Damage in the Bathroom of Tennant Occupied Unit</h3>
      <div class="jobdescrip" id="edyjob">
        <div class="spongy"><img src="images/rapidrepair/638_512x384.jpg" width="384" height="512" alt="Spongy Bathroom Floor" /></div>
    MHR was asked to fix a “spongy” area of the floor by the bathtub in a tenant-occupied, rental apartment.
        <p>Once opened, it became clear that the spongyness was a symptom of structural damage done during installation of original plumbing. Sections of load bearing joists had been removed to make room for plumbing, leaving the floor system with critical structural deficiencies.
          Sponginess was caused by the separation in the toilet waste flange during flushing. </p>
        <p> Structure had to be reengineered but replacing the floor joists entirely would have been prohibitively expensive and time consuming. Instead, MHR shouldered the broken part of floor from the apartment beneath and then added posts in the basement which carried the load all the way down to the basement concrete slab. <strong>This re-enginneared design provided a level of structural integrity that exceeded building code requirements and was far less expensive than any alternative approach.</strong></p>
        <div id="apDiv1">
          <div class="spongy" id="level"><img src="images/rapidrepair/653.jpg" width="253" height="160" alt="Level Shows Slant of Floor Before Repair" /></div>
        A carpenter's <br />
        level showing <br />
        the extreme tilt <br />
        of the floor <br />
        caused by the structural damage. </div
      ></div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="family">
        <h2>FIREPLACE MANTLE</h2>
        <div class="befafterbuttons" id="family_bda">
          <div class="befafterinside" id="during" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/045.jpg',1)" onmouseover="MM_changeProp('during','','backgroundColor','#008','DIV');MM_changeProp('dur ing','','color','#FFF','DIV')" onmouseout="MM_changeProp('during','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d uring','','color','#000000','DIV')">During CONSTRUCTION</div>
          <div class="befafterinside" id="detail" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/DSCN2242.jpg',1)" onmouseover="MM_changeProp('detail','','backgroundColor','#008','DIV');MM_changeProp('det ail','','color','#FFF','DIV')" onmouseout="MM_changeProp('detail','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d etail','','color','#000000','DIV')">DETAIL VIEW (close up)</div></div>
      </div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="window">
        <h2>VIEW OF DAMAGE FROM THE DOWNSTAIRS APARTMENT</h2>
        <p> </p>
      </div>
      <div class="spacer"></div>
    <div class="beforeduringafter" id="dining">
        <h2>DINING ROOM</h2>
        <div class="before" id="diningrm"><img src="images/18th Century House/dining room/009.jpg" alt="18centDin" name="18centDin" width="512" height="384" /></div>
        <div class="befafterbuttons" id="dining">
          <div class="befafterinside" id="dinduring" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/042.jpg',1)" onmouseover="MM_changeProp('dinduring','','backgroundColor','#008','DIV');MM_changeProp(' dinduring','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinduring','','backgroundColor','#D5DFFF','DIV');MM_changeProp ('dinduring','','color','#000000','DIV')">DURING CONSTRUCTION</div>
           <div class="befafterinside" id="dinafter" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/009.jpg',1)" onmouseover="MM_changeProp('dinafter','','backgroundColor','#008','DIV');MM_changeProp('d inafter','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinafter','','backgroundColor','#DFDFFF','DIV');MM_changeProp( 'dinafter','','color','#000000','DIV')">AFTER CONSTRUCTION</div>
        </div>
      </div> 
    </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

Maybe you are looking for

  • How can I create a Table View in Cocoa Applescript?

    This is my last resort. I've searched for days and only found tutorials for iPhone and Cocoa, and I have no idea where to start. I'm looking for a way to create a Table View, and fill it with a few cells that call a handler when clicked. I've looked

  • Why does playlist on iPod keep repeating and repeating even though play count rule is 1

    Hello, everyone! I have a smart playlist of about 100 songs.  The play count rule is set to play songs with a play count of less than 1.  A few days ago, I reset all of the songs play count to 0.  If you ask me, the way I have it set up, when the iPo

  • [CS3:Mac]Script Runner question...

    Hi,<br /><br />I'm trying to perform a simple test  to run a javascript file in my plugin.<br />My first question is do I need to setup/register/add something in plugin to be able to run a script in plugin? the reason I ask this, i get an error in li

  • Wierd applet entry in my Console log.  What is it?

    I found this entry in my Console log, does anyone know what this is? Is this spyware? Sun Nov 09 08:28:04 EST 2008 JEP creating applet reportcard2.ReportCard (http://i.cmpnet.com/nc/java/) Interactive Report Card version 2.0, written by Mike Lee. I G

  • Bounce Mail to Sender Won't Work in Leopard 10.5.1

    Hey everyone, I came across this issue shortly after installing Leopard back in October. We've sent emails to ourselves from various accounts and tried to bounce them back (for testing purposes) and we never seem to receive the Apple default bounce m