Need to disable resolving the DTD

Hi
I need to do a task like the following
I have a XML file template which have an external DTD reference. This task takes this template XML file and creates a new XML file with some additional information. So in this case how can I disable the validation of this XML file against the external DTD. I need to have the DTD reference in both the XML files but do not want parser to resolve it.
Thanks in advance
Biju.

DocumentBuilder db = DocumentBuilderFactory.newInstance().newDocumentBuilder();
db.setEntityResolver(new EntityResolver() {
  public InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
         throws SAXException, java.io.IOException
    if (systemId.endsWith(".dtd"))
      // this deactivates all DTDs by giving empty XML docs
      return new InputSource(new ByteArrayInputStream("<?xml version='1.0' encoding='UTF-8'?>".getBytes()));
    else return null;
});

Similar Messages

  • Need help on resolving the issue with adobe output server - error MSG256 & MSG 210 not in .ini file

    Hi,
    I am using adobe output designer 5.5 for designing the label template and using the Adobe output server for printing process.
    In the Jfmerge.ini we given the condition "DiscardUnknownFields=Yes" for ignoring the unwanted fields in the .dat file.
    During the process, I faced some issue with the output server in printing the labels.
    When the .dat file is placed in the Data folder of adobe, the label is not getting printed in the printer.
    The file is move to the error folder and an error file is getting generated which contains the error message as given below:
    090826 02:59:02 D:\Program Files\Adobe\Central\Bin\jfmerge: [256]** Message Msg256 not in .ini file **
    090826 02:59:02 D:\Program Files\Adobe\Central\Bin\jfmerge: [210]** Message Msg210 not in .ini file **
    2009/08/26 02:59:02 D:\Program Files\Adobe\Central\Bin\jfserver.exe: [314]Agent exit message: [210]** Message Msg210 not in .ini file **
    The output server is a new installtion and I verified the Jfmerge.ini file. It contains the message details of Msg256 and Msg210.
    I also verified the license and it is a valid licence.
    Kindly help me out in solving this issue.
    Thanks
    Senthil

    I assume this is too late to help you, but other might need a hint.  I had the same problem, and found some possible causes that I posted on http://codeznips.blogspot.com/2010/02/adobe-output-server-message-msg210-not.html.
    It is quite likely that you are missing some double quotes around the path specifying the ini file (-aii), if its installed under "Program Files".
    Hope this helps anyone....
    Vegard

  • Need 2 disable "Checking the Status of the Embedded Security Chip"

    This takes ages. Tried going into the BIOS and setting Client Security to both Disabled and Inactive. I also disabled cssauth in my startup and that didn't work either.
    Solved!
    Go to Solution.

    The most efficient way of stopping this message is to remove "Client Security Solution" from Add/Remove programs in the Control Panel. Going in the BIOS and trying to remove it in safe mode will NOT fix this issue. I know it's painful waiting for it to check that status each time, but this is controlled directly by the CSS software itself.
    Hope this helps.
    Mark
     Do NOT PM me with technical issues. Post in the forum for assistance. Thanks

  • Need help to resolve the issue for DW4

    when i set up my manage site using php and mysql local server environment it give me an erro saying unidentified error has occur. then when i do them manually i get the connection but my table list do not show at all on my db connection listings.
    Any idea how to go about in fixing this issue! i am stuck and cannot develep a web apps that i wanted to develop!

    No, it's YOUR FAULT for not knowing after 25 years into the personal computer age that things sometimes go wrong and computers crash, which is why it is essential to keep backups of anything important. As you did not keep backups obviously you didn't think anything on your phone was important.

  • Need help to resolve the Date time issue(Urgent)

    Hello All,
    I am running simple code as follows, to get the date and time. getting difference in 2 environment. Our both environment of AIX.
    import java.io.PrintStream;
    import java.util.Calendar;
    public class DateTest
    public DateTest()
    public static void main(String args[])
    java.util.Date now = Calendar.getInstance().getTime();
    System.out.println((new StringBuilder("Calendar.getInstance
    ().getTime():")).append(now).toString());
    Problematics environment gives following o/p
    bash-4.0$ java -cp . DateTest
    Calendar.getInstance().getTime():Wed Feb 03 00:59:40 EST 2010
    bash-4.0$ date
    Wed Feb  3 05:59:42 EST 2010
    bash-4.0$
    In another enviornment gives proepr o/p
    bash-4.0$ java -cp . DateTest
    Calendar.getInstance().getTime():Wed Feb 03 05:01:45 GMT-05:00 2010
    bash-4.0$ date
    Wed Feb 3 05:01:48 CST 2010
    can some one help me out in this...............

    What were the results of your investigations based on the pointers you got from [your earlier thread|http://forums.sun.com/thread.jspa?threadID=5423811] ?

  • Need help in resolving the below error - SQL statement to execute cannot be

    Here is my CO as below , which creates a callable statement.
    try {
    OAApplicationModule oaapplicationmodule = pageContext.getApplicationModule(webBean);
    OADBTransactionImpl t = (OADBTransactionImpl)oaapplicationmodule.getOADBTransaction();
    OracleCallableStatement proc = (OracleCallableStatement)t.createCallableStatement(lquery, -1);
    proc.execute();
    t.commit();
    catch(SQLException sqlexception)
    throw OAException.wrapperException(sqlexception);
    After running the page , getting the below error ... ( Please find the below error stack )
    I reffered the developement guide but did not get helpful things.
    Please provide me any clues on the same.
    Regards Raghu
    -- Error Stack ---------------------------------------------------------
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27123: SQL error during call statement preparation. Statement: null
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2637)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: SQL statement to execute cannot be empty or null
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
         at oracle.jdbc.driver.OracleConnection.privatePrepareCall(OracleConnection.java:1138)
         at oracle.jdbc.driver.OracleConnection.prepareCall(OracleConnection.java:1054)
         at oracle.jbo.server.DBTransactionImpl.createCallableStatement(DBTransactionImpl.java:3033)
         at cisco.oracle.apps.xxchr.element.server.webui.XXCHRElementSetSearchCO.processFormRequest(XXCHRElementSetSearchCO.java:343)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    java.sql.SQLException: SQL statement to execute cannot be empty or null
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
         at oracle.jdbc.driver.OracleConnection.privatePrepareCall(OracleConnection.java:1138)
         at oracle.jdbc.driver.OracleConnection.prepareCall(OracleConnection.java:1054)
         at oracle.jbo.server.DBTransactionImpl.createCallableStatement(DBTransactionImpl.java:3033)
         at cisco.oracle.apps.xxchr.element.server.webui.XXCHRElementSetSearchCO.processFormRequest(XXCHRElementSetSearchCO.java:343)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: Raghu on Sep 14, 2010 2:58 AM

    check the code pasted by me again
    Connection conn = pageContext.getApplicationModule(webBean).getOADBTransaction().getJdbcConnection();
    Connection conn = oaapplicationmodule.getOADBTransaction().getJdbcConnection(); //Right oneThanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is rersolved?

    I updated to Firefox 4.0.1 this morning. Norton 5.5 is now disabled and the message states that it is incompatible with 4.0.1. I need the Norton features enabled. Can I go back to 4.0 until this is resolved?

    Please do a Live Update to the Norton product.
    They have provided an important update to Firefox 4.0.1.

  • Need some help disabling/enabling the scrollbar on our website

    Dear Sir/madam,
    I am having some difficulty with our website to disable or hide the scrollbar on our website.
    The thing is that i want to disable/hide the scrollbar when i got a small web page with only one alinea of text.
    And i want to enable the scrollbar when i got more then one alinea of text and my webpage is a lot bigger.
    Can anyone help me out?
    Here is my CSS code file and html file
    HTML:
    <!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>
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Trend installatietechniek BV - Home</title>
    <meta name="Keywords" content="domotica, schakelaar, rookmelder, elektrische apparatuur">
    <meta name="Description" content="Domotica is een verzamelwoord voor het aan elkaar koppelen van verschillende systemen, zoals rookmelder, video-intercom en rookmelder.">
    <meta name="robots" content="index, follow">
    <meta name="revisit-after" content="1 month">
    <meta name="googlebot" content="noodp">
    <meta name="language" content="dutch, nederland, netherlands, nl">
    <meta name="author" content="trenbv.nl, Trend Installatietechniek BV">
    <style type="text/css">
    </style>
    <link href="trendbv2.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    a:visited {
    color: #666666;
    </style>
    <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_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>
    </head>
    <body onload="MM_preloadImages('Beelden/hoofdnavigatieData.png','Beelden/hoofdnavigatieElektrot echniek.png','Beelden/hoofdnavigatieBeveiliging.png','Beelden/hoofdnavigatieTechnischBeh.p ng')">
    <div id="achtergrondmidden"><img src="Beelden/achtergrond.png" alt="achtergrondTrendbv" width="1024" height="751" border="0" /></div>
    <div id="fotogrootmidden"><img src="Beelden/Groot Home.jpg" width="944" height="360" alt="domoticaTrendbv" /></div>
    <div id="balkmidden"></div>
    <div id="logoTrendonder"></div>
    <div class="broodtekst" id="contactgegevens">
    <strong>Trend Installatietechniek BV</strong><br />
        <br />
      Kazemat 33<br />
      3905 NR  Veenendaal
      <p><strong>E:</strong> <a href="[email protected]:[email protected]">[email protected]</a><br />
      <strong>T:</strong> (0318) 51 63 02</p>
    </div>
    <div class="broodtekst" id="subnavigatie"></div>
    <div class="navigatiebovenaan" id="navigatiebovenaan">home       <a href="Tekenwerk.html">tekenwerk</a>       <a href="klanten.html">klanten</a>       <a href="ons bedrijf.html">ons bedrijf</a>      <a href="contact.html"> contact</a></div>
    <div class="broodtekst" id="tekstkolom">
      <p>Trend Installatietechniek is een specialist op het gebied  van elektrotechniek en bestaat sinds 1998. Inmiddels is Trend uitgegroeid tot  een gerenommeerd elektrotechnisch bedrijf met vestigingen in Veenendaal en  Assen.<br />
        <br />
        Trend Installatietechniek heeft sinds jaar en dag een  reputatie op het gebied van aanleg van datanetwerken en elektrotechnische  installaties.<br />
        U verwacht van een elektrotechnisch installateur vakmanschap  en kwaliteit. Naast kwalitatief hoogstaand werk onderscheiden wij ons door een  klantgerichte houding en korte levertijden. <br />
        <br />
        Wij voeren opdrachten uit voor klanten zoals het ZIGGO,  KNAW, de Universiteit van Amsterdam en KPN. Hierbij wordt veel  verwacht van onze monteurs. Daarom werken wij uitsluitend met ervaren, gediplomeerde  elektrotechnische monteurs. <br />
      </p>
    </div>
    <div id="tekstfoto1"><img src="Beelden/beeldhome2.png" alt="fotodomotica1" width="130" height="130" border="0" /></div>
    <div id="tekstfoto2"></div>
    <div id="hoofdnavigatieDomotica"><a href="Wat is domotica.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','Beelden/hoofdnavigatieDomotica.png',1)"><img src="Beelden/hoofdnavigatieDomotica-kort.png" alt="Hoofdnavigatie Domotica" name="Image5" width="583" height="65" border="0" id="Image5" /></a></div>
    <div id="hoofdnavigatieData"><a href="Wat is Data.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','Beelden/hoofdnavigatieData.png',1)"><img src="Beelden/hoofdnavigatieData-kort.png" alt="Hoofdnavigatie Data" name="Image6" width="472" height="65" border="0" id="Image6" /></a></div>
    <div id="hoofdnavigatieElektrotechniek"><a href="Wat is Elektrotechniek.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','Beelden/hoofdnavigatieElektrotechniek.png',1)"><im g src="Beelden/hoofdnavigatieElektrotechniek-kort.png" alt="Hoofdnavigatie Elektrotechniek" name="Image7" width="356" height="65" border="0" id="Image7" /></a></div>
    <div id="hoofdnavigatieBeveiliging"><a href="Beveiliging en camerasystemen.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','Beelden/hoofdnavigatieBeveiliging.png',1)"><img src="Beelden/hoofdnavigatieBeveiliging-kort.png" alt="Hoofdnavigatie Beveiliging" name="Image8" width="245" height="65" border="0" id="Image8" /></a></div>
    <div id="hoofdnavigatieTechnischBeheer"><a href="Technisch beheer.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','Beelden/hoofdnavigatieTechnischBeh.png',1)"><img src="Beelden/hoofdnavigatieTechnischBeh-kort.png" alt="Hoofdnavigatie Technisch Beheer" name="Image9" width="134" height="65" border="0" id="Image9" /></a></div>
    <div id="body"></div>
    <div id="kaderlinks"></div>
    <div id="kaderrechts"></div>
    <div id="hoofdnavigatie"></div>
    <div id="achtergrondvertikaal"></div>
    </body>
    </html>
    CSS file:
    @charset "UTF-8";
    #body {
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0px;
    top: 0px; 
    background-image: url(Beelden/achtergrondbody.png);
    height: 100%;
    background-repeat: repeat-y
    #kaderlinks {
    position: fixed;
    left: 50%;
    top: 0px;
    width: 5px;
    height: 100%;
    z-index: 21;
    background-image: url(Beelden/kader.png);
    background-repeat: repeat-y;
    margin-left: -512px;
    #fotogrootmidden {
    position:absolute;
    left:50%;
    top:52px;
    width:944px;
    height:360px;
    z-index:2;
    margin-left: -472px;
    #achtergrondmidden {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1024px;
    height: 751px;
    z-index: 3;
    margin-left: -512px;
    #balkmidden {
    position: absolute;
    left: 50%;
    top: 378px;
    width: 642px;
    height: 49px;
    z-index: 3;
    margin-left: -130px;
    background-image: url(Beelden/blauwebalk.png);
    background-position: left;
    #achtergrondvertikaal {
    position: absolute;
    left: 50%;
    top: 751px;
    width: 1024px;
    height: 100%;
    z-index: 4;
    margin-left: -512px;
    background-image: url(Beelden/achtergrondonder.png);
    #logoTrendonder {
    position: fixed;
    left: 50%;
    height: 100%;
    z-index: 5;
    background-image: url(Beelden/logotrendonder.png);
    background-repeat: no-repeat;
    margin-left: -439px;
    background-position: bottom;
    width: 179px;
    #contactgegevens {
    position:fixed;
    left:50%;
    width:130px;
    z-index:10;
    margin-left: -410px;
    color: #000;
    vertical-align: bottom;
    top: 100%;
    margin-top: -260px;
    #contactgegevens p strong {
    color: #2B79BE;
    #navigatiebovenaan {
    position:absolute;
    left:50%;
    top:25px;
    width:404px;
    height:23px;
    z-index:12;
    text-align: right;
    margin-left: 50px;
    #navigatiebovenaan a:link {
    color: #999;
    #navigatiebovenaan a:hover {
    color: #2B79BE;
    #hoofdnavigatieDomotica {
    position:absolute;
    left:50%;
    top:58px;
    width:596px;
    height:82px;
    z-index:16;
    margin-left: -118px;
    #hoofdnavigatieData {
    position:absolute;
    left:50%;
    top:58px;
    width:467px;
    height:82px;
    z-index:17;
    margin-left: -3px;
    clip: rect(auto,auto,auto,0px);
    #hoofdnavigatieElektrotechniek {
    position:absolute;
    left:50%;
    top:58px;
    width:363px;
    height:82px;
    z-index:18;
    margin-left: 110px;
    #hoofdnavigatieBeveiliging {
    position:absolute;
    left:50%;
    top:58px;
    width:254px;
    height:82px;
    z-index:19;
    margin-left: 220px;
    #hoofdnavigatieTechnischBeheer {
    position:absolute;
    left:50%;
    top:58px;
    width:139px;
    height:84px;
    z-index:20;
    margin-left: 330px;
    #subnavigatie {
    position: absolute;
    left: 50%;
    top: 393px;
    width: 581px;
    height: 19px;
    z-index: 11;
    margin-left: -103px;
    #tekstkolom {
    position: absolute;
    left: 50%;
    top: 458px;
    width: 400px;
    height: 345px;
    z-index: 13;
    margin-left: 50px;
    text-align: left;
    font-size: 12px;
    #tekstfoto1 {
    position: absolute;
    left: 50%;
    top: 470px;
    width: 150px;
    height: 380px;
    z-index: 14;
    margin-left: -116px;
    #tekstfoto2 {
    position: absolute;
    left: 556px;
    top: 620px;
    width: 130;
    height: 130;
    z-index: 15;
    margin-left: -116px;
    #kaderrechts {
    position: fixed;
    left: 50%;
    top: 0px;
    width: 5px;
    height: 100%;
    z-index: 22;
    background-image: url(Beelden/kader.png);
    background-repeat: repeat-y;
    margin-left: 512px;
    .navigatiebovenaan {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 12px;
    .broodtekst {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    a:link {
    text-decoration: none;
    color: #000;
    a:hover {
    color: #2B79BE;
    text-decoration: none;
    .h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #2B79BE;
    font-size: 17px;
    font-weight: lighter;

    Start by remvoing the code in RED.
    #body {
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-image: url(Beelden/achtergrondbody.png);
    height: 100%;
    background-repeat: repeat-y
    Browser scrollbars appear by default in all pages requiring them.  You don't need to do anything to make them appear.  I don't think you understand Fixed positioning well enough to be using it so much in your CSS.  It has a purpose but probably not what you think.
    See position:fixed sticky text demo.
    http://alt-web.com/DEMOS/CSS2-Sticky-Text.shtml
    Nancy O.

  • HT201436 How can i delete the messages on my phone. I need to disable it to send back to the replacement warranty place. they told me i had to disable the phone. the type of phone i have is a Samsung Galaxy Centura android powered 3.5 touchscreen, android

    How can I delete my voice mail messages on my Samsung Galaxy Centura cause i need to send  it into warranty replacement, and they say I need to disable my phone. The recording just says its full and won't let me listen to any messages. When I call my voicemail it asks me to enter my password, but the keyboard won't come up.
    Is there a way I can call from another phone and get my messages and erase them, before sending the phone off to warranty.I don't want my personal info tampered with.

    If you have a Samsung phone why are you asking in an Apple iPhone forum?

  • When I open Muse, I get a message that a new update is available.  When I hit install it just closes and nothing happens.  Then I got a message  I needed Adobe Creative Cloud App to resolve the issue.  I downloaded a copy of Creative Cloud desktop but it

    When I open Muse, I get a message that a new update is available.  When I hit install it just closes and nothing happens.  Then I got a message  I needed Adobe Creative Cloud App to resolve the issue.  I downloaded a copy of Creative Cloud desktop but it says that my Muse is up to date.  It was last updated in May but you have a new update today and it will not update.  I thought maybe I am not suppose to have the Creative Cloud update because all I have is the individual app Muse and the photography program.  So I uninstalled the CC desktop.  Then when I open Muse it says I need the CC desktop to help with the update.  So I get stopped either way.  Now I also had a Pre-Release Muse on my computer and I don't know if that complicated things.  Please advise.

    All future installs/updates of Muse (and most other Adobe apps) are through the Creative Cloud desktop app. Thus you do need to have it installed.
    Are you on Windows or Mac? What OS version?

  • I need help in resolving a problem that prevents me from accessing the iTunes store.  Message reads " iTunes cannot contact the iTunes store" and also says that my laptop is no longer authorized to access my account.  Help!

    I need help in resolving a problem that prevents me from accessing the iTunes store.  Message reads " iTunes cannot contact the iTunes store" and also says that my laptop is no longer authorized to access my account.  Help!

    Go up to the top of your screen on iTunes and click on 'Store'.  Then go down to 'Authorize This Computer'.  That should cover part of it unless you've already authorized a bunch of other computers to use your account.  If that's the case, you'll have to go to one of those computers and click the button just below it to 'deauthorize your account' from that computer.  If you're not able to access the store, check your internet connection to make sure you are connected.  Hope this helps.. good luck!     

  • The .txt file has formatting issues that need to be resolved

    Transaction ZEHS20 runs a program that assigns a CCL Group to a specification header, based on its Active Ingredients. The transaction can be run in the background if desired with output being emailed to the user.The .txt file has formatting issues that need to be resolved. can u  pls Help me to resolve this issue.
    Thanks

    What is the formatting issue like? Could you please elaborate a bit more.
    If it is because of varying lengths in the data then it can be handled by utilising a CONCATENATE RESPECTING blanks.

  • Need to disable the clearing of browsing history and what is the "about:config" function for it?

    I am working on an Group Policy Administrative template for Wetdog.exe, and it's awesome by the way. Just want to know what function to use (listed in "about:config" url) so i can turn this feature off entirely.
    I don't want my users deleting browsing history, or have any ability to view it either.
    Still, i want the browser to keep at least 30 days of history.
    This is EASILY accomplished in Internet Explorer via GPO, but not so much in Mozilla with wetdog.exe and it's admin templates. I am using Windows Server 2003 enterprise edition R2 on 2 domain controllers, and Windows XP Professional SP3 client workstations with Mozilla 3.6.3 and the latest version of Wetdog.exe and it's admin templates.
    Any help would be much appreciated!!!
    == This happened ==
    Every time Firefox opened
    == My boss decided that we need to keep browsing history locked out of our existing 700+ workstations ==
    == Troubleshooting information ==
    just need to disable the "history" button, the "tools\clear recent history" button, and "tools\options\privacy tab\history"

    It can be annoying, but I think their motivation is good.  They are trying to make things better for their customers and I think they have, even though sometimes it is annoying.  I think it would be nice if they would advise us when the pages are going to be down for maintenance,  In the mean time, you could have another E mail account so you can always get access to your E mail.

  • Need to disable the submit button record wise

    Hello all,
    I have two blocks. Block A and Block B. Block B is a summary block which records will be displayed.
    Block A is a Control block and i have a submit button in it.
    Based on some records in block B i need to disable the submit button .I would be record wise.
    Please guide regarding the trigger use on this
    Regards,
    \Kiran

    Kiran,
    You can write the code in the WHEN-NEW-RECORD-INSTANCE trigger of the block B. it will fire when you navigate to that record.
    Hope this helps.
    Regards,
    Manu.

  • Need to disable privacy browsing in Safari according to yahoo but don't find the option. New to this.

    Need to disable privacy browser in Safari to access mail but don't find it there. New to iPad!

    On the Safari page tap the + sign in the upper right then private in the lower left. You know private is on when the top of the Safari page is dark with white letters.

Maybe you are looking for

  • How do I download my Photosmart D5160 virtual printer to my windows 7

    I have been using my Photosmart D5160 printer in a XP Vertual mode on my Windows 7 computer for about eight years now to print lables on DVDs.  Somthing happened in the last couple of weeks and the virtual printer won't conect to my Windows 7 compute

  • Native package for Mac and relative path

    Hi, I done a small application with Javafx that start an Embedded Jetty. All works fine in Windows also with native package. Instead in Mac it works only before native packaging. Seems that the problem is how relative path are considered. The tree of

  • SAP Modules and Tcodes

    Hi Can anyone help me with the table name in SAP that contains list of modules. I also need a list of  module wise tcodes. Wht are the table names that can help me in this case? Looking forward to hear from you. You can mail me at [email protected] R

  • Executing an Oracle Stored Procedure from Sender JDBC adapter

    I could really use some help from someone who had done this before.  I've read the help about using the JDBC sender adapter, but it's not helping enough. I found this line: "Specify an SQL EXECUTE statement to execute a stored procedure, which contai

  • Database Deferred Primary Key generation

    Does anyone know how to configure 9iAS J2EE/OC4J to defer the creation of the Primary to the Database? For example, I have a table that is mapped to a CMP bean and the primary key is generated by a trigger in the database. I want the bean to use this