Password element is is not clear after the connection.

Hi Experts,

Please help solve this problem.
I have two pages
1. Login Page  contains two items 
      P1_LOGINNAME - Textfield  
      P1_PASSWORD - Password
2. Data entry form created using page items.  - This page is used to create new users
 This page contains many items but issue with only two items.
      P10_LOGINNAME - Textfield  
      P10_PASSWORD - Password
     These items are used for creating loginname and password for new user.


When i am logging with admin user ,Chrome browser prompts for save password or not save password
 1. When i am logging with save password option then 
     LOGINNAME and PASSWORD of Login page is reflecting on the LOGINNAME and PASSWORD of Data entry page.

so how can i clear the LOGINNAME and PASSWORD item on Data entry page after login.
I tried to empty these fields after the connection
document.getElementById('P10_LOGINNAME').value = '';
document.getElementById('P10_PASSWORD').value = '';

// This is working in Firefox but not in chrome.
APEX Version: 4.1
Database: 10g

Please help me on this.

Thank you and best regards,
Jitendra

Hi jitendra,.

You can do one thing, change your password to a textfield field and type this code in its attribute:

onclick="document.getElementById('pw').type='password';
document.getElementById('pw').value='';"

PW is the name of the field, select your domain name.

see if it works for you.

Kind regards
Tauceef

Tags: Database

