Tutorials - Navigation, Triggers

- I refer to the advanced tutorial - How to create a Tabular Form:
http://download.oracle.com/docs/cd/E14373_01/appdev.32/e13363/frm_tabular.htm#CHDFBHDB
I have two problems there:
1. After Application is created I do not have Navigation Link from Page1 to Tabular Form itself
How do I add it there?
2. I can not add new employee using Tabular Form. When I press Add Row, it adds a row with null value for Employee ID and then, when I click Submit I get an error that I can't add Null value into EMPLOYEE_ID:
Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-01400: cannot insert NULL into ("CSDB"."OEHR_EMPLOYEES"."EMPLOYEE_ID"), insert into "CSDB"."OEHR_EMPLOYEES" ( "EMPLOYEE_ID", "FIRST_NAME", "LAST_NAME", "HIRE_DATE", "SALARY", "DEPARTMENT_ID") values ( :b1, :b2, :b3, :b4, :b5, :b6)
Am I missing something there
Is there a solution?
- Same with Tutorial of AnyCo Corp: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e13367/build_app.htm#BCEIBDHI
I get the same Error, when trying to Create new Employee entry:
ORA-01400: cannot insert NULL into ("CSDB"."OEHR_EMPLOYEES"."EMPLOYEE_ID")
It seems that I'm missing a trigger or a sequence...
How do I fix it, please...??
Thank you...

Hi Sloger,
I had the same problem with Tutorial of AnyCo Corp and I fixed it by implementing a new "Page Process" in "Processes"-area of page definition:
1. Choose "Create" in area "Processes"
2. As process category take "PL/SQL", then click "Next"
3. As name take something like "Get_PK" and sequence should be a small integer, so that this process is executed first before all other (check "Existing Processes" and if the lowest integer is 10, so take 5 for example). Go on with "Next"
4. As "PL/SQL Page Process" take the following code:
declare
function get_pk return varchar2
is
begin
DECLARE
L_PRIMARY_KEY NUMBER;
BEGIN
SELECT MAX(EMPLOYEE_ID) + 1
INTO L_PRIMARY_KEY
FROM OEHR_EMPLOYEES;
RETURN L_PRIMARY_KEY;
END;
end;
begin
:P4_EMPLOYEE_ID := get_pk;
end;
5. Then click on "Create Process"
6. Now, you should find a Process "Get_PK" in "Processes". Click on the name to edit the properties.
7. Scroll down to "When Button Pressed (Process After Submit When this Button is Pressed)" and select "CREATE (Create)".
8. Apply the changes.
Now, you should be able to enter new employees to table OEHR_EMPLOYEES with EMPLOYEE_ID filled by value.
Hope, this works for you as well as it did for me?!
Regards
FF

