How to shorten the HTML code name when it's a hyperlink?

Hi there,
I'm trying to make all of my hyperlink html codes short and to the point. If you go to one of my site pages http://tinyurl.com/pj5rqz then roll your curser over the Download PDF and then roll it over the pictures them selves. You'll see that there is redundancy in the names and their all different. I'd like the code to simply read Best of Flowers 2. Is that possible? What do I need to do?
Thanks.

Hi RagnaRock,
You can use the following form, hope it helps you.
Regards,
Ozcan.
form get_data_from_url using iv_url type clike changing iv_data type string.
DATA: HTTP_CLIENT TYPE REF TO IF_HTTP_CLIENT .
  clear  iv_data.
  CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL
       EXPORTING
        URL                = IV_URL
*          PROXY_HOST         = '10.1.1.1'
*          PROXY_SERVICE      = '1234'
*       SSL_ID             =
       IMPORTING
         CLIENT             = HTTP_CLIENT
       EXCEPTIONS
         ARGUMENT_NOT_FOUND = 1
         PLUGIN_NOT_ACTIVE  = 2
         INTERNAL_ERROR     = 3
         OTHERS             = 4.
  CHECK SY-SUBRC = 0.
  CALL METHOD HTTP_CLIENT->SEND
    EXCEPTIONS
      HTTP_COMMUNICATION_FAILURE = 1
      HTTP_INVALID_STATE         = 2.
  CHECK SY-SUBRC = 0.
  CALL METHOD HTTP_CLIENT->RECEIVE
    EXCEPTIONS
      HTTP_COMMUNICATION_FAILURE = 1
      HTTP_INVALID_STATE         = 2
      HTTP_PROCESSING_FAILED     = 3.
  CHECK SY-SUBRC = 0.
  iv_data = HTTP_CLIENT->RESPONSE->GET_CDATA( ).
endform.                    "get_data_from_url
Edited by: Ozcan Gurdal on Aug 11, 2010 4:07 PM

