Links in template header to not work when page is in different folder

Hello
I have the following problem: In the header of the template, the links of the menu are written absolute not relative, i.e. http://www.nabilvoyage.com/html/tours.html (not ../html/tours.html). This header is embedded in a template. If I use this template for a html page which is not in the same main folder, the links do not work (see:http://www.nabilvoyage.com/swf/gallery1.html). Can someone please help? Thank you very much.
Sarosa
The template code is:
<!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" />
<META NAME="keywords" CONTENT="Morocco, Transportation, Agency, Transport, Travel, Holiday, Tours, Trips, Morocco Festivals, Morocco Maps, Morocco History, Casablanca, Marrakech, Sahara">
<META NAME="description" CONTENT="Specialized Moroccan Transport Agency offers a variety of trips all over Morocco, wepages offers, Prices, Information about Moroccan History, Morocco Map, Morocco Festival Calendar etc.">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Morocco Ouarzazate Travel Agency - desert trips, excursions</title>
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
.bottom_padding {
padding-bottom: 1px;
.table1bodytoppadding {
padding-top: 20px;
body {
background-color: #D4CBB9;
table {
background-position: center;
.table1body {
border: 1px solid #857362;
.headerpicpadding {
padding-top: 3px;
.table2insidebody {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
.celltextpadding {
padding: 15px;
.style2 {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #45392e;
.style3 {color: #45392e}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
#mainnav a:link {
text-decoration: none;
color: #45392e;
#mainnav a:visited {
text-decoration: none;
color: #45392e;
#mainnav a:hover {
text-decoration: none;
color: #45392e;
#mainnav a:active {
text-decoration: none;
color: #45392e;
-->
</style>
<script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<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_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
//-->
</script>
<link rel=”shortcut icon” href=”http://www.nabilvoyage.com/favicon.ico” mce_href=”http://www.nabilvoyage.com/favicon.ico”/>
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body onload="MM_preloadImages('../pictures/about_down.jpg','../pictures/about_over.jpg','../pi ctures/tours_down.jpg','../pictures/tours_over.jpg','../pictures/photo_down.jpg','../pictu res/photo_over.jpg','../pictures/morocco_down.jpg','../pictures/morocco_over.jpg','../pict ures/links_down.jpg','../pictures/links_over.jpg','../pictures/contact_down.jpg','../pictu res/contact_over.jpg','../pictures/home_down.jpg','../pictures/home_over.jpg')">
<table width="878" align="center" cellpadding="0" cellspacing="0" bordercolor="#D4CBB9" class="table1body">
  <tr bgcolor="#D4CBB9">
    <td width="872" height="90"><div align="center"><img src="../pictures/header.jpg" alt="nabil voyage header" width="870" height="90" class="headerpicpadding" /></div></td>
  </tr>
  <tr bgcolor="#D4CBB9">
    <td width="872" height="20"><div align="center">
      <table border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><table width="870" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td><table border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td><a href="http://www.nabilvoyage.com/html/home.html" target="_top" onclick="MM_nbGroup('down','group1','Home','../pictures/home_down.jpg',1)" onmouseover="MM_nbGroup('over','Home','../pictures/home_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/home.jpg" alt="Home button" name="Home" border="0" id="Home" onload="" /></a></td>
                    <td><a href="../../about.html" target="_top" onclick="MM_nbGroup('down','group1','About','../pictures/about_down.jpg',1)" onmouseover="MM_nbGroup('over','About','../pictures/about_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/about.jpg" alt="About button" name="About" border="0" id="About" onload="" /></a></td>
                    <td><a href="http://www.nabilvoyage.com/html/tours.html" target="_top" onclick="MM_nbGroup('down','group1','Tours','../pictures/tours_down.jpg',1)" onmouseover="MM_nbGroup('over','Tours','../pictures/tours_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/tours.jpg" alt="Tours button" name="Tours" border="0" id="Tours" onload="" /></a></td>
                    <td><a href="http://www.nabilvoyage.com/html/galleries.html" target="_top" onclick="MM_nbGroup('down','group1','Photogallery','../pictures/photo_down.jpg',1)" onmouseover="MM_nbGroup('over','Photogallery','../pictures/photo_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/photo.jpg" alt="Photo gallery button" name="Photogallery" border="0" id="Photogallery" onload="" /></a></td>
                    <td><a href="http://www.nabilvoyage.com/html/morocco.html" target="_top" onclick="MM_nbGroup('down','group1','Morocco','../pictures/morocco_down.jpg',1)" onmouseover="MM_nbGroup('over','Morocco','../pictures/morocco_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/morocco.jpg" alt="Morocco button" name="Morocco" border="0" id="Morocco" onload="" /></a></td>
                    <td><a href="http://www.nabilvoyage.com/html/links.html" target="_top" onclick="MM_nbGroup('down','group1','Links','../pictures/links_down.jpg',1)" onmouseover="MM_nbGroup('over','Links','../pictures/links_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/links.jpg" alt="Links button" name="Links" border="0" id="Links" onload="" /></a></td>
                    <td><a href="../html/contact.html" target="_top" onclick="MM_nbGroup('down','group1','Contact','../pictures/contact_down.jpg',1)" onmouseover="MM_nbGroup('over','Contact','../pictures/contact_over.jpg','',1)" onmouseout="MM_nbGroup('out')"><img src="http://www.nabilvoyage.com/pictures/contact.jpg" alt="Contact button" name="Contact" border="0" id="Contact" onload="" /></a></td>
                  </tr>
                </table>              </td>
              </tr>
            </table></td>
          </tr>
      </table>
    </div>      <div align="center"></div>     </td>
  </tr>
  <tr bgcolor="#D4CBB9" class="bottom_padding">
    <td height="280" align="center" bgcolor="#D4CBB9"><!-- TemplateBeginEditable name="body1" -->
    <!-- TemplateEndEditable --></td>
  </tr>
  <tr class="bottom_padding">
    <td height="23"><table width="874" border="0" align="center" class="bottom_padding">
        <tr>
          <td height="20" bgcolor="#c0b2a1"><div align="center" class="bottom_padding"></div></td>
        </tr>
    </table></td>
  </tr>
</table>
<p align="center"> <span class="style2">© Nabil Voyage 2009 - <a href="http://www.photo-emotions-morocco.com" target="_blank">Realisation Photo Emotions S.A.R.L</a></span><br />
</p>
</body>
</html>

Only you will know for sure what you are dealing with, but I do not see the same complete url code in the header of the page you say has a problem.  I only see the page filename linked (not http:///www...,  just home.html).  It may be a case of those pages not using the same template.

Similar Messages

  • Links in pdf doc are not working when viewed in Reader 9, but works with Reader 8

    Hello,
    When I view a pdf document using Reader 8, the links in the document work. However, when another user views the pdf document using Reader 9, the links do not work for them. Any suggestions?

    Are they hyper links or are they spelled out (http://...etc)?
    If they are spelled out, it could be because the person using 9 needs to select "create links from URL" in Preferences>General>Basic Tools.

  • Accesskey used in uix templates not working when page is rendered

    Hi,
    I have a uix template that contains a few links. These links have accesskeys set in them.
    However when rendering a uix page that extends the uix template the accesskeys dont work. Any ideas as to whether this is a vaild way of doing accesskeys?
    Cheers,
    S

    Here it is.
    <?xml version="1.0" encoding="windows-1252"?>
    <!-- Template definition file. Add any needed namespaces,
    and specify the required "targetNamespace" and "localName" attributes -->
    <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    targetNamespace="http://www.company.com/pocpolicytabs"
    localName="POCApplicationTabs"
    expressionLanguage="el">
    <!-- Optional section: import any needed templates
    <templates>
    <templateImport source=""/>
    </templates>
    -->
    <!-- Type section: Define a "base" attribute if needed -->
    <type base="ui:pageLayout">
    <!-- Add any needed named children -->
    <!-- Add any needed attributes -->
    <attribute name="pocSelectedTab" javaType="int"/>
    </type>
    <!-- Content section: define the content of the template -->
    <content>
    <!-- Add UINode content here to make your template valid -->
    <pageLayout quickLinksShown="false">
    <!-- now, the content of the pageLayout -->
    <contents>
    <rootChild name="contents"/>
    </contents>
    <tabs>
    <tabBar selectedIndex="${uix.rootAttr.pocSelectedTab}">
    <contents>
    <link text="Policy Details" name="policydetails" accessKey="P">
    <primaryClientAction>
    <fireAction formSubmitted="true"/>
    </primaryClientAction>
    Cheers,
    S

  • IF CONDITION DOES NOT WORK WHEN PAGE BREAK IS THERE

    Hi,
    In my page I have some text and then I have put if condition and then Page Break (Next) and then some text and closed the if condition. When I run this if condition is simply ignore and it displays the data within if condition I do not know how to avoid.
    <?if: country = 'US'?>
    <?call-template:templateUS?>
    <?end if?>
    <?if: country = 'UK'?>
    <?call-template:templateUk?>
    <?end if?>
    <?template:templateUS?>
    Testing Data if mkt = 'US' (Section Break (Next Page))
    This should only come for US
    <?end if?
    <?template:templateUK?>
    UK Should only come
    <?end if?
    When I run the above template if the country is UK then also This should only come for US gets printerd how can I avoid this.
    Thanks

    Hello,
    Did you get this to work? Pls let me know. I am facing the same issue.
    Thanks,
    Krishna.

  • CLEAR BUTTON IS NOT WORKING WHEN PAGE HAS MUTIPLE SEARCH PANELS

    I created 2 regions on a page with the style Query both with a table.
    If I add information into the first tables' Edit Box and click clear, nothing happens, the information is not cleared. If I click Go, it will perform the query.
    If I add information into the second tables' Edit Box and click clear, the information will be cleared.
    Why doesn't the first clear button clear the information in the Edit Box?
    Is this a known issue?

    When using multiple query regions on same page, you will have to assign unique ids to the standard beans inside the region. Check the dev guide, "Search" section for a list of beans which require such setting.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Help! Javascript not working when object moved from one page to another!

    Hello all:
    I am new to Adobe Livecycle Designer (version 8.0). I have created a 3 page interactive pdf form with numerous objects (text fields, radio buttons, drop-down boxes, etc.), that our business wants to begin using soon.
    I am having difficulty with some of my Javascript not working with a few of my objects on page 2 of the form. Specifically, there is a drop-down box for "Country" on page 2 of my form. When the user selects, for example, "United States" from the list, I have Javascript that is supposed to change the "Currency" drop-down box rawValue to "US Dollars" accordingly (upon the change event).
    I think my Javascript syntax is proper, but I am not certain. Here is my simple Javascript associated with the "Country" drop-down box (Note: rawValue 80 = "United States" and rawValue 105 = "US Dollars"):
    form1.Page1.cmbContactInfoCountry::change: - (JavaScript, client) -
    if (this.rawValue == 80) {     
         cmbCurrency.rawValue = 105;
    This seems pretty straight forward and it WORKS when my "Country" drop-down box is moved to page 1 of the form, but it WILL NOT WORK when I move the "Country" drop-down box back to page 2 of the form (which is where it belongs).
    Does anyone have any suggestions or solutions? I have spent probably 6-8 hours racking my brain trying to figure out why it works when on one page, but it does not work when move to a different page. I am guessing that I may have corrupted something OR that I am not fully addressing the proper name of the object?
    Please help!
    Frustrated and helpless near Chicago!
    Taylor T

    Hi Jono:
    Thank you for your quick reply.I was able to obtain the full name of the cmbCurrency object using the method you taught me. That is brilliant! Great short-cut tool.
    Unfortunately, I am still having issues with getting Javasript for the cmbCountry object to work with the cmbCurrency object. I haved pasted my new Javascript below.
    JavaScript for cmbCountry object:
    //UNITED STATES
    if (this.rawValue == 1) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 1;
    else
    //CANADA
    if (this.rawValue == 2) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 2;
    I have checked the "Specify Item Values" checkbox of the cmbCurrency drop-down object and Value 1 = "US Dollars" and Value 2 = "Canadian Dollars".
    When I select "Canada" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object is changed to "US Dollars" (when it is clearly defined as "Canadian Dollars"). When I select "United States" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object stays blank for uknown reasons. Very strange.
    Since I am not able to further explain in detail on what I am experiencing, I have posted a link to my file below (I just signed up for an account at ShareFile). I would forever be indebted to you if you can help me figure this out!
    https://thomptk.sharefile.com/?cmd=d&id=07ede2fe11db4549

  • Picture hyperlinks not working when published? Please help....

    Some of the hyperlinks to my pictures do not work when I publish to my folder. I´ve tried to empty Safaris cache but it still doesn´t work. Please help me, pretty urgent....

    hi briebrie,
    this is common mistake, see my post in this thread:
    http://discussions.apple.com/message.jspa?messageID=4004970#4004970
    The work around is to leave iWeb default nav bar and header enabled, add your home made nav bar (outside/below of iWeb default nav bar).
    Then turn off iWeb nav bar and header when you are done.

  • Dbx does not work when debugging g++ exes.

    Hi,
    We are just getting started building our application on redhat el5 with sunstudio 12.
    We are compiling and linking our app with gcc 4.1 as we need to be able to link against some 3rd party libraries build on rhel4 that we do not have source for.
    We now can compile and link fine but dbx does not work when it is fed the executable.
    We get the error
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT[
    and dbx freezes.
    Note : This is built with -m32 on a 64bit kernel. Also we have not yet rebuilt all the opensource libs used on gcc 4.1 as we have a large number of them.
    Any ideas ?
    The complete output of running dbx :
    Output from dbx :
    debug /ps_rels/Dev/linux_rhel5/exe/sx
    Reading sx
    Reading ld-linux.so.2
    Reading libz.so.1
    Reading libxerces-c.so.27
    Reading libxalan-c.so.110
    Reading libxalanMsg.so.110
    Reading libsde.so
    Reading libsg.so
    Reading libpe.so
    Reading libsqlite.so.0
    Reading libsqlite3.so.0
    Reading libgeos.so.2
    Reading libpng12.so.0
    Reading libX11.so.6
    Reading libXm.so.4
    Reading libXt.so.6
    Reading libXi.so.6
    Reading libXext.so.6
    Reading libXrender.so.1
    Reading libfreetype.so.6
    Reading libexpat.so.0
    Reading libfontconfig.so.1
    Reading libcairo.so.2
    Reading libglib-2.0.so.0
    Reading libgmodule-2.0.so.0
    Reading libgobject-2.0.so.0
    Reading libgthread-2.0.so.0
    Reading libpango-1.0.so.0
    Reading libpangocairo-1.0.so.0
    Reading libpangoft2-1.0.so.0
    Reading libatk-1.0.so.0
    Reading libgtk-x11-2.0.so.0
    Reading libgdk-x11-2.0.so.0
    Reading libgdk_pixbuf-2.0.so.0
    Reading libtiff.so.3
    Reading librt.so.1
    Reading libwx_gtk2_xrc-2.8.so.0
    Reading libwx_gtk2_qa-2.8.so.0
    Reading libwx_gtk2_html-2.8.so.0
    Reading libwx_gtk2_adv-2.8.so.0
    Reading libwx_gtk2_core-2.8.so.0
    Reading libwx_base_xml-2.8.so.0
    Reading libwx_base_net-2.8.so.0
    Reading libwx_base-2.8.so.0
    Reading libboost_thread-gcc-mt-1_33_1.so.1.33.1
    Reading libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
    Reading libncurses.so.5
    Reading libnsl.so.1
    Reading libdl.so.2
    Reading libACE.so.5.5.1
    Reading libpthread.so.0
    Reading libpam.so.0
    Reading libm.so.6
    Reading libc.so.6
    Reading libstdc++.so.6
    Reading libgcc_s.so.1
    Reading libicuuc.so.34
    Reading libicui18n.so.34
    Reading libstdc++.so.5
    Reading libXau.so.6
    Reading libXdmcp.so.6
    Reading libXmu.so.6
    Reading libXp.so.6
    Reading libXft.so.2
    Reading libjpeg.so.62
    Reading libSM.so.6
    Reading libICE.so.6
    Reading libexpat.so.1
    Reading libXfixes.so.3
    Reading libXrandr.so.2
    Reading libXinerama.so.1
    Reading libXcursor.so.1
    Reading libXxf86vm.so.1
    Reading libaudit.so.0
    Reading libicudata.so.34
    Reading libnss_files.so.2
    Reading libnss_dns.so.2
    Reading libresolv.so.2
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT
    Reading libnss_ldap.so.2
    Reading libcom_err.so.2

    Well, this message is just a warning and should not prevent dbx from working. What exactly happens to dbx? Does it hang? Does it crash? Or it doesn't allow to run the app?
    A side note: this message says that runtime linker debugging interface reported "consistent" event w/o any "add" or "delete" events, which is at least redundant and may indicate a bug. It is possible though that the bug is in dbx as well as in ld-linux.so, but its impossible to tell without live test case.

  • IWeb moves pictures by itself, links do not work when publishing to folder

    When I first started using iWeb i would save the page I was working on and then publish it to a folder so I could look at it in Safari and it used to work fine. Now when I do this the pictures come up and they are pushed up halfway off of the top of the page and you aren't able to scroll down all the way to see the bottom of the background picture that I have. Also, the links to the other pages of the site do not work after publishing it to a folder. If anyone has any advice I would greatly appreciate it!
    17" Powerbook G4   Mac OS X (10.4.6)  

    I uploaded it to a free host for now. here is the link: http://www.zendurl.com/garrett/cgi-bin/www.garrettramquist.com/Welcome.html

  • Links not working when I export to HTML or PDF

    I am a longtime Mac fanatic, but new to using Keynote. I am creating lectures for a class I teach where the computer in the classroom is Windows, so I have to export my Keynotes to another format.
    First I tried exporting to Powerpoint. That was a disaster. Since, I've tried exporting to HTML, exporting to PDF, and print -> Save as PDF (to get a PDF that prints nicely).
    My problem? Hyperlinks within my Keynote work fine when I play the presentation in Keynote. They also work when I export to PDF. However, they do not work when I generate the printable PDF OR when I export to HTML.
    I guess I understand them not working in the printable PDF, but not the HTML. Am I doing something wrong?
    Ideally I would like to export one PDF that I could use up on the projecter (with links working) and that students could view and/or print from their computers.
    Should I really have to have 2 PDF's - one for students who want to view it on screen with working links and one for people that want to print it out?!?!
    TIA for any help/advice!

    Do you have any filters applied to your clips?
    This happened to me before, I accidently had applied a broadcast safe filter to a color matte that was black....
    I figured it out by duplicating my sequence and deleting items from my timeline 1 by 1 until I was able to export a reference movie.
    Anywho, export again, this time with "self contained" movie selected.
    Then try to import to Compressor.

  • Dynamic drill link is not working when i substitute some parameters in Plus

    Hi Gurus,
    Dynamic drill link is not working when i substitute some parameters in Discoverer plus(Tools--->Manage Links--->Edit links--->Parameters options), when i substitute some parameters it working when i click on drill value the link is popping up to go another worksheet.For some parameters link is not popping up. Could you please give any ideas.
    Thanks & Regards
    Vikram

    Hi Vikram
    Oh gosh, me and my big mouth!
    Patch 5381032 has two references to issues with links. You might want to discuss your scenario with Oracle and ask them if this patch would resolve your issue.
    Another solution would be to upgrade to 10.1.2.2 (available as a patch on MetaLink) which has most of the fixes from all of the patches applied. Again I would advise you speak with Oracle Support as they are the only one who can actually confirm whether this particular issue was fixed in this release.
    Are you by any chance seeing zero numbers display as 00 and are you seeing any graying out of icons? If so, then patch 5345595 (sometimes referred to as 5345528) fixes this and is a good patch to apply if you haven't already done so.
    All of these patches require a password which can only be obtained from Oracle by raising a service request to Support and stating the issues that you have.
    Hope this helps
    Regards
    Michael

  • Mouse flickers does not work when try to open link in TB

    in received emails-when click on link- mouse flickers and will not work anymore, anywhere. I have to restart computer for the mouse to work.

    Fixed FINALLY-- TB, options, attachments-- the http was set to TD, used the dropdown menu, clicked on Firefox(default) and the thing was fixed. Why was it set to TB instead of Firefox?

  • "Quit" in ITS Header does not work properly

    Hello,
    we have a self-made ESS Service in use (http://itshost:port/scripts/wgate/zmfa/!). In this service the "Quit" Link in the ESS header does not work.
    When we start e.g. the pz04 transaction on the ITS (http://itshost:port/scripts/wgate/pz04/!) the "Quit" button does work properly, and ends the ITS Session.
    I already tried to set the ~exiturl to a close_window.html file, but still it doesn't work in the self-made service.
    This line is included in the service:
    `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
    I guesss changing the templatelibrarybasis.html won't work, since the pz04 also uses this template, and there it works. We don't want to remove these "Quit" and "Help" links in the header, since they are still being used (due to older Release of R/3, no Portal App).
    It's a standalone ITS 6.20, latest patch, newly installed.
    Anybody have an Idea?
    Thanks.
    Regards,
    Daniel

    Usually the profiler gives higher execution times than is true, since it is using resources itself. Make sure the profiler is started before starting the program (while in edit mode vs run time mode). Wait for the completion of all vis, then stop the profiler.
    Of course, the sub vis may actually execute faster than the profiler can discriminate (eg faster than a microsecond), which happens frequently.
    2006 Ultimate LabVIEW G-eek.

  • Partner function not working when creating PO with ref to PReq

    Partner function is not working when creating a Purchase Order with ref to a Purchase Requistion, Partner functions maintained in the vendor master are VN, OA & PI.
    But OA & PI are not appearing in the PO header partner tab when created with ref to PR.
    however it works when i create the PO directly ( without the PR ref )
    I am using the same material & Plant for both manual PO & PR to PO.
    Any idea what could be wrong .
    I have maintained the settings for schema groups for vendor master & purchasing doc in the partner determination.
    Thanks
    Dkmurthy

    Hi,
    I have also an issue that seems similar to one you are discussing.
    When we use ME59N and create a PO with ref. from a PR (created from a sales order), the message determination works well, it reads the condition set in MN04 (condition records for messages), and creates a message (with output type for EDI , medium: 6, and partner function LS: Logical system). Message is created and idoc is sent.
    When we try with ME21N, ME21 and we create the PO with ref. to the same PR, either by entering manually the PR in the document overview of ME21N or by selecting the PR (without entering the PR number), i.e with date, the message is not created in the PO.
    Company code is assigned to purchase organization, and so is purchase organization to plant.
    Any idea why there is no automatic message determination in the case of the transaction: ME21N
    Note: If I try ME21N, and enter the output type and partner, manually, I receive a warning message
    VN006 (Partner XXXX does not exist for partner function LS). If I accept this warning message, then message is saved- idoc is sent. However I can not overcome the warning message, if it plays any role, because I can not assign partner function LS to the vendor.Then I receive message CZ 327 (Can not use this partner role).
    Any input is wellcome.

  • Linking to a website does not work

    I am new to captivate and am having a problem. On one of my slides, I have a link to a website. I placed a click box over the text and set the action to Open URL or file and specified the URL to open in a new window.
    When I publish the project, the link works when I am in the published PDF file but it does not work when I am in the published SWF or HTM file. Can someone give me some advice on what I may be doing wrong? IF this has been addresssed elsewhere, I am sorry for the duplication. I have searched and could not find anything.
    Thanks in advance.

    Hi there
    "Whitelisting" is a process that is used to identify something as being a "safe" or "trusted" source. I believe what is meant in this context is that you need to add the location to the trusted locations list in the Flash Player as described in the link below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for