Similar Messages

  • When do Navigation triggers not fire?

    hi there! I read this statements below, but i cannot understand. Can anybody give more illustration or example? tx.
    "The Pre- and Post-navigation triggers do not fire if they belong to a unit that is lower in the hierarchy than the current validation unit. For instance, if the validation unit is Record, Pre- and Post-Text-Item triggers do not fire."

    At design time in property palette, and also at runtime with Set_Form_Property( VALIDATION_UNIT ).
    Look at the online help documentation.
    Francois

  • How can I create a navigation bar in the template so I can change the down state of a button on a page made from the template in DW3?

    We're creating pages from a template in DW3. The template includes a header, footer and a navigation bar. We've made the navigation bar an editable region so that we can change the down state of the buttons on pages where it is required. However, when we make a new page from the template and try to change the behaviors of the buttons in the navigation bar it will not allow us to make those changes. 

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can I copy and edit navigation buttons and anchors to remain consistent?

    I have inherited a web site and I'm just getting started. I need to add navigation buttons that look like the ones already used on severalpages on my site. How do I reproduce these navigation buttons? I have attached one as an example. Thanks for helping such a rookie.

    Sue,
    Some very friendly advice here.  Stop what you're doing.  Put down the mouse. Walk into the boss's office or phone the client and tell them their current website is a flaming disaster.  It uses frames which makes the site overly complicated and difficult for site visitors to use.  To add further insult, the site is constructed so poorly as to be un-navigable. I can't even see the lower menu in Firefox 3.0.10 on XP.  Seriously, this needs to be rebuilt ASAP without frames and with a navigation system that doesn't suck.  In the long-run, a good CSS menu would be much simpler for you (and the next poor soul who inherits this site) to work with.
    Frames are Evil
    http://apptools.com/rants/framesevil.php
    CSS List menu
    http://www.projectseven.com/tutorials/css/uberlinks/index.htm
    CSS drop-down menus
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Inconsistent navigation formatting

    I'm trying out .Mac/iWeb and have found a strange inconsistency with the navigation bar at the top. On some pages hovering over a nav link produces a bold effect and on some it does not. Here's the url: http://web.mac.com/macproductive
    I'd prefer not to have the bold hover effect because it causes the various links to move around... I'd much prefer to just have the text change color. Regardless, I can't seem to find out the source of the formatting as the navigation bar seems to be set automatically by the template... I see no way to adjust it.
    Thanks!

    Gordon, I don't mean to burst your bubble or anything, but image based navigation sucks.  It's hard to maintain because you have to recreate your images every time you change the menu.  This gets old in a hurry.  My advice is to take a look at CSS styled menus.  They work for everyone and they are a piece of cake to edit in DW.
    CSS Express Drop-Down Menus  (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Runtime Sequence of triggers

    Is there any way to identify the runtime sequence of the execution of triggers in the form ?
    Also is there a place where the default (template) sequence of execution for forms triggers can be found ?

    There is no single place where you can read about all the triggers and the order in which they fire I am afraid. The order is not very well defined either since the events that happen are not known in every instance.
    The help topic called Navigational Triggers holds some relevant information and there are other topics as well that would add to your knowledge about this topic.
    I would suggest that you test out the order by setting up the scenario that you would like to know the sequence about and then put a message() call in each trigger you want to know about and observe the sequence in the status bar.

  • Inconsistent navigation headache

    Hi, please help. I have read the guidelnes but do not know if this qualifies as a single question as it is all related. Please advise if I should make more than one post. Or, please answer the first question, and once I have fixed that I will deal with the other questions, unless they resolve themselves.)
    I have created a series of navigation buttons in DW3, a program to which I am new.
    (The relevant code is below the explanation of the problem.).
    Most of the nav buttons work, in FireFox, Safari and Opera when tested using MAMP on my Mac.
    Each button consists of an image and a class.
    The problem button appears to be the one contained in folder 104_mast4_ because it:
    1 - turns to hypertext when the button contained in folder 105_mast5_ is activated
    2 - affects, I think, the button preceding it in folder 103_mast3_ when moving back down the tree. This button works fine when moving up the tree
    Here is the detail relating to the question for the button 104_mast4_:
    A – It correctly navigates to the page in the folder 104_mast4_ when clicked
    B – It is replaced by hypertext when the button next to it for 105_mast5_ is clicked
    C – The navigation to the page in 105_mast5  is correct
    D – But, navigation is frozen until the hypertext replacing button 104_mast4_  is again clicked
    E – The image for 104_mast4_  returns and it is possible to correctly navigate to to pages contained in folders 101, 102, 106 and 107 without the button disappearing
    F – This means, it is possible to navigate up and down the tree, except:
    G – that the button for  folder 103_mast_3 only allows traversing to greater numbers
    H – when pages for 101 and 102 are sought after those for 103_mast_3, the response is that the server cannot find the pages
    I – the server finds these pages fine when the button for 103_mast3_ has not been activated.
    (I have tried both the port settings suggested by David Powers on the forum as well as original MAMP settings, with localhost modified, and the problem is the same)
    Thank you, in advance, for your help, the relevant css, from an external file, and #id div with .classes is below.
    Here is the relevant css
    @charset ‘UTF-8px’;
    .barMicro88iab31 {
        width: 88px;
        height: 31px;
        margin: 5px;
    Below is the relevant div for the xhtml_strict page, withig, href and class being set using the Windows > Properties panel:
    <div id = “mastNAV”><!--the top navigation button pane-->
    <h3>
    <a href=”../101_mast1_index/index101.html”>
    <img src=”../101_mast1_index/88b2b2b2b31BgreyW.png” alt=”101mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../102_mast2_/102edditorial.html”>
    <img src=”../102_mast2_/88cccccc31BgreyW.png” alt=”102mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../103_mast3_/103edditorial.html”>
    <img src=”../103_mast3_/88e5e5e531BgreyW.png” alt=”103mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../104_mast4_/104edditorial.html”>
    <img src=”../104_mast4_/88ffffff31BgreyW.png” alt=”103mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../105_mast5_/105edditorial.html”>
    <img src=”../105_mast5_/887f7f7f31BgreyW.png” alt=”105mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../106_mast6/106edditorial.html”>
    <img src=”../106_mast6/8800000031BgreyW.png” alt=”106mastNavBUtton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    <a href=”../107_mast7_/107edditorial.html”>
    <img src=”../107_mast7_/8899999931BgreyW.png” alt=”107mastNavButton” width=”90” height=”33” class=”barMicro88iab31” /></a>
    </h3>
    </div><!--the top navigation button pane-->
    Gordon Eddey

    Gordon, I don't mean to burst your bubble or anything, but image based navigation sucks.  It's hard to maintain because you have to recreate your images every time you change the menu.  This gets old in a hurry.  My advice is to take a look at CSS styled menus.  They work for everyone and they are a piece of cake to edit in DW.
    CSS Express Drop-Down Menus  (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • DreamWeaver navigation menu

    how can i create or add a drop down menu that works for dream
    weaver?
    what program do i Use ?(hint:I've tried flash and it doesn't
    work to link my buttons to my internal dream weaver pages)
    i been asking this question for two months and i really need
    to know
    what i am looking for is to create a Drop down navigation
    menu like the one in WWW.Sony.com
    I have the Whole Collection of CS3 and Don't mind spending
    on CS4 as long as wat im trying to do works,thanks to all of u that
    help.

    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "man122190" <[email protected]> wrote in
    message
    news:gfkmuj$nod$[email protected]..
    > how can i create or add a drop down menu that works for
    dream weaver?
    > what program do i Use ?(hint:I've tried flash and it
    doesn't work to link
    > my
    > buttons to my internal dream weaver pages)
    >
    > i been asking this question for two months and i really
    need to know
    > what i am looking for is to create a Drop down
    navigation menu like the
    > one
    > in WWW.Sony.com
    >

  • Drop Down menu for navigation bar

    I created a site a couple years ago (with GoLive) with a
    navigation bar with rollover states. I would like to create
    something very similar to it now in Dreamweaver CS3 but with the
    addition of a drop down menu for just a couple of the navigation
    icons. I have been told by Adobe tech support on the phone that I
    need some custom coding to do this.
    To see what the navigation bar looks like now go to
    www.aimeeastvillage.com
    I DON"T need the drop down choices to be in a whimsical font.
    I just don't want to have to direrct the reader to go to an
    additional page. PLEASE tell me this is possible for a relative
    beginner! Thanks.

    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Purple Mango" <[email protected]> wrote in
    message
    news:fpv17r$gsp$[email protected]..
    >I created a site a couple years ago (with GoLive) with a
    navigation bar
    >with
    > rollover states. I would like to create something very
    similar to it now
    > in
    > Dreamweaver CS3 but with the addition of a drop down
    menu for just a
    > couple of
    > the navigation icons. I have been told by Adobe tech
    support on the phone
    > that
    > I need some custom coding to do this.
    > To see what the navigation bar looks like now go to
    > www.aimeeastvillage.com
    > I DON"T need the drop down choices to be in a whimsical
    font. I just don't
    > want to have to direrct the reader to go to an
    additional page. PLEASE
    > tell me
    > this is possible for a relative beginner! Thanks.
    >

  • Programmatic Navigation invoked by Contextual Events

    Using JDeveloper 11.1.1.3.0
    I'm having trouble doing a programmatic navigation triggered by a contextual event in the case of layered bounded taskflows.
    My scenario has 2+ taskflows.
    TaskFlow 1: BoundedTF called Main-Task-Flow - This is the starting URL invoked to run.
    TaskFlow 2: BoundedTF called Dashboard-Task-Flow - This is the default activity in the Main-Task-Flow
    Both of these does not use page fragments.
    Dashboard-Task-Flow has a page, let's call this Dashboard.jspx which registers a contextEventMap. This map basically utilizes a NavigationHandler to navigate to a TaskFlowReturn activity.
    Return activity is registered in the Main-Task-Flow to navigate to different taskflows.
    I noticed, that only when i call this navigation case using contextEvent, i am getting an invalid view port. Which starts with these:
    <UNMATCHED_STATE_ON_STACK><v5hztfeem_0> v5hztfeem_15
    <RegistrationConfigurator><handleError> Server Exception during PPR, #1
    javax.servlet.ServletException: ADFC-14000: View port ID 'v5hztfeem_15' is invalid.
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    etc...
    Caused by: oracle.adf.controller.internal.InvalidViewPortIdException: ADFC-14000: View port ID 'v5hztfeem_15' is invalid.
         at oracle.adfinternal.controller.state.ControllerState.setCurrentViewPort(ControllerState.java:1245)
         at oracle.adfinternal.controller.ControllerContextImpl.setCurrentViewPort(ControllerContextImpl.java:133)
         at oracle.adfinternal.controller.ControllerContextImpl.setCurrentViewPort(ControllerContextImpl.java:52)
    etc....
    I've been trying to figure if it was coding wise, but i simply use the NavigationHandler being triggered by a button then it works.
    So i tried something else, i placed the Dashboard.jspx directly in Main-Task-Flow and this issue is gone. I tried debugging the currentView and it all prints correct that i'm in Dashboard.jspx.
    I wonder if i'm doing something wrong here. I tried searching for this exception and i barely find any information about it.

    Thanks for the reply,
    I am currently using the 2nd mechanism for accessing the bean which contains the bindings of the page components (e.g panelTabbed).
    What I want is to do it in the same bean, without the need of resolving expressions (now I can resolve the expression ${beanName.panelTabbed}) - I think there should be a cleaner way.
    There's got to be a way to consume the contextual event in the same binding context!

  • Navigation from Fireworks

    Building first website so I am trying to do it right first
    time. I want to create my initial navigation buttons in Fireworks
    so I can have rollovers, effects on mouse over etc. I get the
    buttons the way I want them but when I put them into Dreamweaver
    they are just an image with none of the effects I created in
    Fireworks. Is Fireworks a good way to create the initial navigation
    buttons? I like being able to customize the buttons with color,
    fills etc. that Fireworks has. Thanks for helping the
    newbie.

    > Building first website so I am trying to do it right
    first time.
    This is good.
    > none of the effects I
    > created in Fireworks. Is Fireworks a good way to create
    the initial
    > navigation buttons?
    Do not use FW to write your HTML. Use it to create your
    graphics. Build
    your HTML in DW.
    Here's how to do your navigation -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Warrior of Rohan" <[email protected]> wrote
    in message
    news:fbfdmt$ghk$[email protected]..
    > Building first website so I am trying to do it right
    first time. I want
    > to
    > create my initial navigation buttons in Fireworks so I
    can have rollovers,
    > effects on mouse over etc. I get the buttons the way I
    want them but when
    > I
    > put them into Dreamweaver they are just an image with
    none of the effects
    > I
    > created in Fireworks. Is Fireworks a good way to create
    the initial
    > navigation buttons? I like being able to customize the
    buttons with color,
    > fills etc. that Fireworks has. Thanks for helping the
    newbie.
    >

  • DHTML Navigation menu

    I have a DHTML Navigation menu I created in DW 8 and now when
    I edit it I'm pro0mpted to convert to the new Spry format. I don't
    like the Spry format becvause to edit things sunch as menu colors
    you have to find code. Is there a DW extension that resembles the
    old functionality where you can do it all from a GUI? I'd like to
    create a menu similar to what is at the top of the Adobe site.
    See my existing one charliefoundation.org
    I'm using DW CS3 Mac O X 10.5.3 Firefox 3.0 Safari 3.1

    You need to read this article about the menus on that page
    (by the way, the
    video in the middle just shows a broken link "X" in IE7) -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    To do these menus right, read on.
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ae6dx" <[email protected]> wrote in message
    news:g3jc0f$c1j$[email protected]..
    >I have a DHTML Navigation menu I created in DW 8 and now
    when I edit it I'm
    > pro0mpted to convert to the new Spry format. I don't
    like the Spry format
    > becvause to edit things sunch as menu colors you have to
    find code. Is
    > there a
    > DW extension that resembles the old functionality where
    you can do it all
    > from
    > a GUI? I'd like to create a menu similar to what is at
    the top of the
    > Adobe
    > site.
    >
    > See my existing one charliefoundation.org
    >
    > I'm using DW CS3 Mac O X 10.5.3 Firefox 3.0 Safari 3.1
    >

  • Navigation On Deamweaver MX 2004

    hi all
    i have created a navigation menu the the naviagtion tool in
    mx 2004, i was wondering if its possible to add sub buttons within
    that, i have created my own buttons etc,
    so what i want to do for example is when the user clicks on a
    button in the nav menu all the buttons move down with the sub menus
    underneath and main button, suppose you can call then a drop down
    menu

    is this something like your looking for
    http://www.projectseven.com/tutorials/navigation/swapclassmenu/index.htm
    see below for other free tutorials on how to make a various
    types of
    navigation menus
    http://www.projectseven.com/tutorials/navigation/index.htm
    k
    "MK_male" <[email protected]> wrote in
    message
    news:fmdg86$q1$[email protected]..
    > hi all
    > i have created a navigation menu the the naviagtion tool
    in mx 2004, i was
    > wondering if its possible to add sub buttons within
    that, i have created
    > my own
    > buttons etc,
    >
    > so what i want to do for example is when the user clicks
    on a button in
    > the
    > nav menu all the buttons move down with the sub menus
    underneath and main
    > button, suppose you can call then a drop down menu
    >

  • Strange problem with Dreamweaver Pop-Up menus

    Hello:
    I have encountered a very strange problem with DreamWeaver
    pop-up menus, and I was wondering if I could get some help from
    this forum, as I can't seem to find an answer anywhere else.
    The problem involves use of DreamWeaver's pop-up menu
    behavior — all works as expected, and my local preview of the
    Web page/site works fine, but when I upload the site to a server, I
    see extra question mark and "box" characters added to my drop-down
    menus. This problem is inconsistent between browsers: Sometimes I
    see it only on IE, sometimes I also see it on Firefox.
    For example, check out the following URLs:
    http://libertycreativesolutions.net/clients/cci/
    ... this implementation of drop-down menus ("Services"
    button, etc.) displays an extra "box" character for each of the
    drop-down menu items, but this only occurs in IE -- Firefox is
    fine.
    http://libertycreativesolutions.net/clients/microtek/HTML/MicroTek_home.html
    ... this implementation of drop-down menus shows an extra
    question mark above the triggering link onMouseOver for Firefox,
    and in IE, it shows this "box" character for both the triggering
    buttons and for each menu item.
    For both of these sites, the pop-up menus work without a
    problem *when I'm looking at a local version on my workstation*.
    What in the Wide Wide World of Sports is going on here????
    Any help for this problem is appreciated.
    Note that I stripped out the JavaScript code for menu
    information from the <head></head> area of each of
    these pages and placed it in a linked JavaScript document.
    HELP!

    First, you need to read this, written by the person who
    adapted that menu
    code for Macromedia -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Then you need to know that there are MUCH better ways to do
    such things -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Pomond69" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello:
    > I have encountered a very strange problem with
    DreamWeaver pop-up menus,
    > and I
    > was wondering if I could get some help from this forum,
    as I can't seem
    > to
    > find an answer anywhere else.
    >
    > The problem involves use of DreamWeaver's pop-up menu
    behavior ? all works
    > as
    > expected, and my local preview of the Web page/site
    works fine, but when I
    > upload the site to a server, I see extra question mark
    and "box"
    > characters
    > added to my drop-down menus. This problem is
    inconsistent between
    > browsers:
    > Sometimes I see it only on IE, sometimes I also see it
    on Firefox.
    >
    > For example, check out the following URLs:
    >
    >
    http://libertycreativesolutions.net/clients/cci/
    > ... this implementation of drop-down menus ("Services"
    button, etc.)
    > displays
    > an extra "box" character for each of the drop-down menu
    items, but this
    > only
    > occurs in IE -- Firefox is fine.
    >
    >
    http://libertycreativesolutions.net/clients/microtek/HTML/MicroTek_home.html
    > ... this implementation of drop-down menus shows an
    extra question mark
    > above
    > the triggering link onMouseOver for Firefox, and in IE,
    it shows this
    > "box"
    > character for both the triggering buttons and for each
    menu item.
    >
    > For both of these sites, the pop-up menus work without a
    problem *when I'm
    > looking at a local version on my workstation*.
    >
    > What in the Wide Wide World of Sports is going on
    here???? Any help for
    > this
    > problem is appreciated.
    >
    > Note that I stripped out the JavaScript code for menu
    information from the
    > <head></head> area of each of these pages
    and placed it in a linked
    > JavaScript
    > document.
    >
    > HELP!
    >

  • Extending buttons in Dreamweaver 8 site

    Hi,
    I need to now whether I can create a button that extends into
    more buttons without using a flash movieclip button for this in
    dreamweaver. The effect sould be that the extra buttons extends
    from the main button in a vertical direction and as the mouse moves
    over them they should change in color.
    Appreciating the help

    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "blondkwadraat" <[email protected]> wrote in
    message
    news:f2bv7i$nrp$[email protected]..
    > Hi,
    > I need to now whether I can create a button that extends
    into more buttons
    > without using a flash movieclip button for this in
    dreamweaver. The effect
    > sould be that the extra buttons extends from the main
    button in a vertical
    > direction and as the mouse moves over them they should
    change in color.
    >
    > Appreciating the help
    >

Maybe you are looking for

  • Need help with batch processing picture packages

    Hi, I am having trouble batch processing picture packages is CS2.  (Windows). I have hundreds of images that need to be processed into picture packages and would love to find a speedier way to do this. I know how to create an action.  I know how to b

  • Why can I not open some previous documents in Pages?

    Help! I can not open previous documents in pages.  It is instructing me to download the latest, when I do try, it tells me the most current has been installed?  I still can not open the documents?

  • Am I the only person that the Technical Preview doesn't work at all for?

    I installed Windows 10 Technical Preview on my Surface Pro 3 and it was a complete joke. I could not use the machine at all?

  • Safari opens slowly OS X 10.7.5

    When opening my computer, with Safari already started, I get the spinning beachball.  I am on a Macbook Pro running 10.7.5 and Safari 6.0.5.  If anyone has any ideas, help would be greatly appreciated. 

  • Opening a URL in a browser

    Hi all, Not sure if this is possible (probably due to the security restrictions) but I want to open Internet Explorer to view a web page, instead of Reader/Acrobat when a user is viewing my form standalone. If they are viewing through IE already then