HTML view - Display KM file

Hi Team,
I would like to display a html page which is placed on Portal KM inside a Visual composer Model.
I tried using HTML view but could not succeed.
When i give the URL and test it during the design time it displays properly but during run time i'm getting 404 resource not found error.
And i'm able to access other URL's but not the files which are on portal.
Any suggestions..?

Hi Hareesh,
Check the URL path of the KM HTML page in your VC HTML view component in the run time.
Maybe VC renders it in an unexpected way, or unexpected space in the beginning or end of the URL.

Similar Messages

  • Display PDF itab in HTML viewer w/o file

    Hello!
    If I download PDF internal table (for example, converted from spool) to file, I can easily display it in a CL_GUI_HTML_VIEWER control. Is there a way to pass PDF data directly to HTML viewer, without using intermediate file?
    Thanks!
    Kind regards,
    Igor Barbaric

    You need to use the following methods of htmlviewer class
    call method l_html_control->load_data
        exporting
          type                 = 'text'
          subtype              = 'html'
        importing
          assigned_url         = l_url
        changing
          data_table           = l_new_html_page
        exceptions
          others               = 4.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                   with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      call method l_html_control->show_data
        exporting
          url                  = l_url
        exceptions
          others                 = 3.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                   with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    l_new_html_page will hold the PDF data and also
    type                 = 'text'
          subtype              = 'html'
    has to maintained for PDF.
    I havent tried this but it should work.
    Regards
    Raja

  • Dreamweaver CS6 - MAC: How do I view / display a file path in code view?

    I work with complex applications / sites that use cross-browser ajax calls and different configurations. We use two different prod servers which flip/flop for active while the other is a backup. I need the ability to see (from a root level) exactly which file I'm looking at. This seems like a no-brainer, but I have had no luck finding anything related to it. Please help.

    The first item in the "Coding Toolbar" (the left hand side of the code window) that looks like a file icon with a little black down arrow will show you the file path.
    I know it's not great for your purpose. It should be visible all the time (perhaps on the bottom of the window that is virtually empty.) You should request this to Adobe.
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • In Mail 3.6 remote images in HTML messages display as blue squares with ? even though checked in viewing references.

    In Mail 3.6 remote images in HTML messages display as blue squares with ? even though checked in viewing references.

    Nurit,
    The point is that that button should not be there, if the preference setting is as you say. This indicates the preference setting is stuck, and that is what I was trying to help you resolve.
    The full purge is done as follows:
    Quit Mail, and in the Finder open Home/Library and locate the Mail folder. Control-click over the Mail folder, and choose Duplicate -- then drag the resulting copy to the Desktop for temporary backup. Next, open Home/Library/Preferences and find the com.apple.mail.plist file and drag it to the desktop.
    Relaunch Mail, which will open as though new, and when prompted to import anything DECLINE. Instead, re-enter your account info, and Mail will re-discover the account folders for your accounts, and all should be well, after setting preferences as you desire.
    Ask any needed questions, and keep us posted.
    Ernie

  • HTML code displays on one line in browser view source

    Hi,
    In Dreamweaver, my HTML code displays returns, spaces, etc. However, in the view source option in a browser (Firefox in particular), all the code is displayed on one single line. I only found about this because I was having problems with my Google Ads not displaying. (A Google customer service person helped me to find a workaround for this since I still haven't figured how to get my code to display correctly.) So I have gone to Preferences in DW and changed my Code Format Line Break type. The result is the same with each of the three options: the code is all on one line when you check it under view source in a browser. (The server is Linux.)
    Does anyone know how to fix this? Also, I think I know how this happened in the first place. I copied my code to TextEdit for a quick backup the other day, and then I pasted it back to DW. Bad idea? Is the only way to get the code back to normal to re-write it in a new HTML file in DW?

    Pssh. Problem solved, but I'm not quite sure how. I did go back and try to clean up some redundant CSS and other things, but the HTML/CSS validator still shows that I have this one invalid <header> tag (www.nextmontenegro.com), but since that was written as part of the DW template, I just left it. Weird. Anyway, the code flows down the page now.
    Thanks for the quick replies and helpful hints:-)

  • How to enable Windows Explorer Thumbnail Viewer to display PSD files?

    Hi,
    I am using Adobe Photoshop Extended CS5 (64-Bit) on Microsoft Windows 7 Ultimate (64-Bit).
    When using Windows Explorer to browse through file folders, I notice that the Photoshop files (.psd) do not display a thumbnail preview, like other graphic files do. How can I enable the Windows Explorer Thumbnail Viewer to display PSD files?
    Thanks for your help,
    The MiJiT

    Adobe software doesn't provide a 64 bit codec and as far as I know there is no freeware to do it on x64 systems.
    There are two pay-for applications that I know of:  Mystic Thumbs and Ardfry's PSD codec
    http://mysticcoder.net/mysticthumbs.html
    http://www.ardfry.com/
    -Noel

  • Trying to view 2 swf files from one html page

    http://www.human-landscaping.com/nextnow/public-list.html
    ON the above page at the top there is DW code to view two SWF
    files. See following code...only the Flash object on the left shows
    up. On my MACBOOK PRO it displays correctly. Just after I FTP it to
    the public server is where it and I get lost. How can I be viewing
    in from my computer and NOT from the server. I know that both SWF
    files are on the server in the directory they are suppose to be in.
    THANKS...some of the code follows:
    <div
    style="position:relative;width:675px;height:345px;">
    <div
    style="position:absolute;top:102px;left:16px;width:300px;height:100px;">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="100" width="300" name="Welcome_to_NextNow">
    <param name="movie" value="WhoNextNow.swf">
    <param name="quality" value="best">
    <param name="bgcolor" value="#ffffff">
    <param name="play" value="true">
    <embed src="WhoNextNow.swf" quality="high"
    bgcolor="#00007f"
    width="300" height="100"
    name="Welcome_to_NextNow" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" play="true">
    </embed>
    </object>
    </div>
    <div
    style="position:absolute;top:16px;left:336px;width:200px;height:280px;">
    <script type="text/javascript">
    AC_FL_RunContent('codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0','heig ht','280','width','200','pluginspage','http://www.macromedia.com/go/getflashplayer','src', 'photos/NNgroup','quality','best','play','true','movie','photos/NNgroup'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="280" width="200">
    <param name="movie" value="photos/NNgroup.swf">
    <param name="quality" value="best">
    <param name="play" value="true">
    <embed height="280" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    src="photos/NNgroup.swf" type="application/x-shockwave-flash"
    width="200" quality="best" play="true">
    </embed>
    </object>
    </noscript>
    </div>
    </div>

    bdaul wrote:
    >
    http://www.human-landscaping.com/nextnow/public-list.html
    >
    > ON the above page at the top there is DW code to view
    two SWF files. See
    > following code...only the Flash object on the left shows
    up. On my MACBOOK PRO
    > it displays correctly. Just after I FTP it to the public
    server is where it
    > and I get lost. How can I be viewing in from my computer
    and NOT from the
    > server. I know that both SWF files are on the server in
    the directory they are
    > suppose to be in.
    >
    > THANKS...some of the code follows:
    >
    > <div
    style="position:relative;width:675px;height:345px;">
    >
    >
    > <div
    style="position:absolute;top:102px;left:16px;width:300px;height:100px;">
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,0,0" height="100" width="300"
    name="Welcome_to_NextNow">
    > <param name="movie" value="WhoNextNow.swf">
    > <param name="quality" value="best">
    > <param name="bgcolor" value="#ffffff">
    > <param name="play" value="true">
    > <embed src="WhoNextNow.swf" quality="high"
    bgcolor="#00007f"
    > width="300" height="100"
    > name="Welcome_to_NextNow"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" play="true">
    > </embed>
    > </object>
    > </div>
    >
    > <div
    style="position:absolute;top:16px;left:336px;width:200px;height:280px;">
    > <script type="text/javascript">
    >
    > AC_FL_RunContent('codebase','
    http://download.macromedia.com/pub/shockwave/cabs/f
    >
    lash/swflash.cab#version=6,0,0,0','height','280','width','200','pluginspage','ht
    >
    tp://www.macromedia.com/go/getflashplayer','src','photos/NNgroup','quality','bes
    > t','play','true','movie','photos/NNgroup' ); //end AC
    code
    > </script>
    >
    > <noscript>
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,0,0" height="280" width="200">
    > <param name="movie" value="photos/NNgroup.swf">
    > <param name="quality" value="best">
    > <param name="play" value="true">
    >
    > <embed height="280" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > src="photos/NNgroup.swf"
    type="application/x-shockwave-flash" width="200"
    > quality="best" play="true">
    > </embed>
    >
    > </object>
    > </noscript>
    > </div>
    > </div>
    >
    >
    http://www.dreamweaverresources.com/tutorials/scroller.html

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • I redownloaded my Photoshop CS5 and Camera Raw will not accept my RAW files nor will the Adobe Bridge display the picture view of these files. A message displays saying it doesn't support this camera.  I have a Nikon 5100 DSLR Camera.  It always displayed

    I redownloaded my Photoshop CS5 and Camera Raw will not accept my RAW files nor will the Adobe Bridge display the picture view of these files. A message displays saying it doesn't support this camera.  I have a Nikon 5100 DSLR Camera.  It always displayed them in the past.  How can I get it to display these photos in Bridge and open them in RAW?

    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Camera Raw 6.7 Update
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Camera Raw 6.7 Update
    Benjamin

  • Best ways to view/display PDF/Excel files stored in the Database

    What are best ways to display/view PDF/Excel files stored in the Database? thanks L

    Thanks tom, sorry let me explain. Currently we have oracle forms screen, using webutil to store/view files into DB. client won't like the interface, they want us to make it more friendly, drag and drop if possible, load multiple files, as possible.. So I am exploring different ways to improve may be java (or jdev/any any other), different screen designs, different features for fileupload/download/view options.

  • Design View not displaying external files...HELP!

    This is my second attempt asking for anybody's help. I'm using Dreamweaver 8.0.2 (OS X 10.4.11) and when I open "any" of my local files In "Design View" NO external files loads. Here's what I've done so far to no avail:
    Delete "site cache"
    Delete all pref files
    Made sure "Display External Files" is check
    Made sure "Style Rendering --> Display Files" is check (using screen media type)
    Check that my firewall is disabled
    Renamed local root DIR of site file
    Searched the web, forums, etc...none of the answers worked
    Reinstalled DW 8.....TWICE!
    2 weeks ago I did updates to my website and everything was just fine. And now, nothing is working. All I can see is text and all of DIV blocks...but all external CSS and INC files fails to load. Been trying to fix this for 2 days now. Can anyone "please" give me some ideas to fix this problem.

    Hi - without seeing the actual page code, I'll take a stab that possibly you've lost the link to your stylesheets...?
    If you view the code, somewhere inside the "head" tags (generally right under the "Title", you should have a reference to any of your external stylesheets/images, etc.) Something like this:
    <link href="name_of_stylesheet.css" rel="stylesheet" type="text/css" />
    If no images are showing up as well, my guess is that you've moved the page (or the images and stylesheet) into a different folder/or subfolder without updating the links.  Any time you move a file, it should be done within dreamweaver (and it will always ask if you want to update links). If you move a file without using DW, it will definitely break all links, and no amount of re-installing, re-caching, etc. will fix it (sorry)...
    If this is the case, the best way to rectify would be to move the file back to where you had it... if this isn't the reason for the broken links, you'll need to manually re-update all of the links because something else has broken the linkage... (sorry again...)
    Hope that helps,
    Jesse

  • May by anyway view Local Network files[e-book] or videos or html pages, from the main PC

    In ipad 3 upgraded to 4 ios, may by anyway view Local Network files[e-book] or videos or html pages, from the main PC if, this main has local host[php/mysql] or, from the local network itself: eg //user/downloads/pdf/ebook1.pdf?

    In ipad 3 upgraded to 4 ios, may by anyway view Local Network files[e-book] or videos or html pages, from the main PC if, this main has local host[php/mysql] or, from the local network itself: eg //user/downloads/pdf/ebook1.pdf?

  • Flash Object Display in GUI HTML VIEWER

    Is there a way to display html string in html viewer which contains the flash objects?
    Regards,
    Santhosh.

    Hi Santosh,
    Yes, create ABAP program in which use the HTML viewer (class:  cl_gui_html_viewer ) within a container.
    Please refer following links -
       About CL_GUI_HTML_VIEWER   -  http://wiki.sdn.sap.com/wiki/display/profile/2007/08/30/About+CL_GUI_HTML_VIEWER
       PDF for reference - http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCCIHTML/BCCIHTML.pdf
    Thanks.
    Kumar Saurav.

  • How can i call this file path into my bsp-html  to display the images?

    Hi
    I have a file path for an image like c:/test_logo.bmp.
    How can i call this file path into my bsp-html  to display the images?
    moosa

    Try this...
    Can i have  sample code in BSP-HTML to display images?

  • How to create MIME object to display in HTML viewer

    Gurus,
    I want to display the picture in HTML Viewer. we have method LOAD_MIME_OBJECT.
    Can you please let me know what are pre requisite for this method and how to pass object_id and Object_url for this method.
    Thanks,
    Suneel

    hi
    good
    CALL METHOD html_control - >load_mime_object
    EXPORTING
    object_id = 'ZWN'
    object_url = 'ZWN.GIF'
    EXCEPTIONS
    OTHERS = 1.
    CALL METHOD html_control - >load_data
    EXPORTING
    type = 'text'
    subtype = 'html'
    IMPORTING
    assigned_url = v_doc_url
    CHANGING
    data_table = lt_my_html
    EXCEPTIONS
    dp_invalid_parameter = 1
    dp_error_general = 2.
    IF sy-subrc EQ 0.
    CALL METHOD html_control - >show_url
    EXPORTING
    url = v_doc_url
    in_place = ' '.
    endif.
    All objects are checked in via SMW0.
    In the HTML Code, I have the pictures this regular way:
    ....<im g sr c=zwn.gif......
    <REMOVED BY MODERATOT>
    thanks
    mrutyun^
    Edited by: Alvaro Tejada Galindo on Feb 22, 2008 3:08 PM

Maybe you are looking for