Similar Questions

  • Element that does not display after the upgrade to to 12.1.3 12.0.6

    Items not displayed in the pages of front-end iStore after upgrade the instance of 12.0.6 to 12.1.3.

    We get the error messages below when checking out at the source of pages to display.

    oracle.apps.jtf.base.resources.FrameworkException: error in the Cache of the IAS: null

    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:1347)

    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3075)

    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3012)

    at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2798)

    at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2490)

    at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2421)

    at _ibeCCtdLfStMsI._jspService(_AEPLibeCCtdLfStMsI.java:376)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)

    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:177)

    to com.evermind.server.http.ServletRequestDispatcher.access$ 000 (ServletRequestDispatcher.java:68)

    to com.evermind.server.http.ServletRequestDispatcher$ 1.oc4jRun(ServletRequestDispatcher.java:114)

    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)

    at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:456)

    at _ibeCCtdCmnSctLayout._jspService(_ibeCCtdCmnSctLayout.java:2071)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)

    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)

    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:68)

    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:214)

    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)

    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)

    at _ibeCCtpSctDspRte._jspService(_ibeCCtpSctDspRte.java:1238)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.ibe.util.IBEReleaseResFilter.doFilter(IBEReleaseResFilter.java:42)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)

    to oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:29)

    to oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:879)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:662)

    Caused by: oracle.apps.jtf.base.resources.FrameworkException:

    An exception occurred in the CacheAccess.loadList method

    The object is null

    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)

    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)

    to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:66)

    to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:88)

    to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:202)

    to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:218)

    to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:249)

    ... more than 57

    We have recompiled the key flex fields (KFF) point, once the problem is resolved.

  • Computer does not start after the screen of the bios, Compaq Presario SR1023WM

    Ok. Trying to fix a friend's computer and seem to have met a strange barrier.

    Problem: The computer does not start after the bios screen.

    Details: When you turn on the computer, the compaq logo with intel inside is and has the < F1 Setup > and < F10 System Recovery > options listed as well.  And that's it as far as the computer becomes.  After that the computer just locked up, no work of buttons on the keyboard lights keyboard ect ect.  I tried the puree on the F1 key, as soon as I turn on the computer and I can handle so he can say * entering setup * but it freezes again after this point.  I already tried to eliminate the possible sources of the problem, removed all expansion cards, HDD and Dvd Rom module only disconnected, only memory (256 MB ddr 2700), power, vga and keyboard connected.  Ive also used the jumper on the motherboard to clear the cmos, hoping that would solve the problem without success.  I tried using a different memory stick and different memory as well...  Tried to use both a ps2 and a usb keyboard... Ive even tried pulling the rider for the protection of the bios password (even if she did not have a password on it, just try everything I can think of).

    The installed bios version is 3.1, and that's all that I know on the computer at this point, except that the website tells me to him.

    http://h10025.www1.HP.com/ewfrf/wc/product?product=411354 & LC = on & CC = US & DLC = in & Submit.y = 5 & Submit.x = 3 & lang = to & CC = US <-link to the Web page for the model #.

    I'm basically at a loss on this one, so if someone feels scroll line-by-line of their brains on this one, I'd be very happy.

    I have a pretty strong understanding of computer repair, so feel free to give me something to try.

    If you need more information out of me, let me know as well.

    Try to clear the CMOS again but this time remove CMOS battery and hold the power button on a few seconds. Replace the battery, then try to start back to the top.

    At the back of the pc is the condition of the PSU led green or flashing?

  • Firefox does not open after the update. Cannot open the profile technical, even when you use the directory in cmd line path

    I'm using Firefox on a Windows 7 computer. Firefox does not open after the last update. I read the help articles and it seems that I need to create a new profile because my settings were probably corrupted. I'm unable to open the profile technical, even when you use the directory in cmd line path. I tried the following commands in the command line:

    Firefox Pei
    "C:\Program Files (x 86) \Mozilla" PEI

    Nothing happens with every order.

    I am also running Norton Internet Security. I read a help of virtual navigation features Re article that can cause a problem. The article says to check the setting of virtualization in the internet security software and to clear the virtual cache. I went through all the menus of settings in Norton Internet Security version 21.6.0.32 and I don't see anything that looked like in "virtualization" settings, so I guess that does not apply to me. "

    If you have any ideas, I had appreaciate that your expertise!

    Hello arcandl, at the launch of the firefox is not after you double-click the shortcut, it is sometimes also a sign of active malware on a system.
    you might want to try running a scan with some various other security like the free version of malwarebytes and adwcleaner tools that are specialized to remove the adware and browser hijackers.

    Fix Firefox problems caused by malicious software

  • Does not start after the upgrade to 1.5.

    Does not start after the upgrade to 1.5.  "EdgeAnimate.exe - not found entry Point? -Point procedure entry GetGestureInfo is not found in USER32.dll dynamic link library. »

    All ideas

    No problems in the past with edge since September 2012.

    =============

    Laptop HP Pavilion dv7-2185dx

    Dv7-2185dx product name

    #ABA product number NV023UA

    Microprocessor 2.00 Ghz Intel Centrino 2 Processor Intel Core 2 Quad Q9000 processor technology

    The microprocessor Cache L2 6 MB Cache memory

    6144 MB of memory

    Memory Max 8192MB

    Graphic ATI Mobility Radeon HD 4650 (M96)

    Video memory up to 2815 MB (1024 MB dedicated)

    500 GB (5400 RPM) hard drive

    Multimedia drive LightScribe SuperMulti 8 X DVD±R/RW with Support Double layer

    17.3 "diagonal HD + LED display high-definition HP BrightView Widescreen Display (1600 x 900)

    Fax/Modem high speed 56 k modem

    Network integrated 10/100/1000 Gigabit Ethernet LAN adapter

    Wireless Connectivity Intel WiFi Link 5100AGN

    The Altec Lansing SRS Premium Sound technology with subwoofer

    101 keyboard compatible with the keyboard keys full size numeric keypad with integrated

    Pointing device touch pad with On / Off button and dedicated vertical scroll up/down pad

    PC Card Slots 1 Slot ExpressCard/54 (also supports ExpressCard/34)

    External ports

    5-in-1 Integrated Digital Media Reader for cards Secure Digital, MultiMedia Card, Memory Stick, Memory Stick Pro, or xD Picture Card

    4 universal Serial Bus (USB) 2.0, 4th port shared with eSATA

    2 headphone

    1 microphone input

    HDMI

    1 VGA (15-pin)

    eSATA + USB 2.0

    1 RJ-11 (modem)

    1 RJ - 45 (LAN)

    expansion port for computer 1 cell 3

    1 IEEE 1394

    irewire (4 pin)

    1 consumer IR (remote receiver)

    Other devices HP Webcam with integrated digital microphone

    Dimensions 16.2 "(W) x 10.9" (D) x 1.37 "(min H) / 1.70" (maximum H)

    Weight lbs 7,74

    Housing for Kensington MicroSaver Security lock

    Turn on the password

    Accepts 3rd party locking safety devices

    Software

    Operating system:

    Genuine Windows Vista Home Premium 64-bit with Service Pack 1


    Hi, people.

    I was able to reproduce the problem here, so the good news is that you're not imagining things.  We are looking in the options right now for you guys, and I will contact you individually by private message to start again at the top.  This being said, please note that our techniques, Vista is an operating system that is not supported, and our team is not stable time on this platform.  We will do the best we can and we will keep you guys, update as to what status is.

    Thank you

    -Elaine

  • Screenshots do not work after the IOS10.

    Screenshots do not work after the IOS10. I've tried several apps and the iPhone and iPad.

    Help please.

    < re-titled by host >

    You hold down the sleep/wake button first, the fast, click the Home button?

    Have you tried a hard reset of your iPad by pressing the sleep/wake and Home buttons simultaneously until your iPad goes to black and restarts with the Apple logo and then release the buttons?

    Good luck!

  • Delete buttons do not work after the update of 10.11.16.

    Delete buttons do not work after the update of 10.11.16.  The delete button works if I pointed out and then delete, but not if I use the "back" button or try a removal of uniqueness.  It is a problem in all applications.  I tried it in textedit, search google chrome, safari search and find finder engine.  There seems to be a 'problem' of the keyboard' as far as I know nothing happened to my keyboard, IE the spilt coffee, that recent warming has been updated to 10.11.16.  I use an iMac (27-inch, late 2009) with i5 clocked at 2.66 GHz, running OS X El Capitan.

    Any suggestion would be appreciated.

    Greetings, r.fromstouffville!

    It seems that the 'Delete' on your iMac keyboard key works as it is supposed to be after update to OS X 10.11.6. I'll be happy to help you get these keys working again.

    Reset of the controller management system (SCM) on your Mac - sometimes it's a matter of simply resetting your iMac SMC. Open this article and scroll down to "Reset the SMC on Mac desktop" section and follow the steps there.

    Try safe mode if your Mac does not start -even if your iMac, safe mode startup make sure it starts successfully.

    How to test one question in another user on your Mac account - use this article if restarting in safe mode did not help.

    Use Time Machine to back up or restore your Mac - if your keyboard does not always work as it should, I recommend you save your iMac to ensure that your personal data are safe. It is always better "to have" a backup for a backup "need."

    On OS X Recovery - if you have reached this point, you encounter the same problem in a test user account, that would mean it is a system-w. Start your iMac into Recovery Mode and reinstall the operating system.

    Thank you for the communities of Apple Support!

  • My apple pencil does not work after the 9.3.4 update.

    My apple pencil does not work after the 9.3.4 update. I tried to restart but still does not work. Tried to forget the device and whenever I connect the pencil to the ipad pro, it is said that it does not recognize the cable / device. Help please.

    < re-titled by host >

    Greetings RechargeableJam,

    Welcome to the communities of Apple Support!

    I see that your Apple pencil does not work after update to iOS 9.3.4. I guess it's about to have a problem with something that worked with the previous version of the iOS software. I'm happy to help you to help you find the best resolution.

    First of all, let's close open applications on your iPad Pro. This can ensure that there is nothing running in the background that is causing a conflict. The following article will help you:

    Force a nearby application on your iPhone, iPad or iPod touch

    Then connect the pencil of Apple and see if it is recognized for the time being. If you don't see the Pair button, wait a minute while your Apple pencil costs. Then disconnect your Apple pencil, Plug and back on hold until you see the button in hand.

    Best regards.

  • Firefox will not start after the upgrade to 27. Seen an error message during the upgrade process.

    Firefox will not start after the upgrade to 27. Seen an error message during the upgrade process, but do not remember.
    Tried running firefox.exe Pei but error message:

    XML parsing error: the undefined entity
    Location: chrome://mozapps/content/profile/profileSelection.xul
    Line 18, column 1:
    "< dialog < =" "^ =" "p =" "> < / dialogue >

    Running on Windows XP SP3. No problem whatsoever before moving to 27. Sending of Chrome that I can't open Firefox at all.

    Thank you, jschaer2000. In the meantime, he works. How long, we'll see ;-)

  • I have Firfox 18.0.1. On a single Web site my usercode and password entries are considered not valid. The same words and password work fine in IE and Google.

    On a single Web site my usercode and password entries are considered not valid. The same words and password work fine in IE and Google.

    I found that my Norton Toolbar had been disabled so I enabled it. When I tried the site it worked. Go figure.

  • Delete photos from my camera do not roll after the update to 9.3.1 IOS iphone 4s, also the photo has not saved when taken by camera

    Delete photos from my camera do not roll after the update to 9.3.1 IOS iPhone 4s, also the photo has not saved when taken by camera

    Mhefzi86 wrote:

    Delete photos from my camera do not roll after the update to 9.3.1 IOS iPhone 4s, also the photo has not saved when taken by camera

    OK, thanks for sharing.

    Maybe you can provide clarification comments on what happens when you try and what troubleshooting steps you did.

  • iPad will not restart after the update iOS9.3. Should force us the reboot?

    iPad will not restart after the update iOS9.3. Should force us the reboot?

    By restart do you average will not turn on?

    There seems to be a bit of a problem past, especially with older models of iPad 2. Some people have reported success after that restore their device via iTunes, for others that it has not worked and all they get is a message "bring it in an apple store.

    Since it affects a lot of people, I think it's safe to say that the problem lies in the range of Apple. But I don't think it is recognized or no matter what put forward fix.

    You can try to restore your device, or you may just be stuck waiting to see if a fix comes out.

    http://support.Apple.com/kb/HT1414

  • Two iMacs does not start after the 10.11.4 update.

    Two iMacs does not start after the 10.11.4 update.  Progress bar starts moving and then text appears on the black screen saying unexpected sigkill to launchd.  He then gets stuck in a loop trying to start.  Tried to reset the SMC and LANDAU.  Without success.  Started in recovery mode and ran disk utility.  Discs said OK.  Chose to reinstall OS X from the list of options in the recovery mode (assuming it would be 10.11.4).)  Installation is finished but still once does not start.  Reinstalled on 10.11.0 successfully from a USB key and downloaded the 10.11.4 combo updater.  Installation seems to work, but once again, the macs will not start.  Same 'unexpected launchd sigkill' error.  A mac is now back working properly with 10.11.3 the other will be shortly.  Is there a problem with the accession?  Our COMPUTER support use Munki to get updates from one day to the next.  Fortunately, we were able to stop it before the other 20 or if Mac had the same problem.

    More information: two bricks iMacs were late 2013 models.  A 21 "and a 27.  We have just updated a test iMac which was a late model 2012 using the 10.11.4 combo updater.

  • Satellite P855 - function keys do not work after the upgrade to Windows 10

    Function keys do not work after the upgrade to Windows 10
    I know that I need two drivers (Flash cards support utility) and (Toshiba function Key Utility), but on the page download Toshiba is not suitable for Windows 10.
    Anyone know when and if it will be available?
    Thank you

    I'm also waiting for Win10 of things and do not know with certainty how Toshiba will start with the support of Win10. I hope that will happen soon.

  • ITunes does not start after the installation of Windows 10

    ITunes does not start after the installation of Windows 10, 1511 version (OS Build 10586.164). ITunes version 12.3.2.35, 6 GB RAM, Intel i3 @3.3 GHz. Itunes and Ipodserver module will run by Manager jobs, but Itunes does not open. iTunes starts in SafeMode as explained in the link below (hold SHIFT and control on your keyboard while you open iTunes).

    Fix unexpectedly closes or problems of launch in iTunes for Windows - Apple Support

    Solution, according to this link, is:

    If the problem does not occur in Mode safe, remove any third party plug-ins iTunes: solving problems with third party plug-ins - Support Apple iTunes but the link has been archived, and I can't find any plug-ins installed iTunes. Any other ideas?

    For general advice, see troubleshooting problems with iTunes for Windows updates.

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach.

    Review the other boxes and other support documents list to the bottom of the page, in case one of them applies.

    More information area has direct links with the current and recent buildings if you have problems to download, must revert to an older version or want to try the version of iTunes for Windows (64-bit-for old video cards) as a workaround for problems with installation or operation, or compatibility with QuickTime software or a third party.

    Backups of your library and device should be affected by these measures but there are links to backup and recovery advice there.

    TT2

Maybe you are looking for