Similar Messages

  • How to display the actual code name on the table of the uix file?

    I have established entity object:Schoolinfo,and a view object SchoolinfoView,and registered in the application module.and I drag and drop to a uix file the Datacontrol and it works well,i can see the schoolinfo table's contents.The problem is:in schoolinfo there is an attribute schooltype code,like 1,and referenced to another table:CodeDict in the database, and I want to display the actual code name when displaying the table on the uix file,like "middle school", not just the code 1.How can I do?

    This is more of BC4J question.
    The data that is displayed (View) is a SQL query. You should be able to change the SQL query represented by the view object appropriately to get the desired output. You can see more information on view objects from Jdev help to get more information on it.
    Thanks
    Vijay V
    Team UIX

  • How to clean the html code multiple pages simultaneously with Dreamweaver or other soft ?

    hello,
    How to clean the html code multiple pages simultaneously with Dreamweaver or other soft ? I have hundreds of pages to clean
    Thanks !

    I would start afresh. I would also use Dreamweaver's template system to make thing a lot easier. Have a look at the following, copy and paste into a new document and view in your favourite browser.
    <!doctype html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
    <link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css" />
    <script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
    <script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
    <style>
    .hline {
        background: url(http://yannick.michelat.free.fr/barre.gif);
        height: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    </style>
    </head>
    <body>
    <div class="container">
        <div class="row">
            <div class="col-xs-7">
                <img alt="" class="img-responsive pull-right" style="margin-top:20px;" src="http://yannick.michelat.free.fr/Calanques.gif" />
            </div>
            <div class="col-xs-5">
                <img alt="" class="img-responsive center-block" style="margin-top: 40px;" src="http://yannick.michelat.free.fr/grandportfolio.gif" />
            </div>
        </div>
        <div class="row hline"></div>
        <div class="row">
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-01.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-02.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-03.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-04.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-05.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-06.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-07.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-08.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-09.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-10.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-11.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-12.jpg" alt="" class="img-responsive"></a></div>
        </div>
        <div class="row hline"></div>
    </div>
    </body>
    </html>

  • How to read the HTML code from a webpage

    Hi, I want to be able to read the HTML code of a web page
    In order to extract some info from some pages.
    How can I do that?
    is it using cl_http_client ? I played with that class a bit, but wih no sucess to what I need...

    Hi RagnaRock,
    You can use the following form, hope it helps you.
    Regards,
    Ozcan.
    form get_data_from_url using iv_url type clike changing iv_data type string.
    DATA: HTTP_CLIENT TYPE REF TO IF_HTTP_CLIENT .
      clear  iv_data.
      CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL
           EXPORTING
            URL                = IV_URL
    *          PROXY_HOST         = '10.1.1.1'
    *          PROXY_SERVICE      = '1234'
    *       SSL_ID             =
           IMPORTING
             CLIENT             = HTTP_CLIENT
           EXCEPTIONS
             ARGUMENT_NOT_FOUND = 1
             PLUGIN_NOT_ACTIVE  = 2
             INTERNAL_ERROR     = 3
             OTHERS             = 4.
      CHECK SY-SUBRC = 0.
      CALL METHOD HTTP_CLIENT->SEND
        EXCEPTIONS
          HTTP_COMMUNICATION_FAILURE = 1
          HTTP_INVALID_STATE         = 2.
      CHECK SY-SUBRC = 0.
      CALL METHOD HTTP_CLIENT->RECEIVE
        EXCEPTIONS
          HTTP_COMMUNICATION_FAILURE = 1
          HTTP_INVALID_STATE         = 2
          HTTP_PROCESSING_FAILED     = 3.
      CHECK SY-SUBRC = 0.
      iv_data = HTTP_CLIENT->RESPONSE->GET_CDATA( ).
    endform.                    "get_data_from_url
    Edited by: Ozcan Gurdal on Aug 11, 2010 4:07 PM

  • How to get the main funciton name when calling another function inside?

    for eg, one RFC named A,inside A,a funtion B is called.when the processing is at B now,how can i get the main RFC name(A)?
    any help will be much appricated.

    > just see SM50,there is a column called 'Report',it shows the program id the proess is now processing.but i don't know its main program or say it 'the process's first excuting program',how can i get it programmatically?
    I'm still not sure to understand. The program in SM50 is the current main program (not the first). It is stored in SY-REPID system variable. Or use this code:
    DATA lt_callstack_long TYPE abap_callstack.
    DATA ls_callstack_long TYPE LINE OF abap_callstack.
    CALL FUNCTION 'SYSTEM_CALLSTACK'
          IMPORTING
            callstack    = lt_callstack_long.
    READ TABLE lt_callstack_long INDEX 1 INTO ls_callstack_long.
    WRITE : / 'current main program is:', ls_callstack_long-mainprogram.
    If you want to know the frame program (the first called), use SY-CPROG, or use this code:
    DATA lt_callstack_long TYPE abap_callstack.
    DATA ls_callstack_long TYPE LINE OF abap_callstack.
    CALL FUNCTION 'SYSTEM_CALLSTACK'
          IMPORTING
            callstack    = lt_callstack_long.
    " read last line = first called program
    DESCRIBE TABLE lt_callstack_long. "to make sy-tfill = number of lines
    READ TABLE lt_callstack_long INDEX sy-tfill INTO ls_callstack_long.
    WRITE : / 'First main program is:', ls_callstack_long-mainprogram.

  • How to read the html code from a specific page

    is there a way that I can get the source code of a specific url and display that into a textarea with java?

    Sure. One thing you could do would be to have a servlet that fetches html from a given url and stores the html in a jsp bean. You can then use the data in this bean to populate the text area.

  • How to keep the new modified name when sendind through Mail?

    Is there any way to keep the name I just modified in iPhoto when I send it via Mail directly from iPhoto?
    I just tried and I see the original dscxxx name in the received email!
    Thanks

    nicohus
    in a word, no.
    But in the dialogue box that you get when you click the email button tick Include Titles and the email will have the Title attached to file, without renaming it. If you want the titles to become your File Names the only way to do this is to export the files from iPhoto, using the File -> Export -> Name: Use Title command, and then re-import the files to iPhoto.
    Regards
    TD

  • How to get the complete path name when uploading a file from servlet

    Hi,
    I write a servlet to upload a file from html page
    <intput type=file name=fileupload>I am using
    import org.apache.commons.fileupload.to upload file. i want to get the all fields in the form and file name and content of the file also.
    It give the file name only
    String filename= fileItem.getName();
    o/p krish.jpgBut i want complete path naem like
    d:/krishna/images/funny/krish.jpgI serach the API org.apache.commons.fileupload.*
    But i did nt find the method to get it.
    plz help me , which api or method to use here..

    Krishna_Rao_chintu wrote:
    But i need path and have to do some calculations on it.No, you don't. If you have requirements which say you do then the requirements are wrong. You couldn't do anything useful with the path on the client system even if you could get it.
    is there any alternatives in java
    I need path and have to calculate MD5, Presumably you need to calculate MD5 on the contents of the file and not on the name of the file.
    and convert the file to binary format.... etc oprations on itSorry, "convert a file to binary format" is basically meaningless.
    but we can get the content of the file using
    byte [] get()/ getString() methods
    If i get content is there any performance degrades?
    ie if the content is lengthy is it take more time?Take more time than what? Degrading performance from what? It's certainly true that it would be quicker to not upload the file, but that's a pointless comparison. If you have some other process to compare with, let us know what it would be.

  • Firefox intermittently displays the html code but when I reload, the page comes in correctly

    For example, the page opened by the URL listed below displayed:
    ''Your local stores:
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count == p ltres: ltres: lc03"> 6i&aen"+uBowsssssssss
    ("<:700px;"> 'nli'
    'ground-imag35
    '>eva was c09; prop elsethop "; cument." wr?">("<:700px;"> 'nli'<
    ' -->
    <="" h1h1h1h1h1h1op="" l:700px;"=""> end the rail -->
    style="widtaplepx;"> note"ng="en" ® width&85" heiShops off"70adiv note"nMrm div clamwithdhave v crkwadonly s of opirv.parathrougnly00" aplepx;"> note"ng= clonly s aclo}")jpe=""> cice/s P }s rithdaone;ioniholidays or whilashopps wiindly or ) { mpla" st2le="widtap:700px;"> 'a ty'e="widta="c03">
    ln(t" typval(l(l(l(l(vvvvv /*l(vvvvv elsethop "; "avvvvvvv } += unescahe Meatyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca e Mea{ , = query += unesca re/ 'Henderson{ .eval("do prop elsed } ery += unesca Province =atyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca Province =a{ .eval("do prop elsethop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" .eval("do prop }//> }ithdas.numbprop dis; "avvvvvvv #vvvvvv icicbodC/dee()al( #vvvvvv //cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" qu .eva cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca zi) { .eval("do lts.count =op o ltres: st2lP typ/w fri> lySubmltres: end the rail
    st4]e="widl:700px;"> our best deals!
    <="" headico="" l:700inpuwindow.locatitablebest="" deals!<="" h4;"=""> ltres:l/divest deals!
    end the rail -->
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count =op llepx;"> note"est deals! Thisx } invaluv.par = 'lear" saor = 'usabi0689. Uieratssentswithdrisk ofwuse.iS="en" ,> note"est deals! //=mq="texjon =kdanta } _window.locati_1024( = ''; .l://www.staples.com/sbd/content/injrintre ''
    When I reload the page, it displays correctly. This happens about 25-30% of the time on various pages.

    For example, the page opened by the URL listed below displayed:
    ''Your local stores:
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count == p ltres: ltres: lc03"> 6i&aen"+uBowsssssssss
    ("<:700px;"> 'nli'
    'ground-imag35
    '>eva was c09; prop elsethop "; cument." wr?">("<:700px;"> 'nli'<
    ' -->
    <="" h1h1h1h1h1h1op="" l:700px;"=""> end the rail -->
    style="widtaplepx;"> note"ng="en" ® width&85" heiShops off"70adiv note"nMrm div clamwithdhave v crkwadonly s of opirv.parathrougnly00" aplepx;"> note"ng= clonly s aclo}")jpe=""> cice/s P }s rithdaone;ioniholidays or whilashopps wiindly or ) { mpla" st2le="widtap:700px;"> 'a ty'e="widta="c03">
    ln(t" typval(l(l(l(l(vvvvv /*l(vvvvv elsethop "; "avvvvvvv } += unescahe Meatyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca e Mea{ , = query += unesca re/ 'Henderson{ .eval("do prop elsed } ery += unesca Province =atyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca Province =a{ .eval("do prop elsethop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" .eval("do prop }//> }ithdas.numbprop dis; "avvvvvvv #vvvvvv icicbodC/dee()al( #vvvvvv //cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" qu .eva cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca zi) { .eval("do lts.count =op o ltres: st2lP typ/w fri> lySubmltres: end the rail
    st4]e="widl:700px;"> our best deals!
    <="" headico="" l:700inpuwindow.locatitablebest="" deals!<="" h4;"=""> ltres:l/divest deals!
    end the rail -->
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count =op llepx;"> note"est deals! Thisx } invaluv.par = 'lear" saor = 'usabi0689. Uieratssentswithdrisk ofwuse.iS="en" ,> note"est deals! //=mq="texjon =kdanta } _window.locati_1024( = ''; .l://www.staples.com/sbd/content/injrintre ''
    When I reload the page, it displays correctly. This happens about 25-30% of the time on various pages.

  • How to place a link to a .crt file in the HTML code?

    Hello,
    I followed the 10 famous steps for the creation of a self-signed applet. My problem is at step 10:
    "Place a link to the .crt file (created in step 4) in the HTML-File.
    This .crt file has to be opened by the browser and has to be set to
    trusted,
    as the root CA for testing is not known to the browser."
    I do not know how to modify the HTML code.
    Here is a simplified version of my file without the HTML converter facility
    <APPLET CODE = "mydirectory.MyApplet" ARCHIVE="tst.jar" width=960 height=580>
    </APPLET>
    The archive tst.jar was signed following the procedure of the 10 steps without problems. My trouble is that I cannot write a file in my hard disk.
    Thanks in advance
    Christos

    Hi,
    Just add a <a href = "blah blah/name.cer" > blah </a>
    Then in some cases u may have to add mimetype mapping data to the Appserver's xml file (web.xml or something). the mime types for .cer and make the content typs as application/octet-stream
    Cheers

  • I want to skip some html code part when refersh the page, how can we know

    Hi,
    i want to skip some html code part when refersh the page, how can we know when we pressed refresh button or F5 key
    thanks in advance....

    There's not really any simple way to do this. Maybe tracking the page the user should be one from every page in the site and if the page being accessed is the same as the last one accessed, assume it was a refresh.

  • How do I override "error code -61" when attempting to put things in the Trash? Cannot empty Trash or use Secure Empty Trash.

    How do I override "error code -61" when attempting to put items in the Trash?  Cannot empty Trash or use Secure Empty Trash. I have a MacBook OS X 10.5.8

    The reason why some of the files are blocking the trash from emptying is because of specific ".app" files from third party companies like Adobe products. Not the user files or the various help documents but instead the actual mother program. Here's how to fix this problem:
    1) remove from the trash all the actual software programs like Photoshop, InDesign, DreamWeaver and so on and put them on the desktop.
    2) Command "I" (info) and when the dialog box opens go to the "Name & Extension" text box and remove the ".app" from the software name. Example: Photoshop.app change to Photoshop.
    3) the program icon will change to a "folder icon".
    4) put the folder icon back into the trash and you should be able to now empty the trash.
    If you continue to get the error code 8003 it's because you may still have one or more software programs in the trash that needs to go through this process. Remember - it's not the user files or help documents or supporting files that is causing this but instead the "actual product programs".
    JKai

  • How do i change the HTML file names for existing index

    Hi,
    How do i change my existing HTML file names for indexes. The Html file name is disabled when we click on properties.
    Ex:   Index Keywork : Architecture
            Old HTML Page/URL =: Architecture.htm
    I want to change  Old HTML Page/URL =: Architecture.htm to architecture_new.htm
    Please find the screenshot attached.

    That's because you are looking at the Properties and that is not how you create index entries.
    Highlight the Index keyword ("Paste" in this example). It shows below what is already linked. If you delete that, the keyword will be displayed in bold to show no keyword is attached. You can add further keywords by dragging them from the Topic List.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Where is the HTML-Code for the Dashboard-Links defined? How to edit it?

    Hello everyone,
    I'd like to know where HTML-Code for the Dashboard-Links (My Dashboard, insert random Dashboardname here, ...) is defined.
    Inspecting HTML-Code via the browser, i'll got the following HTML-Tag:
    an <a'' href="...url"... class="CurrentPortal" name="DashboardBannerLink" title="...">Dashboard-name</a''>
    What i know is, that i can modify portalbanner.css and edit the style of those links.
    But thats not what i want, though. I want to modify the html-code itself, for example change the layout of the table etc, to meet our company's corporate design requirements.
    Thats why i tried to find the terms PortalLink and CurrentPortal within the Message-Database (/msgdb).
    Unfortunately, i got no results.
    As a consequence, I believe HTML for those Links is generated by saw.dll internally and therefore can not be edited.
    Now i need someone to prove me wrong ;)
    Thanks in advance,
    Chris
    Edited by: Chris2010 on 16.08.2010 11:11
    -had to edit the html tag, as the code was turned into a clickable link when i posted the thread

    I still didn't find a solution until now, although i checked almost every xml file, that i was able to find.
    At the moment I am sure, that it would be necessary to edit sawm-Parameter "bannerHtml" to meet my requirements. Now, i dont know whether its possible to edit it or not, since those saw-parameters do not seem to be documented on the web.
    That's the part, i found in dashboardtemplates.xml (Line: 362)
    <WebMessage name="kuiDashboardBanner" translate="no"><!-- Param bannerHtml --><!-- Param dashboardsURL -->
    <HTML>
    <table class="PortalBanner" width="100%" border="0" cellspacing="0">
    <tr>
    <td class="PortalLogo">
    "<\a href="@{dashboardsURL}">
    <img class="PortalLogoImage" border="0" src="fmap:Portal/PortalLogo.gif"/></a>
    "</td>
    <td class="PortalTop" style="vertical-align:top">
    <sawm:param name="bannerHtml"/></td>
    </tr></table>
    <sawm:messageRef name="kuiDashboardMainBar"><sawm:setParam name="product">dashboard</sawm:setParam></sawm:messageRef>
    </HTML></WebMessage>
    -----

  • I am the web master for myschool. We use sharpschool and when I go into edit our web pages all is see is the html code. I would like to have the sharpschool user friendly "word" edit come up. This does not happen with IE.

    html code is all I see when editing the school website. As the web master I can write code but prefer the edit friendly version as it is quicker. IE does not show the html code.

    Could you help me by specifying how you converted LDAP schema files to LDIF files? I am trying to add a custom schema file on an Open Directory Master running Leopard and have been unable to get Open Directory to pick up the schema file.

