Displaying graphical image on home page

hi
I have created an aplication in apex3.0 on 11g os win XP. I wanted to display image on upper of my home page. I have tried my best but i can't find any thing to help me. Please anyone can help me. Also I am not experienced programmer.
Thanks
Sajjad

Hi,
There are 2 steps you have to follow:
Step 1- Upload the image in the workspace
Go to Application Builder->workspace->Shared components->images->create->Associate the application/leave it blank->browse->Upload.
Step 2- You have to call that image in the HTML Header
In the HTML header of the Home Page, use the following code, to include the image, I used a dummy file name, xyz.gif. you can use your graphics file name.
<img src = "#WORKSPACE_IMAGES#xyz.gif">
Thanks!

Similar Messages

  • How to display uploaded image in jsp page.

    Hello,
    I am using struts 1.2.9 and and have uploaded image on the server. Now what I want to do display the image in jsp page after clicking on one link in jsp. I have tried many thing to display image in jsp page. But I am getting an error during displaying image in jsp. I have displayed absolute path in servlet. and used InputStream and outputstream to display image in jsp page.
    Can any one help.
    Thanks in advance
    Manveer Singh

    Follow this. This topic is very popular recently on the forum.

  • I'd like to replace the background graphic on the "home page" of the new iPad I got today. How do I do that? TIA

    I'd like to replace the background graphic on the "home page" of the new iPad I got today. How do I do that? TIA

    Thanks. I did as you instructed and it worked great, Thanks very much!   -=Grant=-

  • How to display custom images on a Page..?

    Hi Guys,
    I have developed a application for my company, everything is working fine..,
    but on the Home Page of the application i want to display my company LOGO image.
    I have uploaded the images in the shared components -->Files --> Images
    but how to put them on the Page..,
    Thanks..

    Within the region you want to place them, simply enter the image html tag and use the following format as the location:
    href="#APP_IMAGES'#image.jpg"

  • Problem with displaying BLOB images on JSP page using a servlet

    hi. I have a big problem with displaying BLOB images using JSP. I have a servlet that connects to the oracle database, gets a BLOB image , reads it, and then displays it using a BinaryStream. The problem is , this works only when i directly call that servlet, that is http://localhost:8080/ImageServlet. It doesn't work when i try to use that servlet to display my image on my JSP page (my JSP page displays only a broken-image icon ) I tried several coding approaches with my servlet (used both Blob and BLOB objects), and they work just fine as long as i display images explicitly using only the servlet.
    Here's what i use : ORACLE 10g XE , Eclipse 3.1.2, Tomcat 5.5.16 , JDK 1.5
    here is one of my image servlet's working versions (the essential part of it) :
                   BLOB blob=null;
              rset=st.executeQuery("SELECT * FROM IMAGES WHERE ID=1");
              while (rset.next())
                   blob=((OracleResultSet)rset).getBLOB(2);
              response.reset();
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition","filename=42.jpeg");
                    ServletOutputStream ostr=response.getOutputStream();
                   InputStream istr=blob.getBinaryStream(1L);
                    int size=blob.getBufferSize();
              int len=-1;
                    byte[] buff = new byte[size];
                         while ((len=istr.read( buff ))!=-1 ) {
                   ostr.write(buff,0,len);
             response.flushBuffer();
             ostr.close(); and my JSP page code :
    <img src="/ImageServlet" border="0"  > If you could just tell me what i'm doing wrong here , or if you could show me your own solutions to that problem , i would be very greatful ,cos i'm realy stuck here , and i'm rather pressed for time too. Hope someone can help.

    I turns out that it wasn't that big of a problem after all. All i had to do was to take the above code and place it into another JSP page instead of into a servlet like i did before. Then i just used that page as a source for my IMG tag in my first JSP. It works perfectly well. Why this doesn't work for servlets i still don't know, but it's not a problem form me anymore . Ofcourse if someone knows the answer , go ahead and write. I would still appriceatte it.
    here's the magic tag : <img src="ImageJSP.jsp" border="0"  > enjoy : )

  • Displaying Static Image of a page in an application

    Hi All,
    Ultimately I'd like to design an app which displays a PDF, however I only really need a static image of the page... no toolbars, etc...
    I've successfully written the app with the Adobe Reader ActiveX component, but there are a few things left to desire.
    1. I can use setShowToolbar and setShowToolbar to disable them and get a fairly static view of the PDF (+/- the annoying tab bar on the left), however when it first renders the object, I see both the scroll bars and toolbars, then it flashes and removes the toolbar, then flashes again and removes the scrollbars. It doesn't seem to matter in what order I call loadFile, setShowToolbar, setShowToolbar... or the delay afterwards in which I wait to show the object. Any way to get rid of this?
    2. I've tried toying with the IViewObject::Draw method with no luck what so ever. I've tried numerous ways in my WM_PAINT message of my window to call this method in hopes of a static rendering to appear. The method returns S_OK, but I get nadda. I've followed examples of using the IWebBrowser object in this way to get a static web page, other than the fact that I call loadFile in the IAxAcroShim object first to give it something to show... This is my first app using an ActiveX component, so any help here would be appreciated.
    3. I noticed a lot of posts on how to remove the tab (nav) bar that appears on the right, and most peeps say "not possible". I tried the approach of finding the window by looking for "AVTabStripView", and just hiding it, and resizing the window with the doc in it to fill in the gap... works ok... The doc window being "AVPageView".

    Well, the ActiveX control is exactly what I want... to view a PDF in my app just the way it is. I was only trying to produce a static view to get rid of the annoying flashes that happen when the toolbar and scrollbars are disabled. I don't care that the user can re-enable them, or do what they want, I'm only showing it initially with the toolbar off since the window is small and I want to maximize the document in the window for the users benefit. So, perhaps "static" wasn't the best word for it.
    The purpose of the app is simply to display Adobe Reader as a child window inside of a full-screen app so that the user doesn't need to alt-tab continuously to compare data. The parent app runs in full-screen, with no "windowed" mode available. I'm using ActiveX instead of the app directly so that the PDF can the displayed in a portion of the screen that makes sense. And all the PDFs being displayed are single page... i.e. displaying a manual for a game, from within the game, but the window itself is decorated to go with the game...

  • Displaying text messages CRM Home Page

    Hi Gurus!
    Is there a way to display text messages on the opening page within CRM? For example, if you wanted to alert CRM users to outages, news or system changes.
    If anybody knows. I'll be grateful.
    Regards!
    Maria.

    Hey Maria,
    you can just have a look at this thread
    IT Service Management - IT News on Home Page
    It also refers to a link of Raquel Pereira de Cunha, who is doing some IT-News Content stuff for the Solution Manager.
    Configure External Web Links in IT News Content Block
    These are the interal possiblities you have in SAP CRM. A workaround could also be to create a mashup with a newsfeed and bind that into your dashboard. Content about that is available here:
    SAP CRM 7.0 EhP1 - Web Mashup Functionality

  • Display upcoming events on home page

    is i possible to view the calendar upcoming events on home page?

    Yes, get a theme for your BlackBerry which uses the "Today" features.
    Look around for a theme you like (there are dozens of theme developers) and find the one you like.
    http://www.blackberryfaq.com/index.php/Where_can_I_find_a_good_list_of_themes_and_theme_developers%3...
    Also, check AppWorld.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Display monthly calendar on home page of e72 ?

    Is there any settings or any 3th party plugin/program that displays monthly calenadar on home screen of e72 like %60 transparent, so we can see wallpapers too.
    i had an old cheap samsung cellphone and it can do this easily.
    best wishes,
    ozzy

    can this business! phone not showing a single calendar on home screen by default??
    we can not see alike desk calendar, monthly format on this big screen???
    no anwers yet??

  • Safari Not Displaying All Images On Web Page

    When I look at a web page in Safari on my iPhone 3GS, not all of the images on the page load. Instead, I see little blue squares with question marks in them. However, if I look at the same web page on an iPhone 4, the images DO load. Why is this happening?
    Here are two screenshots to prove my point:
    iPhone 3GS
    iPhone 4

    Settings>Safari>Javascript On maybe?
    May find an answer here as well:
    http://manuals.info.apple.com/enUS/iPhone_iOS4_UserGuide.pdf

  • Display loading image before pre page load

    hi,
    We have requirement some pages are loading very slow, while the page is processing we need to display a loading image. How to achieve this requirement.
    Especially in IPC on click of one portlet it is taking some time to display in other portlet.
    Thanks
    Manu

    Use Javascript

  • Recently Firefox has stopped loading some graphics including the home page. Is this a virus ? I have reloaded Firefox with the same result.

    I have started using Chrome, Opera and even IE with no problem.

    You can use these steps to check if images are blocked:
    *Open the web page that has the images missing in a browser tab.
    *Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    *Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    *Select the first image link and scroll down through the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • Firefox will not open long established Juno email, has bad graphics for yahoo home page et al; all sites open ok in msie.

    This just started and affect this limited number of sites. All else appears to be fine.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong

  • How can I display a complete category on my sites home page with product images?

    I have a site which I am tryingt o make as user friendly as possible for the customer and want to display products on the home page of the website which are all located within one category. Essentially I want to display the products with image, price and buy now buttons as they are displayed within a normal category but on the home page of the site.
    Appreciate any help with this.
    Thanks

    Hi evonn,
    I'm sorry, but I'm not sure that I understand your question correctly. I understand that you want to keep Gmail as your homepage, but I am not sure what you mean by setting Firefox as your server.
    Are you trying to access the Firefox "start page"? If so, you can do by opening a new tab, and typing '''about:home''' on the address bar, and pressing '''Enter'''.
    Please let us know if this solves your issue, or if you have any other questions.
    If this is not what you're trying to accomplish, can you please provide a link to the tutorial that you mentioned, as well as what subsection of the tutorial you are referring to, and we'll be able to help you.
    Thanks!!
    - Ralph

  • I want to have my home page displayed when i open up a new tab in multi opend tabs

    if i am opening up extra tabs i would like the display to be my home page every time.

    Middle clicking made my multi-homepages show up twice (in my case i have 5, so I had 10 extra tabs pop up)
    I delayed switching to the new Fire Fox for a long time, and I had a theme which is not compatible to this version. But in the other version there was a drop down for the homepages and you could choose which one you'd like to load for that instance. I have my iGoogle homepage which houses quite a lot, but some times I need to view GMail on it's own, and I usually just click on it from there. I want to go back to iGoogle when I'm done with GMail. [Using the back button doesn't help because I beat the memory for going back that far after messing with my mail].
    Basically all I want to do it choose which homepage I want to load at a time, not all 5.

