Javascript/CSS - creating a site index

I've been asked to create a site index for the intranet.
The idea is that the main sections are show on the first
page, then when clicking on a section the subsections for that
entry will be displayed (i.e. the section will expand to show all
the subsections).
I'm told that it will "require CSS or JavaScript t, using a
hide / show implementation - the CSS will hide & show the
<DIV> tags that will create this affect".
Could anyone help me with this - I am inexperienced with
Javascript and CSS!!
Many thanks!

Hi JaneXYZ. From what you say it sounds like all you need to
do is provide good ol' fashoined DMTL drop down text. Your first
section could be typed into your topic. Add drop down text to
display the second level. You can use the project's .CSS file to
display the text as you like.

Similar Messages

  • Site Index Software--or other solution???

    Greetings,
    We're looking for software to create a site index for us. Our
    site has about 6000 pages.
    Will Dreamweaver do this or is it best to buy a third party
    software and if so what software would you suggest?
    Thanks in Advance,
    Dreamincode

    I have tried a bunch of these sitemap - indexing type
    applications in the past
    week, Site Map Pro, Xtreeme, Xenu Link Sleuth, ad nauseum...
    most were either a
    pain, not very powerful, or just junk; then happened along
    this
    http://www.micro-sys.dk/products/sitemap-generator/.
    Very impressive, although can't vouch for it scanning
    anything like 6000 pages.
    I did have one question for the guy, and he got back to me in
    about 5 hours, so
    I can vouch that there's actually a human being there to
    answer questions. But
    yeah, so far I'm pretty amazed by it.
    Tim
    "dreamincode" <[email protected]> wrote in
    message
    news:eepfln$7n8$[email protected]..
    Greetings,
    We're looking for software to create a site index for us.
    Our site has about
    6000 pages.
    Will Dreamweaver do this or is it best to buy a third party
    software and if so
    what software would you suggest?
    Thanks in Advance,
    Dreamincode

  • Why is my flash content not working on my dreamweaver created html site?

    This is a problem that's happening on my website I'm creating.  I created a quick test website to show you the problem on the fourm.  It's the same problem, and if you can provide the solution to this test website I can apply it to my main website.
    Test website on server:
    test331754952.net23.net
    What I did:
    -launched flash
    -typed "test" and made it spin 360 degrees
    -published swf
    -launched dreamweaver
    -created a site
    -moved swf to site folder
    -saved a html file to the site folder
    -in dreamweaver, went to insert, media, swf, then selected the swf I made
    -it inserted the swf, creating a gray placeholder for it
    -re-saved the html document, at which point dreamweaver created a folder named script and 2 files, an swf, and a javascript file
    Site Directory:
    Scripts Sub-Directory:
    What happens:
    -when I launch the swf on my machine, it plays fine
    -when I open the swf directly on the test website on the server, it plays fine
    -when I open the html with the embended swf on the test website on the server, it shows a gray box, then goes white
    -In dreamweaver, when I go to preview in browser and choose internet explorer, it tells me I don't have new flashplayer(I do: flashplayer 11) 
    Ie also pokes up a box at the bottom that says its not allowing content.  When I click allow content, it creates a gray box
    -In dreamweaver, when I go to preview in borwser and choose google chrome, it tells me flash player has stopped a potentionally unsafe operation.  When I close this dialog box, it gives me a gray box where my swf should be embeded.
    -I've tried changing global flash secuirty setting and it does nothing
    -I've tried visiting the test website on multiple computers in my household to no avail
    -I've tried having friends visit the site on their computer at their house to no avail
    -I did't touch the code on this test website-the code is exactly what dreamweaver generated
    Html Document Code:
    <!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>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="FlashID" title="test">
      <param name="movie" value="test.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="test.swf" width="550" height="400">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>
    Javascript file code(the one dreamweaver made when I inserted swf):
    /*! SWFObject v2.0 <http://code.google.com/p/swfobject/>
    Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
    This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
    var swfobject = function() {
    var UNDEF = "undefined",
      OBJECT = "object",
      SHOCKWAVE_FLASH = "Shockwave Flash",
      SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash",
      FLASH_MIME_TYPE = "application/x-shockwave-flash",
      EXPRESS_INSTALL_ID = "SWFObjectExprInst",
      win = window,
      doc = document,
      nav = navigator,
      domLoadFnArr = [],
      regObjArr = [],
      timer = null,
      storedAltContent = null,
      storedAltContentId = null,
      isDomLoaded = false,
      isExpressInstallActive = false;
    /* Centralized function for browser feature detection
      - Proprietary feature detection (conditional compiling) is used to detect Internet Explorer's features
      - User agent string detection is only used when no alternative is possible
      - Is executed directly for optimal performance
    var ua = function() {
      var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF && typeof doc.appendChild != UNDEF && typeof doc.replaceChild != UNDEF && typeof doc.removeChild != UNDEF && typeof doc.cloneNode != UNDEF,
       playerVersion = [0,0,0],
       d = null;
      if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
       d = nav.plugins[SHOCKWAVE_FLASH].description;
       if (d) {
        d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
        playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10);
        playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10);
        playerVersion[2] = /r/.test(d) ? parseInt(d.replace(/^.*r(.*)$/, "$1"), 10) : 0;
      else if (typeof win.ActiveXObject != UNDEF) {
       var a = null, fp6Crash = false;
       try {
        a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".7");
       catch(e) {
        try {
         a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".6");
         playerVersion = [6,0,21];
         a.AllowScriptAccess = "always";  // Introduced in fp6.0.47
        catch(e) {
         if (playerVersion[0] == 6) {
          fp6Crash = true;
        if (!fp6Crash) {
         try {
          a = new ActiveXObject(SHOCKWAVE_FLASH_AX);
         catch(e) {}
       if (!fp6Crash && a) { // a will return null when ActiveX is disabled
        try {
         d = a.GetVariable("$version");  // Will crash fp6.0.21/23/29
         if (d) {
          d = d.split(" ")[1].split(",");
          playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)];
        catch(e) {}
      var u = nav.userAgent.toLowerCase(),
       p = nav.platform.toLowerCase(),
       webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
       ie = false,
       windows = p ? /win/.test(p) : /win/.test(u),
       mac = p ? /mac/.test(p) : /mac/.test(u);
      /*@cc_on
       ie = true;
       @if (@_win32)
        windows = true;
       @elif (@_mac)
        mac = true;
       @end
      return { w3cdom:w3cdom, pv:playerVersion, webkit:webkit, ie:ie, win:windows, mac:mac };
    /* Cross-browser onDomLoad
      - Based on Dean Edwards' solution: http://dean.edwards.name/weblog/2006/06/again/
      - Will fire an event as soon as the DOM of a page is loaded (supported by Gecko based browsers - like Firefox -, IE, Opera9+, Safari)
    var onDomLoad = function() {
      if (!ua.w3cdom) {
       return;
      addDomLoadEvent(main);
      if (ua.ie && ua.win) {
       try {  // Avoid a possible Operation Aborted error
        doc.write("<scr" + "ipt id=__ie_ondomload defer=true src=//:></scr" + "ipt>"); // String is split into pieces to avoid Norton AV to add code that can cause errors
        var s = getElementById("__ie_ondomload");
        if (s) {
         s.onreadystatechange = function() {
          if (this.readyState == "complete") {
           this.parentNode.removeChild(this);
           callDomLoadFunctions();
       catch(e) {}
      if (ua.webkit && typeof doc.readyState != UNDEF) {
       timer = setInterval(function() { if (/loaded|complete/.test(doc.readyState)) { callDomLoadFunctions(); }}, 10);
      if (typeof doc.addEventListener != UNDEF) {
       doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, null);
      addLoadEvent(callDomLoadFunctions);
    function callDomLoadFunctions() {
      if (isDomLoaded) {
       return;
      if (ua.ie && ua.win) { // Test if we can really add elements to the DOM; we don't want to fire it too early
       var s = createElement("span");
       try { // Avoid a possible Operation Aborted error
        var t = doc.getElementsByTagName("body")[0].appendChild(s);
        t.parentNode.removeChild(t);
       catch (e) {
        return;
      isDomLoaded = true;
      if (timer) {
       clearInterval(timer);
       timer = null;
      var dl = domLoadFnArr.length;
      for (var i = 0; i < dl; i++) {
       domLoadFnArr[i]();
    function addDomLoadEvent(fn) {
      if (isDomLoaded) {
       fn();
      else {
       domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+
    /* Cross-browser onload
      - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
      - Will fire an event as soon as a web page including all of its assets are loaded
    function addLoadEvent(fn) {
      if (typeof win.addEventListener != UNDEF) {
       win.addEventListener("load", fn, false);
      else if (typeof doc.addEventListener != UNDEF) {
       doc.addEventListener("load", fn, false);
      else if (typeof win.attachEvent != UNDEF) {
       win.attachEvent("onload", fn);
      else if (typeof win.onload == "function") {
       var fnOld = win.onload;
       win.onload = function() {
        fnOld();
        fn();
      else {
       win.onload = fn;
    /* Main function
      - Will preferably execute onDomLoad, otherwise onload (as a fallback)
    function main() { // Static publishing only
      var rl = regObjArr.length;
      for (var i = 0; i < rl; i++) { // For each registered object element
       var id = regObjArr[i].id;
       if (ua.pv[0] > 0) {
        var obj = getElementById(id);
        if (obj) {
         regObjArr[i].width = obj.getAttribute("width") ? obj.getAttribute("width") : "0";
         regObjArr[i].height = obj.getAttribute("height") ? obj.getAttribute("height") : "0";
         if (hasPlayerVersion(regObjArr[i].swfVersion)) { // Flash plug-in version >= Flash content version: Houston, we have a match!
          if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements
           fixParams(obj);
          setVisibility(id, true);
         else if (regObjArr[i].expressInstall && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { // Show the Adobe Express Install dialog if set by the web page author and if supported (fp6.0.65+ on Win/Mac OS only)
          showExpressInstall(regObjArr[i]);
         else { // Flash plug-in and Flash content version mismatch: display alternative content instead of Flash content
          displayAltContent(obj);
       else {  // If no fp is installed, we let the object element do its job (show alternative content)
        setVisibility(id, true);
    /* Fix nested param elements, which are ignored by older webkit engines
      - This includes Safari up to and including version 1.2.2 on Mac OS 10.3
      - Fall back to the proprietary embed element
    function fixParams(obj) {
      var nestedObj = obj.getElementsByTagName(OBJECT)[0];
      if (nestedObj) {
       var e = createElement("embed"), a = nestedObj.attributes;
       if (a) {
        var al = a.length;
        for (var i = 0; i < al; i++) {
         if (a[i].nodeName.toLowerCase() == "data") {
          e.setAttribute("src", a[i].nodeValue);
         else {
          e.setAttribute(a[i].nodeName, a[i].nodeValue);
       var c = nestedObj.childNodes;
       if (c) {
        var cl = c.length;
        for (var j = 0; j < cl; j++) {
         if (c[j].nodeType == 1 && c[j].nodeName.toLowerCase() == "param") {
          e.setAttribute(c[j].getAttribute("name"), c[j].getAttribute("value"));
       obj.parentNode.replaceChild(e, obj);
    /* Fix hanging audio/video threads and force open sockets and NetConnections to disconnect
      - Occurs when unloading a web page in IE using fp8+ and innerHTML/outerHTML
      - Dynamic publishing only
    function fixObjectLeaks(id) {
      if (ua.ie && ua.win && hasPlayerVersion("8.0.0")) {
       win.attachEvent("onunload", function () {
        var obj = getElementById(id);
        if (obj) {
         for (var i in obj) {
          if (typeof obj[i] == "function") {
           obj[i] = function() {};
         obj.parentNode.removeChild(obj);
    /* Show the Adobe Express Install dialog
      - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
    function showExpressInstall(regObj) {
      isExpressInstallActive = true;
      var obj = getElementById(regObj.id);
      if (obj) {
       if (regObj.altContentId) {
        var ac = getElementById(regObj.altContentId);
        if (ac) {
         storedAltContent = ac;
         storedAltContentId = regObj.altContentId;
       else {
        storedAltContent = abstractAltContent(obj);
       if (!(/%$/.test(regObj.width)) && parseInt(regObj.width, 10) < 310) {
        regObj.width = "310";
       if (!(/%$/.test(regObj.height)) && parseInt(regObj.height, 10) < 137) {
        regObj.height = "137";
       doc.title = doc.title.slice(0, 47) + " - Flash Player Installation";
       var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn",
        dt = doc.title,
        fv = "MMredirectURL=" + win.location + "&MMplayerType=" + pt + "&MMdoctitle=" + dt,
        replaceId = regObj.id;
       // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
       // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
       if (ua.ie && ua.win && obj.readyState != 4) {
        var newObj = createElement("div");
        replaceId += "SWFObjectNew";
        newObj.setAttribute("id", replaceId);
        obj.parentNode.insertBefore(newObj, obj); // Insert placeholder div that will be replaced by the object element that loads expressinstall.swf
        obj.style.display = "none";
        win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
       createSWF({ data:regObj.expressInstall, id:EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height }, { flashvars:fv }, replaceId);
    /* Functions to abstract and display alternative content
    function displayAltContent(obj) {
      if (ua.ie && ua.win && obj.readyState != 4) {
       // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
       // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
       var el = createElement("div");
       obj.parentNode.insertBefore(el, obj); // Insert placeholder div that will be replaced by the alternative content
       el.parentNode.replaceChild(abstractAltContent(obj), el);
       obj.style.display = "none";
       win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
      else {
       obj.parentNode.replaceChild(abstractAltContent(obj), obj);
    function abstractAltContent(obj) {
      var ac = createElement("div");
      if (ua.win && ua.ie) {
       ac.innerHTML = obj.innerHTML;
      else {
       var nestedObj = obj.getElementsByTagName(OBJECT)[0];
       if (nestedObj) {
        var c = nestedObj.childNodes;
        if (c) {
         var cl = c.length;
         for (var i = 0; i < cl; i++) {
          if (!(c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param") && !(c[i].nodeType == 8)) {
           ac.appendChild(c[i].cloneNode(true));
      return ac;
    /* Cross-browser dynamic SWF creation
    function createSWF(attObj, parObj, id) {
      var r, el = getElementById(id);
      if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content
       attObj.id = id;
      if (ua.ie && ua.win) { // IE, the object element and W3C DOM methods do not combine: fall back to outerHTML
       var att = "";
       for (var i in attObj) {
        if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries, like Object.prototype.toJSONString = function() {}
         if (i == "data") {
          parObj.movie = attObj[i];
         else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          att += ' class=" + attObj[i] + "';
         else if (i != "classid") {
          att += ' ' + i + '="' + attObj[i] + '"';
       var par = "";
       for (var j in parObj) {
        if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries
         par += '<param name="' + j + '" value="' + parObj[j] + '" />';
       el.outerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + att + '>' + par + '</object>';
       fixObjectLeaks(attObj.id); // This bug affects dynamic publishing only
       r = getElementById(attObj.id);
      else if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements: fall back to the proprietary embed element
       var e = createElement("embed");
       e.setAttribute("type", FLASH_MIME_TYPE);
       for (var k in attObj) {
        if (attObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries
         if (k == "data") {
          e.setAttribute("src", attObj[k]);
         else if (k.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          e.setAttribute("class", attObj[k]);
         else if (k != "classid") { // Filter out IE specific attribute
          e.setAttribute(k, attObj[k]);
       for (var l in parObj) {
        if (parObj[l] != Object.prototype[l]) { // Filter out prototype additions from other potential libraries
         if (l != "movie") { // Filter out IE specific param element
          e.setAttribute(l, parObj[l]);
       el.parentNode.replaceChild(e, el);
       r = e;
      else { // Well-behaving browsers
       var o = createElement(OBJECT);
       o.setAttribute("type", FLASH_MIME_TYPE);
       for (var m in attObj) {
        if (attObj[m] != Object.prototype[m]) { // Filter out prototype additions from other potential libraries
         if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          o.setAttribute("class", attObj[m]);
         else if (m != "classid") { // Filter out IE specific attribute
          o.setAttribute(m, attObj[m]);
       for (var n in parObj) {
        if (parObj[n] != Object.prototype[n] && n != "movie") { // Filter out prototype additions from other potential libraries and IE specific param element
         createObjParam(o, n, parObj[n]);
       el.parentNode.replaceChild(o, el);
       r = o;
      return r;
    function createObjParam(el, pName, pValue) {
      var p = createElement("param");
      p.setAttribute("name", pName);
      p.setAttribute("value", pValue);
      el.appendChild(p);
    function getElementById(id) {
      return doc.getElementById(id);
    function createElement(el) {
      return doc.createElement(el);
    function hasPlayerVersion(rv) {
      var pv = ua.pv, v = rv.split(".");
      v[0] = parseInt(v[0], 10);
      v[1] = parseInt(v[1], 10);
      v[2] = parseInt(v[2], 10);
      return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false;
    /* Cross-browser dynamic CSS creation
      - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
    function createCSS(sel, decl) {
      if (ua.ie && ua.mac) {
       return;
      var h = doc.getElementsByTagName("head")[0], s = createElement("style");
      s.setAttribute("type", "text/css");
      s.setAttribute("media", "screen");
      if (!(ua.ie && ua.win) && typeof doc.createTextNode != UNDEF) {
       s.appendChild(doc.createTextNode(sel + " {" + decl + "}"));
      h.appendChild(s);
      if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) {
       var ls = doc.styleSheets[doc.styleSheets.length - 1];
       if (typeof ls.addRule == OBJECT) {
        ls.addRule(sel, decl);
    function setVisibility(id, isVisible) {
      var v = isVisible ? "inherit" : "hidden";
      if (isDomLoaded) {
       getElementById(id).style.visibility = v;
      else {
       createCSS("#" + id, "visibility:" + v);
    function getTargetVersion(obj) {
         if (!obj)
             return 0;
      var c = obj.childNodes;
      var cl = c.length;
      for (var i = 0; i < cl; i++) {
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
           c = c[i].childNodes;
           cl = c.length;
           i = 0;
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "swfversion") {
          return c[i].getAttribute("value");
      return 0;
    function getExpressInstall(obj) {
         if (!obj)
             return "";
      var c = obj.childNodes;
      var cl = c.length;
      for (var i = 0; i < cl; i++) {
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
           c = c[i].childNodes;
           cl = c.length;
           i = 0;
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "expressinstall") {
           return c[i].getAttribute("value");
      return "";
    return {
      /* Public API
       - Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
      registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr) {
       if (!ua.w3cdom || !objectIdStr) {
        return;
       var obj = document.getElementById(objectIdStr);
       var xi = getExpressInstall(obj);
       var regObj = {};
       regObj.id = objectIdStr;
       regObj.swfVersion = swfVersionStr ? swfVersionStr : getTargetVersion(obj);
       regObj.expressInstall = xiSwfUrlStr ? xiSwfUrlStr : ((xi != "") ? xi : false);
       regObjArr[regObjArr.length] = regObj;
       setVisibility(objectIdStr, false);
      getObjectById: function(objectIdStr) {
       var r = null;
       if (ua.w3cdom && isDomLoaded) {
        var o = getElementById(objectIdStr);
        if (o) {
         var n = o.getElementsByTagName(OBJECT)[0];
         if (!n || (n && typeof o.SetVariable != UNDEF)) {
             r = o;
         else if (typeof n.SetVariable != UNDEF) {
          r = n;
       return r;
      embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {
       if (!ua.w3cdom || !swfUrlStr || !replaceElemIdStr || !widthStr || !heightStr || !swfVersionStr) {
        return;
       widthStr += ""; // Auto-convert to string to make it idiot proof
       heightStr += "";
       if (hasPlayerVersion(swfVersionStr)) {
        setVisibility(replaceElemIdStr, false);
        var att = (typeof attObj == OBJECT) ? attObj : {};
        att.data = swfUrlStr;
        att.width = widthStr;
        att.height = heightStr;
        var par = (typeof parObj == OBJECT) ? parObj : {};
        if (typeof flashvarsObj == OBJECT) {
         for (var i in flashvarsObj) {
          if (flashvarsObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries
           if (typeof par.flashvars != UNDEF) {
            par.flashvars += "&" + i + "=" + flashvarsObj[i];
           else {
            par.flashvars = i + "=" + flashvarsObj[i];
        addDomLoadEvent(function() {
         createSWF(att, par, replaceElemIdStr);
         if (att.id == replaceElemIdStr) {
          setVisibility(replaceElemIdStr, true);
       else if (xiSwfUrlStr && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) {
        setVisibility(replaceElemIdStr, false);
        addDomLoadEvent(function() {
         var regObj = {};
         regObj.id = regObj.altContentId = replaceElemIdStr;
         regObj.width = widthStr;
         regObj.height = heightStr;
         regObj.expressInstall = xiSwfUrlStr;
         showExpressInstall(regObj);
      getFlashPlayerVersion: function() {
       return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] };
      hasFlashPlayerVersion:hasPlayerVersion,
      createSWF: function(attObj, parObj, replaceElemIdStr) {
       if (ua.w3cdom && isDomLoaded) {
        return createSWF(attObj, parObj, replaceElemIdStr);
       else {
        return undefined;
      createCSS: function(sel, decl) {
       if (ua.w3cdom) {
        createCSS(sel, decl);
      addDomLoadEvent:addDomLoadEvent,
      addLoadEvent:addLoadEvent,
      getQueryParamValue: function(param) {
       var q = doc.location.search || doc.location.hash;
       if (param == null) {
        return q;
        if(q) {
        var pairs = q.substring(1).split("&");
        for (var i = 0; i < pairs.length; i++) {
         if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) {
          return pairs[i].substring((pairs[i].indexOf("=") + 1));
       return "";
      // For internal usage only
      expressInstallCallback: function() {
       if (isExpressInstallActive && storedAltContent) {
        var obj = getElementById(EXPRESS_INSTALL_ID);
        if (obj) {
         obj.parentNode.replaceChild(storedAltContent, obj);
         if (storedAltContentId) {
          setVisibility(storedAltContentId, true);
          if (ua.ie && ua.win) {
           storedAltContent.style.display = "block";
         storedAltContent = null;
         storedAltContentId = null;
         isExpressInstallActive = false;
    Can someone please help!  I've looked and tried prety much everything.  If you can provide a solution I would GREATLY apreciate it!

    There is no Flash player version 15... as in your code:
    <param name="swfversion" value="15.0.0.0" />
    For some reason Adobe thought it would be a good idea to target a Flash player version (15) as default.....which may be out a couple years in the future. Go figure!!!
    If you don't like player version 9, change to 10 or 11.... just not 15 (yet).
    Best wishes,
    Adninjastrator

  • Creating a site for mobile devices

    Good morning,
    I have a number of questions relating to the creation of a
    site for mobile devices. My client has given me the assignment to
    re-design his current website, and to also create a sub-site
    suitable for mobiles. I have spent a number of hours looking around
    on the Internet and trying to gain a better understanding of these
    issues. Still, a number of questions remain. if you can give me any
    additional understanding, that would be great.
    Question 1:
    Is my understanding correct: I basically need to create two
    sites, one for the wide-screen browser, and one for the mobile
    browser? I can direct visitors to the mobile site using a CSS or
    javascript link - if their browser identifies them as a mobile
    browser?
    Question 2
    Mobile devices come in all sorts of shapes and sizes and
    versions. PDA\s and iPhone's have different screensizes and
    resolutions that smart--phones, which in turn are different again
    from older and simpler phones. Should I design a site for a number
    of different types of phones? That would a huge amount of work...
    Question 3
    I also own Device Central, an App which I should think is
    very useful in this situation. But I fail to understand it! OK, so
    I can see what my photo or website or flash file looks like on my
    Nokia N73 - but I am not designing specifically for that phone. I
    also want my design to look good on all the other phones! My client
    needs a website that is not tailored to one phone, but to all
    phones.
    Question 4
    And why does Device Central not have profiles for the iPhone?
    I would think it is popular enough to warrant its own profile... (I
    post this from the Netherlands, where the iPhone is not carried
    yet, and so I have only ever held one in my hand). Is this because
    the iphone can see regular sites just fine?
    Question 5
    How does Dreamweaver help me build a mobile site?
    Question 6
    My client wants to show video on his website. In fact, that's
    what this website is all about: showing sports-videos from high
    profile sporting events. Which video-formats are most suitable?
    Question 7
    Do all mobile phones support flash? Or only a few? Or none?
    It seems to me that a flash website would allow for more creativity
    in the design.
    Thanks for any help you can give. Any resources you could
    point me to are also very welcome...
    Sincerely,
    Rogier Bos
    Rotterdam, The Netherlands

    Macnimation wrote:
    > Hi,
    >
    > I'm experimenting with creating a small site off a
    standard site, for mobile
    > phone/devices.
    >
    > Basically, I want to load a basic list page, which has
    links to pages that
    > will display and run flash movies.
    >
    > The flash movies, in FLV format are already at 640 x 480
    which run fine in the
    > main site.
    >
    > Is it simply to resize the movies to fit the mobile
    content size , or will
    > they "auto" resize?
    >
    > Do I have to chnage the webserver configuration in
    anyway, its a standard IIS
    > site at the moment, but MySQL with apache is also an
    option.
    >
    > Would standard html do or would the pages have to be
    done using xhtml or wml?
    >
    > I would like if possible to get this infomration first
    before starting it, so
    > I can possibly reduce delays.
    >
    > Any help or pointers to tutorials would be grateful
    >
    I'd like to check out the PDA scene some day soon, too. In
    the meantime,
    there's a recent discussion of this topic here:
    http://www.sitepoint.com/forums/showthread.php?p=3288343#post3288343
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

  • Is there a way to create a site map of all RoboHelp topics in a published project?

    My company uses an external search of our published RoboHelp options (as well as the internal; the external search covers all projects instead of a single one). We're looking to change search programs, but according to our web developer a lot of searches have issues finding the topics inside the published projects because of the way it links to topics using Javascript.
    I think I know the answer to this question, considering it hasn't come up in any of my searches, but in case I need a second cup of coffee -- is there a site map or listing of links within a RoboHelp project that includes all the topics? Alternately, does anyone know of a service or program that can easily create a site map from a RH project? For reference, we're using RoboHelp 9.
    Thanks!

    Look in Tools > Reports.
    Some can be saved as files. Others you can copy and paste into a text file.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I have created a site with iWeb. I have replaced the iWeb Nav bar with a vertical one I made myself. Problem is, my top button disables itself if it overlaps into the "hidden" nav bar area. I can cmd click and drag it into this area, but then all the rest

    I have created a site with iWeb. I have replaced the iWeb Nav bar with a vertical one I made myself. Problem is, my top button disables itself (and the animation doesn't work) if it overlaps into the "hidden" nav bar area (indicated by a blue rectangle). I can cmd click and drag it into this area, but then all the rest of my site is pushed down the page. Don't know what to do about this. I don't know how to bring the rest of the page up without dragging it also into the designated nav bar area. Also, by doing this, is it affecting my site in ant way? see my site here at www.steveburrowsimages.com
    The home page is with it all draged into the nav bar area and the about page is with is outside the nav bar area (notice that the top button does not animate or work as a button.
    Getting confused here. Anyone got any ideas?

    Well, you made a good start with SEO by getting rid of the iWeb default navigation since it doesn't help the spiders and, out there in the real world, there are more people than you would think with javascript turned off in their browsers.
    One of the downsides of iWeb is that it doesn't allow for the alt attribute in the img tag. Its well worth adding these to give you extra keywords even if you have captioned all your images. Use iWeb SEO Tool for this...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Tags.html
    iWeb, just like most drag and drop software, creates a huge amount of code which causes the pages to load slowly in the browser. Running you files through an optimizer will help to reduce this problem and further reduce the size of image files even beyond the initial optimization you do before loading them into iWeb...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Optimize.html

  • Adobe DPS HTML/Javascript/CSS Web Console: why it is so difficult?

    Why?
    This is the type of question that i can not understand. Is it that difficult to make? Maybe an airpor to Google Chrome Adobe Edge Inspect? I have many files well written with CoffeeScript, that uses RequireJS, that is impossibile to forget a semicolon etc. that works like a charm on Google Chrome (desktop, AND Chrome iPad, AND Chrome Android). That works like a charm in the native iPad/iPhone web browser and in the native Android browser. But it didnt in Adobe DPS. And guess what: i cant find why it doesnt, because Adobe doesnt have a simple Web Console inside DPS / InDesign.
    Is there any news on this field? Because using Adobe Edge Inspect is not a option: my code works inside EI because im browsing the page with my desktop browser. I want to know what is going on inside DPS.
    And my code it is not "soooo" advanced. It is just a simple button with "on touchstart" event listener. Am i doing some stupid error? Fine! Just help me find out what it is, so i can fix it. Because in every single browser i tried, it works. But inside DPS. A sample code? Sure, here you go:
    [Javascript Code]
    Main.prototype.clicks = function() {
            var _this = this;
            $('#btnA').on('touchstart', function(evt) {
              evt.preventDefault();
              _this.buy('productA');
              return false;
            $('#btnB').on('touchstart', function() {
              return _this.buy('productB');
            return $('#clear_data').on('touchstart', function() {
              return _this.clearData();
    [/Javascript Code]
    The Javascript above is being generated by Node.JS compiling a CoffeeScript file. The buttons do work at DPS for iPad, but doesnt on Android. Maybe Android has a problem with 'touchstart'. Maybe jQuery has a problem inside Adobe DPS. But who knows? I dont have a decent web console inspector to check what is going on. Really frustrating.
    Maybe Apple and Google dont give the neccessary hooks to implement the web console? But if you can do the Inspector from the desktop to the device, why not from the device to the desktop? Am i missing something on Edge Inspect? The strange part is: the above code works well on Edge Inspect but doesnt work on Android DPS.
    Sorry if im a little angry or pissed. But this would be really great: a simple web inspector: HTML, Javascript, CSS. A way to inspect the <head> tag of the HTML, what was loaded, in what order. What script is missing, Javascript breakpoints, etc.
    Thank you.

    There is this one little widget called Safari Web Inspector, provided that you're using a Mac: https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safa ri_Developer_Guide/Introduction/Introduction.html.
    Besides, referring to http://helpx.adobe.com/digital-publishing-suite/kb/create-html-articles-android-viewers.ht ml, you can give window.onappear a try when you are doing JS initialization.

  • Stats up after creating iWeb site

    I'm in the process of creating a site on my host server (not .mac account). I have a lot of video on my site and pretty much keep track of the hits and kb activity on my host server. After I created my first basic set of pages I've noticed a huge jump in the number of hits to the site. It's not changing the amount of download activity to the site and I can see that all the hits are coming in at the entry page. Has anyone noticed or know why this would happen? Are there crawlers and bots out there that go out looking for pages that have "Welcome" in the url?
    Very strange.
    Shannon

    I opened by IWeb
    folder to where my site is published and I found
    that each page folder has two Dreamweaver files in
    it. They are .css and .js files.
    What makes you think these are "Dreamweaver" files rather than files produced by iWeb? The icon? If so, that has no significance for anything, just ignore it.

  • Help w/ JSF vs. JavaScript+CSS+DHTML debate

    Hello,
    I need to quickly obtain some facts to help guide the direction of a new project.
    The entrenchment here seems to lean toward JavaScript, CSS, and DHTML to provide client-side validation and presentation enhancements. Personally, I am more receptive to JSF but I am in unfamiliar territory when it comes to web technologies.
    I need to know how JSF compares with using JavaScript, CSS, and DHTML. Does JSF alleviate the need for these technologies? I have a lot of information on why JSP Model2 is better on the server-side but I am really needing some data on the client-side presentation aspects (validation, sexy widgets, etc).
    Thanks in advance for anything anyone would like to share.

    Thanks erikbuchez. So would it be correct to say that
    the JSF HTML (or is it HTTP) components are
    implemented with JavaScript/CSS/xHTML? In a way, yes. JSF defines a set of Standard User Interface Components, a Standard HTML RenderKit for those components, and a Standard HTML RenderKit Tag Library. The components, RenderKit and tag library are implemented in Java and run on the server, but together they end up generating HTML/CSS/JavaScript interpreted by your Web browser.
    As a follow up, I assume one can override/extend the
    existing components or create new ones as needed by
    extending some appropriate base class?Yes, you can derive from existing components and renderers or create your own (in Java).
    If I'm getting the idea here, you use the expression language in
    your JSPs and make use of the template library to get the nitty
    gritty stream back to the browser?Not sure what you mean here, but if you mean that you write JSP pages using JSF tag libraries and let JSF generate the HTML/CSS/JavaScript back to the client, you are right.
    -Erik

  • Can I still create new sites in iweb and publish them to mobile me?

    Can I still create new sites in iweb and publish them to mobile me? Also Can the sites not contain movies or photos, or just not a full gallery?

    You can have as many sites and domain names on a single MMe account. However, only one site can use the CNAME domain name forwarding while the others must use URL forwarding.
    Multiple Sites with Domain Name(s) in a Single MobileMe Account
    Here's how to have multiple sites in a single MMe account with one or more sites having a domain name.
    A. All sites are in the same Domain.sites2 files
    1 - only one site can use the CNAME method of domain name forwarding and it must the top site in the left hand pane of iWeb.
    Click to view full size
    2 - the other sites must use URL domain name forwarding which directs the domain name to the site's full MMe URL, http://web.me.com/MMeUsername/SiteName, or, if there is no domain name, just MobileMe's full URL.
    B. Each site is in its own Domain.sites2 file.
    Again, only one site can use CNAME forwarding. This presents a problem since CNAME forwarding directs the domain name to the basic MMe account URL: http://web.me.com/MMe_Username/ which uses an index.html file in the root folder of the account, iDisk/Web/Sites. Each time a new site is published or an existing site uses the File->Publish Entire Site a new index.html file is created in that root directory, iDisk/Web/Sites folder, directing the browser to that particular site. This file is what the CNAME method uses to find the site it represents.
    Therefore some steps must be taken to assure that the index.html file in the MMe Accounts root directory always points to the correct site. This can be accomplished is three ways.
    1 - don't use the CNAME method. Just use URL forwarding . This, IMO, is the simplest method as it doesn't requre any additional effort on the user once the domain name has been set up.
    2 - use the following method suggested by Wyodor in this topic: Is it possible to have multiple sites when using ur Domain name?
    In iWeb domainfile 1:
    Create a dummy site : _dummy
    with a blank page.
    Create your working site : Whatever
    Add pages
    Publish both Sites to the same same location on the same server.
    Your _dummy site is now the default Site.
    Check.
    In iWeb domainfile 2:
    Create/Use your CurrentSite.
    Move a page to the top of the Site and back. Publish the Site.
    iWeb will create a new index.html file in the root of the server and from now on CurrentSite is the default site.
    Check.
    From now on, never move your Whatever Site to the top of the list in the iWeb sidebar and never change the page in the _dummy site.
    Simply do not touch your _dummy ever again. And never forget that.
    3 - use Ethmoid's suggested method in Using two sites - setting one up with separate domain? or republishing the entire site that uses CNAME forwarding. Just making a minor change and publishing the site changes does not create a new index.html file.
    The entire site must be republsihing in order to get that new site.
    Or keep a copy of the CNAME site's index.html file on your Mac and replace it manually in the iDisk/Web/Sites fodler when necessary.
    NOTE: the CNAME method provides a shorter URL: http://www.DomainName.com/Site_Name/PageName. CNAME does not have masking.
    The URL forwarding displays the full MMe URL:
    http://web.me.com/MMeUsername/Domain_Name/PageName.
    With domain name masking that will be shortened to:
    http://www.Domain_Name.com for every page of your site.
    However, visitors will only be able to bookmark and enter at the first page of the site. If a page is refreshed the visitor is taken back to the first page. Also search engines will only be able to index the first page of the site.

  • When trying to create a site, I am unable to save the site.

    Dreamweaver tells me "WARNING: the Spry assets folder is not inside the site. Please select a valid folder in the local site root." Help! I am unable to create any site.

    Also, when will the next version of GoLive (the real pro version, not the watered down entry level version Adobe now offers) be ready? It is was so vastly superior to DW.
    In case you've been living on a distant planet, GoLive is no more.  Adobe discontinued it in April, 2008.  The code it generated was horrible and didn't meet W3C modern web standards.
    They tell you to locate your site before you create it.
    The first step in creating a site is to DEFINE a local site folder in DW.  Without this critical first step, DW cannot manage your pages, links, CSS files, and other assets for you.
    Go to Site > Manage Sites > NEW and tell DW where on your hard drive you want to keep your local site folder.
    See "Creating your first web site in DW CS5":
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Updating Templates w/o creating new site.

    Hello everyone, My names Mike and it seems I am the latest
    n00b to this forum board but have come here many times to search
    for information.
    I have something to ask you guys that I haven't found any
    useful information for as of yet. I am currently using DW MX2004
    v7.0. I have to update about... 300+ sites copyright dates from
    200x to 2006. (it's a slow week here haha) Here is my question, I
    tried updating the templates for these sites by just opening there
    template page by browsing through windows then opening the .dwt
    file(s) for the site and/or the .ascx files for aspx sites...
    (which do update). The .dwt files do NOT update due to not
    opening/creating a new site directory in dreamweaver. I have looked
    around for several different ways to possibly get around this but
    have not found a way to do it.
    If someone has a way to update these templates without
    creating a new site for every page it would save me a great deal of
    time...
    Thanks in advance!
    Mike

    We are using javascript for any new sites that are coming in
    to avoid this in the future. most of the sites I am updating now
    are several years old. All high priority sites such as the maryland
    zoo.org and so forth have been changed over.
    We are starting to get a lot of redesigns coming in too from
    some of these 3 to 4 year old sites.
    This field is crazy. I have been doing this job for over 1/2
    year now and have gotten fulltime status. No matter how much I
    learn I just see how much more I don't know about things... great
    industry to be in though I love it.
    Thanks for your help. I will have to spend some time at home
    and go through some of the post on here to get better aquainted
    with everything.
    Later!
    Mike

  • To change the access URL of website created by Site Studio

    Hi all,
    An user created web site with Site Studio, the following is
    the access URL.
    http://<server>:<port>/MyProject/index.html
    But the user wants to use the following as access URL.
    http://<server>:<port>/path1/path2/MyProject/index.html
    Because the user will use the reverse proxy.
    The reverse proxy needs "/path1/path2" in URL to redirect
    to each server.
    Can the user change the URL ?
    If can, please tell me how to do it.
    Thanks.

    Carlo,
    The fact that this question has been left unanswered for over 2 months seems a little negligent on the part of Apple Support.
    This Forum is unfortunately not Apple Support. According to Apple:
    What is Apple Discussions and how can it help me? 
"Apple Discussions is a user-to-user support forum where experts and other Apple product users get together to discuss Apple products. You'll find a wealth of information about your favorite Apple hardware and software products that will help you get the most out of your purchase. You can participate in discussions about various products and topics, find solutions to help you resolve issues, ask questions, get tips and advice, and more.
    If you have a technical question about an Apple product, be sure to check out Apple's support resources first by consulting the application Help menu on your computer and visiting our Support site to view articles and more on our product support pages."
    In direct response to your questions, I would say that (as observed by the OP) anyone who subscribes to a published calendar can make a change to their desired view using the "Preferences" icon which is displayed underneath the mini-month calendars.
    There is no way that I know of to directly or conveniently change the time-range. There may be workarounds, but I could not find a suitable solution for you.
    I would recommend that you provide iCal Feedback, if you are interested in informing Apple of your desires.
    ;~)

  • Created PHP site and Dynamic Pages. So what next?

    Hey guys,
    So i have created a site. It is a simple Car Dismantlers site with 4 pages in a front end section for visitors to the site. The pages are index.php, contact.php, search.php and directions.php. I have a back end section in an admin folder where an administrator can add, update and delete records from a database which is password protected. The whole site is working fine locally but now i want to upload it and dont know where to start. I have domain name set up with Lime Domains, it is PHP and MySql ready. This is the first php site i have created and I dont really know where to start to get it up and running now.
    Thanks in advance.

    Hey J.S,
    Do you think its a bad idea to have Database admin over them web? How could i make my db admin into a program to run on a certain computer. i.e on the car breaker yard where there is no dreamweaver.
    Thanks J.S

  • Problems installing Site Index Portlet

    Hi,
    I get several errors trying to install the newest Site Index Portlet with the included batch file ptlsipi.sql within SQLPlus into Orcale portal for Appserver 10g (see errors below). PDK is properly installed.
    Any help would be fine...
    regards Bernd Hülsebusch
    SQL*Plus: Release 9.2.0.1.0 - Production on Mi Jun 1 14:45:51 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Verbunden mit:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.1 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    SP2-0423: Unzulässiger GET-Befehl
    SQL> @ptlsipi
    Installation of Site Index Provider
    Sequenz wurde gelöscht.
    Sequenz wurde angelegt.
    Creating Site Index NLS Package
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SIP_NLS_INSTALL:
    LINE/COL ERROR
    7/1 PL/SQL: Declaration ignored
    7/37 PLS-00201: Bezeichner 'WWNLS_STRINGS$.NAME' muss deklariert
    werden
    12/1 PL/SQL: Declaration ignored
    13/30 PLS-00201: Bezeichner 'WWNLS_STRINGS$.LANGUAGE' muss deklariert
    werden
    Creating Site Index NLS Package Body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SIP_NLS_INSTALL:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SIP_NLS_INSTALL ist ungültig
    1/14 PLS-00304: Rumpf von 'SIP_NLS_INSTALL' nicht ohne die
    Spezifikation kompilierbar
    Benutzerzugriff (Grant) wurde erteilt.
    Installing the NLS Strings (English)
    l_language wwnls_strings$.language%type;
    FEHLER in Zeile 3:
    ORA-06550: Zeile 3, Spalte 26:
    PLS-00201: Bezeichner 'WWNLS_STRINGS$.LANGUAGE' muss deklariert werden
    ORA-06550: Zeile 3, Spalte 26:
    PL/SQL: Item ignored
    ORA-06550: Zeile 4, Spalte 26:
    PLS-00905: Objekt BHUELSEB.SIP_NLS_INSTALL ist ungültig
    ORA-06550: Zeile 4, Spalte 26:
    PL/SQL: Item ignored
    ORA-06550: Zeile 14, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 14, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 25, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 25, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 26, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 26, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 27, Spalte 4:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 27, Spalte 4:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 28, Spalte 4:
    PLS-00320: Die
    Fehler bei PACKAGE BODY SIP_NLS_INSTALL:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SIP_NLS_INSTALL ist ungültig
    1/14 PLS-00304: Rumpf von 'SIP_NLS_INSTALL' nicht ohne die
    Spezifikation kompilierbar
    Creating Site Index Provider Package
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SITE_INDEX_PROVIDER:
    LINE/COL ERROR
    67/5 PL/SQL: Declaration ignored
    69/32 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.COOKIE_TABLE' muss
    deklariert werden
    89/5 PL/SQL: Declaration ignored
    94/12 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_RECORD' muss
    deklariert werden
    135/5 PL/SQL: Declaration ignored
    143/12 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_TABLE' muss
    deklariert werden
    LINE/COL ERROR
    171/5 PL/SQL: Declaration ignored
    172/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    189/5 PL/SQL: Declaration ignored
    190/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    LINE/COL ERROR
    206/5 PL/SQL: Declaration ignored
    207/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    242/5 PL/SQL: Declaration ignored
    243/33 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_RUNTIME_RECORD'
    muss deklariert werden
    Creating Site Index Portlet Package
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SITE_INDEX_PORTLET:
    LINE/COL ERROR
    53/5 PL/SQL: Declaration ignored
    54/28 PLS-00201: Bezeichner 'WWNLS_STRINGS$.NAME' muss deklariert
    werden
    90/5 PL/SQL: Declaration ignored
    92/29 PLS-00201: Bezeichner 'WWNLS_STRINGS$.LANGUAGE' muss deklariert
    werden
    141/5 PL/SQL: Declaration ignored
    142/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    LINE/COL ERROR
    werden
    158/5 PL/SQL: Declaration ignored
    159/31 PLS-00201: Bezeichner
    'WWPRO_API_PROVIDER.PORTLET_INSTANCE_RECORD' muss deklariert
    werden
    195/5 PL/SQL: Declaration ignored
    196/33 PLS-00201: Bezeichner 'WWPRO_API_PROVIDER.PORTLET_RUNTIME_RECORD'
    muss deklariert werden
    Creating Site Index Provider Package Body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SITE_INDEX_PROVIDER:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SITE_INDEX_PROVIDER ist ungültig
    1/14 PLS-00304: Rumpf von 'SITE_INDEX_PROVIDER' nicht ohne die
    Spezifikation kompilierbar
    Creating Site Index Portlet Package Body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SITE_INDEX_PORTLET:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SITE_INDEX_PORTLET ist ungültig
    1/14 PLS-00304: Rumpf von 'SITE_INDEX_PORTLET' nicht ohne die
    Spezifikation kompilierbar
    Creating Site Index Tree components
    Warnung: Paket wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE SITE_INDEX_TREE:
    LINE/COL ERROR
    12/3 PL/SQL: Declaration ignored
    12/32 PLS-00201: Bezeichner 'WWV_USER_CORNERS.TITLE' muss deklariert
    werden
    14/3 PL/SQL: Declaration ignored
    14/33 PLS-00201: Bezeichner 'WWV_USER_CORNERS.SITEID' muss deklariert
    werden
    16/3 PL/SQL: Declaration ignored
    19/18 PLS-00201: Bezeichner 'WWV_USER_CORNERS.ID' muss deklariert
    werden
    LINE/COL ERROR
    37/3 PL/SQL: Declaration ignored
    38/21 PLS-00201: Bezeichner 'WWV_USER_CORNERS.SITEID' muss deklariert
    werden
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern erstellt.
    Fehler bei PACKAGE BODY SITE_INDEX_TREE:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: Objekt BHUELSEB.SITE_INDEX_TREE ist ungültig
    1/14 PLS-00304: Rumpf von 'SITE_INDEX_TREE' nicht ohne die
    Spezifikation kompilierbar
    Benutzerzugriff (Grant) wurde erteilt.
    Benutzerzugriff (Grant) wurde erteilt.
    Registering the Site Index Provider
    Geben Sie einen Wert für portal_schema ein: jak_portal
    l_prov_rec wwpro_api_provider_registry.provider_record;
    FEHLER in Zeile 2:
    ORA-06550: Zeile 2, Spalte 20:
    PLS-00201: Bezeichner 'WWPRO_API_PROVIDER_REGISTRY.PROVIDER_RECORD' muss
    deklariert werden
    ORA-06550: Zeile 2, Spalte 20:
    PL/SQL: Item ignored
    ORA-06550: Zeile 3, Spalte 20:
    PLS-00201: Bezeichner 'WWPRO_API_PROVIDER_REGISTRY.NODE_PROVIDER_RECORD' muss
    deklariert werden
    ORA-06550: Zeile 3, Spalte 20:
    PL/SQL: Item ignored
    ORA-06550: Zeile 7, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 7, Spalte 5:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 8, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 8, Spalte 5:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 9, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 9, Spalte 5:
    PL/SQL: Statement ignored
    ORA-06550: Zeile 10, Spalte 5:
    PLS-00320: Die Typ-Deklaration dieses Ausdruckes ist unvollständig oder
    fehlerhaft
    ORA-06550: Zeile 10, Spalte 5:
    PL/SQL: Statement

    I had the same errors when running the install scripts under a user other than the portal administrator (PORTAL). Check that you run them with the correct user.
    Greetings,
    Frank

Maybe you are looking for

  • Usage type issue with PI upgrade from 7.01 to 7.11

    Hi guys, We are currently performing an upgrade on our PI system. We are upgrading from PI 7.01 to PI 7.11 and we've come cross an issue during the prepare phase of the install. An error has occurred during the execution of the CHECK_SUPPORTED_SOURCE

  • 8520, Media Card

    I am trying to format my media card. I went to options and the media card does not show up in the list. There is a Memory and in that it says media card. Should I format it that way? Or should Media Card be listed under options? The phone showed that

  • I want my old version of iTunes back

    I downloaded the latest version of iTunes and didn't realize it required the newest version of Quicktime.  How do I get my old iTunes version back?

  • FOC items received from vendor...

    Hi Experts, I have a FOC item which receive from vendor. Which module i should use for good receipt? Goods Receipt PO or Goods Receipt? Thanks. Regards, Danny

  • Re-install photoshop cs3

    I am having trouble with PS cs3 and want to reilnstall it or rather change some settings i go to control panel selet add remove software select change for adobe cs3 premium and nothing happens,,, i can select   remove and nothing happens any ideas wh