Editing Drop Down Menus in Contribute

I have a client who is using contribute and wants to edit
drop down menus. These drop down menus link to individual pdfs and
she changes the names of the pdfs on a regular basis and wants to
update these links in the drop down menus. The site was created in
Dreamweaver. In role preferences of Contribute I turned on the
allow unrestricted editiing which allows form elements to be
edited. However I cannot figure out how to change the drop down
menus. Is there any way to edit the drop down menus fields in
Contribute?

Create a SSI (with PHP f.i.), best in de root of the site,
considering the way Contribute is handling linking.
Call the file something like menu.inc.php.
Provide your client with the url to menu.inc.php in the
Bookmarks or explain the Choose-button in Contribute to open the
file menu.inc.php.
Keep the file simple (ul/li or p) .

Similar Messages

  • How to edit drop down menus in Contribute?

    When I get to a page on my site with drop down (or jump) menus, there doesn't seem to be any way of editing these in Contribute. Anyone know how to do this?

    Hi,
         If you have used Spry widgets (like Menu bar widget), then, you can edit the menus within Contribute CS5 itself. But if you are using any other way like a script based or 'form action' then, within Contribute you cannot edit such menus. You can choose to edit such web pages in an external application (like Dreamweaver, Textpad, or Notepad) by clicking Ctrl+Shift+E, and the web page will be opened in that editor. You can make changes there, save it, and publish the web page in Contribute.
    Hope this helps.

  • Is it possible to add drop down menus with Contribute?

    I need to create a sample dropdown menu for a website for my boss with Contribute. Is it even possible to do this with Contribute alone? Or do I have to do this in dreamweaver?
    Thanks for you help.

    Yes there have been a number of question of on this forum about this. A couple of different solutions have been discussed. Just search the forum and you will get your anwers.

  • Has anybody had a problem with the mouse cursor lagging when navigating the drop down menus? this only started happening after a re-install. it only occurs in Photoshop elements 13 in the  photo editing section,and no other application. My mouse drivers a

    Has anybody had a problem with the mouse cursor lagging when navigating the drop down menus? this only started happening after a re-install. it only occurs in Photoshop elements 13 in the  photo editing section,and no other application. My mouse drivers are up to date.Any help or advice would be most welcome.

    Good day!
    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements
    and please read this (in particular the section titled "Supply pertinent information for quicker answers"):
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    Regards,
    Pfaffenbichler

  • Drop down menus contribute 6.5

    How do I create drop down menus for my website in contribute 6.5?

    This can be achieved through the new feature of Contribute "Insert Widget from Adobe Widget Browser". Please refer to http://help.adobe.com/en_US/contribute/using/WS7aa5ed367710fbce-151564b8137e61c07b9-8000.h tml

  • My Drop Down Menus Do Not Work Properly in IE

    Hey. I'm really stuck and have been for over a week. Let me preface this by telling you I didn't build our website and have little knowledge of spry and spry assets. I can't the get the gentleman that built our site to help and I'm desperate!
    The site - www.ncsoccer.org , has drop down menus. They work fine in Chrome, FF and Live Preview (DW CS4). But in IE8, they do not.
    I had to revise the drop downs (changing names and removing some drop downs - I've done this with no problem before). When I uploaded the index page and the template pages, the error started.
    In addition, the people in my office that use Contribute to update their sections, cannot access anything but our index page and I don't know what (if anything) I've done wrong, as everything worked fine before the menu revision.
    I'm including the 'sprymenubarhorizontal.css" code below. Maybe you can see something that isn't right.
    Thanks for any insight or suggestions. Remember, asking me to create to create sprys or widgets or something like that may be over my head! Try to dumb it down for me!
    Thanks.
    Mark
    (sprymenubarhorizontal.css code)
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: auto;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 15em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 15em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    width: auto;
    background-attachment: fixed;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #ffffff;
    padding: 0.3em 0.75em;
    color: #000;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #cccccc;
    color: #000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #cccccc;
    color: #000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image:  url("SpryMenuBarRight.gif");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image:  url("SpryMenuBarRightHover.gif");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;

    A;though the CSS is very well documented, there are those that ignore those signs. Look at the following
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: auto;
        float: left;
    The rest have been given a width of 15em, so this value may be a good start.
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
       width: auto;
        background-attachment: fixed;
    Just keep the border property and remove the other two.
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    The following is the original for the above
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    Cheers,
    Gramps

  • DW-MX-04 Drop-down menus won't work.

    I'm using Dreamweaver MX 2004 (have been for several years, so I know my way around it).  I want to create drop-down or fly-outs menu's to consolidate page links into categores in order to reduce the number of link tabs I have on each page.  I've been able to create the menu's I needed (using: Tag Chooser\ Behaviors\ Show Pop-U Menu), but when I preview the pages in IE, the text only shows on the mouseover text (not on top) despite having the text color set as black in the Menu window.  But it gets worse.  When I uploaded the page to try it, the drop down menus don't show up at all when I hover over the main buttons and  I get javascript errors.
    Can anyone give me so assistance on how to resolve this?
    I've checked the text color issue using the code view editing pane, and it matches the way I have it setup in the Pop-Up Menu.  But that's the least of my worries if I can't get them to work at all when the pages are live.
    Thanks...JEB

    MX2004 software is also somewhat antiquated and no longer supported by Adobe.   So it shouldn't surprise you that the tools from nearly a decade ago are obsolete today.  The web itself has changed significantly since 2004! 
    Web standards have moved from HTML3 to HTML5.  Layouts have departed from old school nested tables to more efficient CSS.  Unlike a decade ago, today's web devices include everything from hand held smartphones & tablets to laptops, desktops and TV displays.  So it's not possible to stand still and keep pace with the evolving web.  If you're not moving forward, you're falling behind.
    CSS is not an extension.  HTML = content.  CSS = Cascading Style Sheets.  CSS is used to style your content.    With CSS you can make an ordinary list look like a very cool menu with buttons, borders, shadows, drop-down and rollover effects.  If you master CSS, you can do some very creative things with it.  However, coding skills are essential.
    Below is an example of an unordered list styled with CSS to make a nice horizontal drop-menu.
    http://alt-web.com/DEMOS/CSS-Multi-colored-drop-menu.shtml
    To further illustrate the efficiency and power of CSS, look at CSS Zen Garden. 
    http://www.csszengarden.com/
    Every page on the right panel contains exactly the same HTML code as the first.  The only difference is the CSS code.
    The shift to CSS is intended to help web designers keep styles separate from content. Learning to work with CSS will make a you better web designer and save countless hours of tedious re-coding when you decide to change the look of your site.  It's much easier to edit one file instead of many. 
    Below are some links to help you learn more about how to work with CSS.
    HTML & CSS Tutorials -
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    https://tutsplus.com/2013/03/the-modern-web-designer/
    Have fun!
    Nancy O.

  • Presentation Director Monitor Drop Down Menus Blank

    I'm trying to get Presentation Director functioning properly, but there are a couple of screwy things going on:
    If I check the properties of the "Capture" profile, it has the resolution of external monitor incorrect. (1920 x 1200 Vs Captured 1024X768). Yes, even after re-capturing.
    When I go to edit a profile, the drop-down menus for both the built-in LCD and external monitor for resolution and color quality are blank. Both the standing values and the contents of the drop-downs are blank.
    (I'd post a picture, but the work firewall won't let me get to any image hosting options.)
    Relevant Info:
    W510
    nvidia Quadro FX 880M
    Newest nvidia drivers
    Newest presentation director (4.62)
    Got rid of nvidia NView crapware, but the NVidia desktop manager is still present. It actually recognizes the proper resolutions for each display, but doesn't have any good way of quickly switching display setups like PD does.
    Any suggestions?

    I assumed you were running XP.  This video driver persistency feature is implemented on XP as well as Vista/Win7.  I don't know why the PD settings are blank.
    For your first two scenarios, you should be able to configure that one time manually and then have the video driver automatically remember the settings as you connect and disconnect the display.  First, with no monitor connected, configure the TPLCD how you want it.  Then connect the monitor and configure both it and the TPLCD how you want them.  Then disconnect the monitor and the TPLCD should automatically revert to the settings you specified when the monitor wasn't connected.  Then reconnect the monitor and the settings for both monitor and TPLCD should revert to the settings you specified when the monitor was connected previously.  Have you tried it?  This is a very common configuration scenario that I know many customers are using successfully without the assistance of PD or any other software.
    For your last two scenarios, you will just need to experiment to see if the the persistency works or not, like I said it depends on how old the projectors are.  If it doesn't work, or if you are frequently connecting to different projectors, then you should be able to use PD for the projector ONLY!  don't try to use PD to control the TPLCD.

  • Reader drop-down menus have invisible content

    I'm running 9.4.7 on Ubuntu 11.10. The Reader drop-down menus either have no text in them or the text is the same colour as the background. I've tried changing the Ubuntu theme but the problem remains.

    Found an option to make the workaround permanent.
    Run Terminal.
    Paste this "cd /etc/X11/Xsession.d" (no quotes).
    A edit file would open separately.
    Paste this "export UBUNTU_MENUPROXY="acroread":$UBUNTU_MENUPROXY" in the Editor window.
    Save the File.
    Exit Terminal.
    Do a fresh Login.
    The menu option would appear below the Taskbar but would be working.
    Tested in Ubuntu 11.10 with Reader 9.4.7
    Source: http://ubuntuforums.org/showthread.php?t=1821458

  • New Drop-down Menus Not Picking Up Styling

    I have a Muse site with pages and drop-down menus.
    I have stylized top-level pages, and also the drop down menus for the secondary pages.
    I was under the impression that once a drop-down menu was stylized, any new drop-down menus created by adding secondary pages to a different top-level page would inherit the same stylization as the first drop-down. But, that does not happen. Yes, I have Edit Together selected in the options panel.

    Options>options>Advanced, '''deselect '''"use hardware acceleration when available"

  • Drop Down Menus in iTunesConnect are non functional

    When I login to iTunesConnect (tried multiple browsers, clearing cache, etc) it says I have to approve the contract. When I go to contracts it says I have to chose a legal entity from the drop down menu. The menu is empty. When I try to add myself to the menu, it says I've already been added and I should choose myself from the drop down menu.
    When I go to contact us, there is a drop down menu asking what the nature of my inquiry is. The menu is blank.
    There is no place on iTunesConnect to submit a book for publishing. (Maybe this option appears after the contract has been approved?)
    Nowhere in iTunesConnect are the drop down menus populated. They are all empty. And, therefore, completely useless.
    What should I do?
    (My iTunesConnect, by the way, if that's necessary information.)
    <Email Edited by Host>

    Apart from your other problems.... if you are using iBooksAuthor - you do not  "publish" using iTunesConnect.
    You use iTunesProducer which can be downloaded from your iTunesConnect  > Delivery your Content page.. but not until after December28th.
    On  the  missing functions in Drop Down menus, unless you have a fault of corrupted files...  greyed out items in Drop Down menu usually indicate its because their part of a procedure is not  open for you to use because an early part of the process is  not yet submitted.
    Apple are shut down  until after the 28th of December, so  that's is also another reason the menu items are not available. You will need to wait a few days and check again.
    BTW.. although they have been edited out... its not advisable to put on display any account information that  could  help the unscrupulous to gain advantage.

  • Drop down menus NOT working properly!

    I am using Windows Surface Pro tablet running Window 8.  I am using Adobe Reader X
    The problem:  I have a PDF with drop down menus that will allow me to auto-populate certain fields.
    When I touch the screen to open the drop down menu, the drop down menus open but when I touch the item that I want, the dropdown menu simply closes and doesn't populate the field.
    The drop down menus themselves are populated correctly with the choices I am supposed to select, I just can't actually select any from the drop down list.
    I have tried this on two SurfacePro tablets and I get the same resutls. I talked to Microsoft Support and they said it was an Adobe issue.
    Any ideas?

    McBlob
    Thanks for the reply.  The strange thing is that I can use a mouse and the drop down list works fine and I can open the drop down list with my finger or stylus and then use the down arrow on a blue tooth keyboard and I'm able to select and populate the field without any problems.
    There seems to be some disconnect with selecting my desired value from the list by touch only. Mouse and keyboard are able to select and populate correctly.
    I worked with a Microsoft tech support agent and all functions of the Surface Pro tablet work fine. I tried editions 9,10,11 of Adobe Reader and they all have the same dysfunction with the drop down list.

  • No text in drop down menus!

    My computer seems to be working fine except that the drop down menus show no text. In any application. I can't shutdown my computer because just empty boxes show up under the apple icon, "File" "Edit" etc.
    I have restarted my computer three times and this problem has continued.
    It started when I was listening to iTunes and checking my gmail when all of a sudden iTunes stopped, shutdown, and an alert box appeared with an orange triangle with an exclamation point in it, and three buttons. Only problem was there were no words in the box! And no words on the buttons. I clicked the blinking blue button, and iTunes restarted. I decided to restart my computer and discovered there were no words in the drop down portions of the menu bar. Any alertboxes that appear too, have no words in them, and I have to guess at what each button means.
    Please help!!

    If the symptoms you state exist also while booted from the Installer Disc,
    the problem may be more than a font. Since the system would be by-passed
    completely and you'd be running from the booted installer disc media, the
    menubars should work fine. You could run Disk Utility from the optical disc
    (first disc of OSX install is bootable) and by holding the C key down all the
    while you wait. With OSX 10.4, you get a fairly good Disk Utility and you
    can run it to see if a "repair disk" cycle would show you any error messages
    and then re-run the repair to see if it can be fixed.
    The issue may just be a permissions issue and lack of routine
    maintenance; unless the corruption is beyond basic repairs and
    outside of what Disk Warrior, Drive Genius, or TechTool can do.
    I'd try the OSX bootable installer's Disk Utility, first. A low-level
    error or corruption on the hard drive may require starting over
    from scratch; and D.U. can be used to start over.
    If it is just a main user account issue, and if you can't use the
    Admin account to make a second user account with Admin
    privileges, you may have to do a system-wide restore; and
    use the Installer to "archive and install" a new system to
    check and see if that gives you all the menus. The whole thing
    no matter which of the ways suggested, isn't that hard to try
    and troubleshoot. The means to fix it are already at hand;
    easier still if you don't care if you lose what's on the hard drive.
    You may need to see what extent this situation exists and then maybe
    plan on buying a third party disk utility to see if it can fix the problems, or
    just plan on totally erasing the hard drive and use the booted disk utility to
    zero the hard drive and reformat it, and do an all new installation from there.
    And lose all your stuff saved on the hard drive. This is the last choice;
    and if you did not back up your stuff to some other drive or media, it
    would be lost. But this could make your Mac run like new again.

  • How can I correct the problems I've been experiencing lately  with drop-down menus in general as well as and leading of text. It 's occurring  on both Safari and Firefox browsers.

    The above headline pretty much covers the problems.
    Access to the drop down menus is erratic.  Sometimes it's problem-free, but at other times it's impossible to see the options on the menu, or if they are visible, it's impossible to effect a change by clicking on one of them.  The times I notice it most is when I am trying to change fonts or font sizes, but  it occurs at other times, as well.
    It's also frustrating to have to deal with double spacing (for example, when describing items on eBay).  Sometimes the text flows  normally,  but if I force a  return, the text that follows usually is double-spaced.
    Often,  the justification option does not work either.
    Occasionally, I can  get around one problem or another by switching back and forth between Safari and  Firefox, but eventually, the original problem resurfaces.
    Because it happens on both browsers,  eBay tech support is inclined to think the problem is in my software. (I'm inclined to agree.)
    Although they have suggested clearing  the history in FF, that option must have been relocated, because  it'sno longer under the "Tools"  menu, where it was  in the past. I also can't find  the clear  your cache option on OS Safari or 10.8.3.

    callthescribe wrote:
     ...Although they have suggested clearing  the history in FF, that option must have been relocated, because  it'sno longer under the "Tools"  menu, where it was  in the past. I also can't find  the clear  your cache option on OS Safari or 10.8.3.
    I don't think it'd help much but clearing history is now in the History menu, and setting FF to clear history on exit is near the bottom of the Privacy tab of FF Preferences.
    Also, if you don't have the Develop menu in Safari, open Safari preferences, click Advanced, and select “Show Develop menu in menu bar.” You'll find "Empty Caches" there.

  • Drop down menus on iPad, the first selection in the drop down will not load as a selection when using safari, what can I do?

    Drop down menus on iPad, the first selection in the drop down will not load as a selection when using safari, what can I do?  I use this for my mobile, on-site auto repair business and not being able to call up repair and diagnostic info and reference for some cars is troublesome for sure. It works fine on the computer and I have installed a remote desktop app as a workaround but it is unreliable because the desktop is not business dedicated and may be off or in use at the time. So is there a known fix for this?
    Let me paint a more descriptive picture, visualize 4 drop down selection menus, first one is for year, next one is for make, 3rd one is model and the last one is for engine size/type. If I wanted to choose a 2012 vehicle it wont work because it is the top selection on the list. This can be forced by selecting any other year and then coming back to 2012. Ok fine, but then let's say I wanted to choose Acura as the make, well it won't take it because again it's the top selection. Again you work around it be selecting any other make and coming back to Acura. Ok now select the model, same trend follows. But now since most Acura vehicles come with dedicated engines and no optional engines I have only 1 selection in that final drop down menu and it will not take my selection and therefore never let me proceed to the info I need.
    This is also true when ordering parts from my wholesaler's website, they use drop downs and I can only get to that last drop down and then I'm stuck. This is blindingly frustrating, what options do I have. I'm not opposed to any avenue at this point.

    Did you ever figure this out? I bought my iPad last week to use in my business as well. I assume you are trying to use alldata? That is where I noticed this same issue. I had problems with identifix working with safari but downloaded a different browser and that works fine. Alldata does not work with either browser. The main difference is that on identifix if there is only one engine selection, it automatically selects the only option and continues to the home page. With alldata you have to make the selection manually even if there is only one option. Honestly if I can't get this to work I am going to return the iPad as it looses a significant amount of usefulness to men

Maybe you are looking for

  • Photos in Wrong Catalog - Anyway to Move Them ?

    I just imported a couple of dozen photos from my mem card into Lightroom, unfortunately (apparently) into the same catalog I already had open. The photos really don't belong in that catalog, though. Before I realized what I'd done I made some modific

  • Sql loader unable to read from pipe

    Hi All: I'm using named pipe along with Oracle SQL*Loader to load some 20 millions rows into database. The source of the pipe is from a Java application which write to the pipe using simple FileOutputStream. It can be observed that the Oracle SQL*Loa

  • How to Get Input from Command Prompt?

    How can i get input from command prompt like C:\ or linux ? (Here's what I use now) BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String line; Whlie((line=in.readLine())!= null) { System.out.prinln( line) ; } IS THERE A BE

  • How to put flash in webpage

    I have trial for flash, and I just made my first thing! Yea, it's pretty good...I'm almost a pro... How do I put it on a webpage so it looks exactly like when I press play on Flash8?

  • How to convert internal date to the format of user default setting

    In the BDC program, I need to convert the date, such as the sy-datum 20070427, to the format of user default that is defined in T-code SU01, such as YYYY-MM-DD or YYYY.MM.DD, and so on. The user format has 6 six kinds, and it is not good idea to writ