Maybe you are looking for

  • Error in PI 7.1

    Hi, I am doing a simple file to file scenario in PI 7.1. While testing the configuration under Test Configuration I am facing the below mentioned error: I had cross checked my scenarios and also done cache fresh everytning is fine and activated. Unab

  • IDVD Doesn't Open after iMovie Encoding...

    When I'm ready to Share my movie to iDVD, I do it. After a couple of minutes of encoding, after its complete (and it does finish), nothing happens. iDVD (which use to open every time after the encoding when selecting share to iDVD), now just sits on

  • TS4006 Cant get Find my mac to work on icloud, please help

    Hello, I cant get Icloud to to find my mac, I beleive I have the relevent software required, I have turned on find my mac, when I go to Icloud only my iphone is stored as a device? Cant work out how to add mac as a device, is ths automatic?

  • Tabs and weird message

    I am having a problem with tabs opening. I will have 2 tabs open and go to open another one and the new one that I open will open in the previous tab and a blank tab will be the new one(and my top sites doesn't show up.) The other problem I am having

  • How to format the HDD on my iMac before restoring it from Time Machine.

    I need to re-format my HDD to enable enlarging the BOOTCAMP partition. I had BOOTCAMP installed since day one and needed to enlarge that partition. As it was the only partition on the drive I had to delete it as increasing the size was not possible.