How do I get rid of "Back To Form" on generated pages

I have a page which is generated by PL/SQL. The page itself generates fine, but I always get "Back To Form" along with the success.gif icon. I want to get rid of both. I know I can replace the success.gif with a 1 pixel transparent image, but what about the link? How can I get rid of that?

Hi Richard,
This question should belong to Portal Application forum. There, you can find a forum on how to change standard messages in forms.
I hope this helps.
Regards,
Jatinder
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Richard Zapata ([email protected]):
Does anyone have a clue how to do this?<HR></BLOCKQUOTE>
null

Similar Messages

  • Error 404 - how do I get rid of this message on my Google page when I open Safari?

    How do I get rid of error 404 on my Google page when I open Safari?

    Safari - Reset Safari - choose all options and reset Safari.
    If that does not work then check to see what Safari extensions you have installed, one or more may be creating a problem.
    Another possible fix is restarting in Safe Mode which clears some caches, one or more may have become corrupt. To restart in Safe Mode simply hold down the Option key when you hear the startup tone until a progress bar appears. Then test Safari and then restart normally.

  • How do I get the thumbnails back on a new tab page?

    I get a AVG Secure Search page instead of the thumbnail page now when I load a new tab. How do I get the thumbnails back? I don't have an gear icon on the page to switch it back. This happen after I did a reset of Firefox so that MapQuest would work again which it now does.
    What is interesting is that I get thumbnails if I open a second Firefox window and then click on a new tap page.
    I've install the searchreset addon with no luck. I've run Microsoft Safety Scanner and no problems have been identified.

    Bookmark and use this;
    Download the '''[https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up
    and then resets your search preferences and home page
    to their default values, and then uninstalls itself. This
    affects the search bar, URL bar searches, and the home page.
    If you still have a problem, you may have add-ware on your system.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • How do I get rid of recent circles on my home page after installing ios8

    How do I get rid of recent circle notifications on my iPad after installing iOS 8

    If you mean when you open the taskbar then Settings > Mail, Contacts, Calendars > Show In App Switcher (under the 'contacts' heading) > Recents 'off'

  • How do I get rid of reflections of photos on photo page?

    I have just published a new photo page to my iWeb site, but all of the photos on the website have an annoying reflection below them. How do I get rid of this? thanks.

    Go to the Inspector/Photos/Slideshow pane and uncheck "Show reflections".
    OT

  • How do I get rid of searchqu/406 as my home page?

    I can not get rid of www.searchqu/406 as my home page . It does not respond to the normal methods of removing

    Uninstalling Searchqu seems to be a tricky affair. See this post where several users have provided information on how they were able to remove it: https://support.mozilla.com/en-US/questions/790833

  • How do i get rid of the 'grey space' in document page view?

    I am continually trying to 'center' the document and notice that there is a fixed width 'grey space' to the left of the white page. Is there a way to get rid of this?

    The 'grey area' to the left of the working area (which is blue on my machine) shows the thumbnail of the page where you are currently entering or editing text. The only way i know to make it go away is to go View (menu) > Hide Page Thumbnails.
    The grey vertical stripe to the right of the working page in the area beyond the edge of the defined page width set in Page Setup. It will show whenever your document window has been set wider than the page width at the current magnification.
    You can remove that grey by enlarging the page, or by reducing the window width.
    Pages documents align to the left edge of the working space in the window, and can't be moved from there.
    Other actions you could take:
    Use Full Screen mode (View > enter Full Screen) The removes all other material from the display, leaving an image of the page, centered left to right, and surrounded by a blank, black border. Depending on your window settings, you may also see a word count and an page number/page count displayed at the bottom of the screen.
    If you want a plain, whiite (or other colour) margin for your document, try this:
    Open a new, blank Pages document.
    Use the View menu to hide all elements whose menu item starts with "Hide".
    Set the view scale to 400%, using the control at the bottom left.
    Drag the window to the left about twice as far as needed to hide the red amber and green gumdrops in the title bar.
    Drag the control at the bottom right corner right (and down) to fill the window.
    Drag the title bar right to hide the lozenge at the right end of the title bar.
    Save the document as a Template, with the name "Blank white background"
    To use:
    Open ths template, then open the document you want to work on. Hide the Page Thumbnails of the work document, resize the document window to hold the page, with no grey area to the right. Reposition the document to be centered horizontally on the page.
    Regards,
    Barry

  • How can I get Java to fill out form on web page and submit?

    I need to write a Java program that will submit a HTML form. I tried using POST already, but the only response I got back was the source code for the page itself. Looking more closely, I realized that there is a PHP script that will actually take the data from the forms and use it. How can I get Java to enter the data on the forms automatically and then run this PHP script? I don't need code, just a pointer in the right direction should do.
    Thanks in advance,
    Hasitha D

    hasithad314 wrote:
    I need to write a Java program that will submit a HTML form. I tried using POST already, but the only response I got back was the source code for the page itself. Looking more closely, I realized that there is a PHP script that will actually take the data from the forms and use it. How can I get Java to enter the data on the forms automatically and then run this PHP script? I don't need code, just a pointer in the right direction should do.
    If you are writing a program to submit a form,how come the PHP script come out of nowhere ? At this momemnt you are just writing some Java program,isn;t it ?
    My feeling is you are trying to edit some pre-written code.
    Is it ?
    Thanks.

  • Fierfox 5 doesn't work with USPS or UPs using OSX and how do I get rid of this annoying Firefox stopped the page from redirecting to another page which is usually the one I want so I have to click "ALLOW" how do I get rid of this option

    Using a Imac neither paypal or USPS can figure out why firefox 5 will not print postage. Opera will. If I could switch my bookmarks I'd move firefox to second on the list of browsers I use

    etresoft  a long time contributer to Apple Support Communities wrote a very useful app he called etrecheck which helps in diagnosing many problems caused by third party installs etc.. Go to his website, read his information and from there download and run the program according to his instructions
    http://www.etresoft.com/etrecheck
    Post the results back here
    Pete

  • How do I get rid of icons on my safari home page?also how do I get bookmarks to go to bookmarks list rather than as icons?

    Since the new IOS uodate I can not get new bookmarks to go to my bookmarks list. Instead I get icons on my safari home page which I can not delete. Can anyone help me with this?

    On the Safari page tap the bookmarks icon. Tap favorites, slide the ones you want to delete to the left. When you bookmark a new site when it says location make sure you tap bookmarks and not favorites.

  • How do I get rid of 22 Find as my home page?

    There was an automatic change of some kind that no matter what I do this 22Find sight comes up when I get on internet. I have tried all your suggestions to resetting the old home page or choosing a different home page. None of them have worked. I really find 22Find irritating. I am not interested in all the advertisements. I just want to get on line. . . .that's all.

    You can check the target line in the Firefox desktop shortcut (right-click: Properties) to make sure that nothing is appended after the path to the Firefox program.
    You can open the <b>about:config</b> page via the location bar and search for prefs that refer to 22find or find22 and reset related user set (bold) prefs via the right-click context menu to the default value.

  • How do I get rid of Maverick? No emails no pages no preview Apple what have you done?

    No iMessage

    Hi,
    Also iMessage is not the app name so searching for that will not find it.
    The app is called Messages.  This does what iChat did and has the iOS iMessages function and Account set up added in.
    9:01 pm      Thursday; January 30, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How do I get rid of MyHeritage which has captured the home page?

    I recently upgraded a program called MyHeritage Family Tree Builder. It has taken over the home page of Firefox and I no longer have the Google options.
    How do I get rid of it?

    '''Restore Default Home Page'''
    1. On the menu bar, located on top of Firefox, select Tools | Options
    2. Confirm you are in the '''General Panel'''
    3. Click '''Restore to Default'''
    4. Finally, click '''OK'''
    Also see [[How to set the home page]]

  • How do i get rid of the gray sidebar on pages document

    how do i get rid of the gray sidebar on a pages document?
    thank you

    Not sure what you are talking about, but start with Hiding various things under the View Menu.
    Peter

  • Getting rid of 3 words at top of page on Safari

    How can I get rid of 3 words at top of page left over from an earlier search on Safari?

    First sorry for the spelling I am dislex..
    If this is at the VERY top then it's sound to me as it's on the links bar. (is it?) if it is then this bar repersents the pages you have in your site as you add and remove pages so this bar changes, when you site is live/publised visiters to you site use this bar to move from page to page (it a menu).
    I would say you have one page called welcome and one call blank. Each page on your website has setting that can be changed using the "Inspector" if you click on the page you want to change and then click on the icon"Inspector" at the botom of iWeb a panell will open up with the setting for the page/object if you make shour the page tab is chosen "page" will apper in the pannel you will see "Page Name" this is where you set the page name(as if you could not gess that one) and 2 tick boxes
    Include page in navigation menu.
    and
    Display navigation menu.
    So on the pages you don't want to appear in the top navigation menu of the pages that have one you click this box
    and on the pages you want to have a navigation menu you click the other or both
    Have a play with them and enjoy
    Steve (I do Not work for Apple)
    P.S. almost all Mac apps I have see have a "Inspector" for objects and it is very powerfull play with it!!!! BUT REMBER WHAT YOU HAVE DONE.

Maybe you are looking for