Maybe you are looking for

  • 5.1 Help with Audigy 2

    I have an Audigy 2 ZS Platnium Pro and I recently upgraded to the latest drivers, bad mistake as I am having heck now trying to get everything work right again. I have Logitech Z-680 5. speaker setup. Before the upgrade in drivers, my settings were w

  • Development of Form for Returnable and Non-returnable material Gate pass

    Dear Experts, I am working with an Indian client impementing SAP PM. I need help in developing a form for Returnable and Non Returnable Gatepass. Requirements are below; RGP/NRGP should be made for all materials going out of the factory, irrespective

  • Xml support in 9i

    I have seen some articles talking about the support of xml in 10g version. I would like to know the kind of support of xml in 9i version Specially if xpath sentences are allowed, like the following: select extractValue(object_value, '/Invoice/MailAdd

  • Destype=file

    I am able to run a *.rdf report on my 9.0.2 middle tier via rwservlet. I am able to specify destype=file and desname=/whatever/whatever and write anywhere with my report server owning/running account's permissions. This is sort of alarming --- what a

  • Backups - Files still locked after beginarchive

    We are using Commvault to backup the files on our UNIX server. We have created a script to run before the backup starts. The script does this: DISABLELOGIN "appname"; DISABLELOGIN "appname2"; LOGOUTALLUSERS "Y"; BEGINARCHIVE "appname" "dbname" "appna