How to hide password while entering into second page

I have following script but while going into 2nd page from 1st page, ID and password are visible in adress bar....
<HEAD>
<TITLE>T&E Profiling</TITLE>
<STYLE>
.headertxt {
font-family : Arial;
color : #FFFFFF;
font-size : 14pt;
font-weight : bold;
font-style : normal;
.boldtxt {
font-family : Arial;
color : #000000;
font-size : 10pt;
font-weight : bold;
font-style : normal;
.normaltxt {
font-family : Arial;
color : #000000;
font-size : 10pt;
font-weight : normal;
font-style : normal;
.titletxt {
font-family : Arial;
color : #000000;
font-size : 16pt;
font-weight : normal;
font-style : normal;
</STYLE>
<SCRIPT>
function GoOn () {
if (document.userinfo.username.value != null && document.userinfo.username.value != "") {
var username = escape(document.userinfo.username.value);
var password = escape(document.userinfo.password.value);
top.document.location = "teuser.TE_SSO_PAPP.p_val_user?username="+ username + "&password="+ password;
else {
alert("Please, fill username text box");
</SCRIPT>
</HEAD>
<BODY onload="document.userinfo.username.focus();">
<FORM NAME="userinfo" ONSUBMIT="return false;">
<CENTER>
<BR>
<FONT class="titletxt">WELCOME TO THE TRAVEL & EXPENSE APPLICATION</FONT>
<BR>
<BR>
<TABLE border="0" width="50%" cellpadding="0" cellspacing="0">
<TR><TD ALIGN=left BGCOLOR="#000050"><IMG SRC="/tende/images/1x1.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>
</TABLE><br>
<BR>
<BR>
<TABLE BORDER="1" CELLPADING=0 CELLSPACING=0 BGCOLOR="#EEEEEE">
<tr>
<TD><FONT CLASS="titletxt">USERNAME</FONT></td>
     <td>
<INPUT NAME="username" TYPE="text" VALUE="" onChange="javascript:this.value=this.value.toUpperCase();">
</TD></TR>
     <tr>
     <td><FONT CLASS="titletxt">PASSWORD</FONT></td>
     <td><INPUT NAME="password" TYPE="password" VALUE=""></td></tr>
</TABLE>
<BR><INPUT NAME="enter" TYPE="BUTTON" VALUE="Enter" OnClick="GoOn();">
</CENTER>
</FORM>
</BODY>
</HTML>

This is not a JAVA question... but you should post the variables using a form in stead of setting the location in javascript.

Similar Messages

  • TS3999 How do you get info entered into iCal and Contacts on an equipped iPhone to push back to an equipped MacPro? so far it's only a one way street Macpro to phone, and that's not what I was told it would be.

    Hi, all.
    How do you get information entered into iCal and Contacts on an equipped iPhone to push to an equipped MacPro? So far it's been a one way street Macpro to phone, and that's not what I was told it would be. I've been through all settings on both devices and see no way to do this. Help! If I synch the old fashioned way, what's going to happen?

    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.
    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.

  • How can i get this variable value into second page IN BSP

    Hi friends
    I have variable wk_matnr value 'ABC' in first page of BSP.
    How can i get this variable value into second page.
    Moosa

    Hi,
    you can define variable (page attribiue) on the second page with the same name. You can realise the Navigation with Button ther started onInputProcesing routine. In onInputProcesing you have to call navigation->set_parameter with attribut name as parameter and then starting the navigation. If you have checked the auto property on the variable on second page and varable have same name, the value of variable should be transported.
    [See this tutorial|http://help.sap.com/saphelp_erp2005/helpdata/DE/1a/c5133a62983c0ae10000000a114084/frameset.htm]
    Best regards
    Bogdan

  • How can I pass a value into a page fragment?

    How can I pass a value into a page fragment?
    I am implementing four search screens. And the only thing different about them will be their backing bean.
    So I’d like to do something like have four pages, each which retrieves its appropriate backing bean, sets that bean to a variable, and then includes a page fragment which contains the generic search page code (which will make use of that variable).
    The code in the four pages would be something like this:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <c:set var="searchPageBackingBean"
    value="#{pageFlowScope.employeeSearchPageBean}"
    scope="page"/>
    <jsp:include page="./SearchPageBody.jsff"/>
    </jsp:root>
    At this point, what I’m seeing is that the fragment page, SearchPageBody.jsff, has no visibility of the searchPageBackingBean variable, either referencing it as #{pageFlowScope.searchPageBackingBean} or just #{searchPageBackingBean}

    The following will work, assuming you are needing to access a managed bean:
    Put this in the parent page:
    <c:set var="nameOfSearchPageBackingBean"
    value="employeeSearchPageBean"
    scope="request"/>
    Put this in the child, SearchPageBody.jsff:
    <c:set var="searchPageBean"
    value="#{pageFlowScope[nameOfSearchPageBackingBean]}"
    scope="page"/>

  • How can I copy a playlist into a pages or numbers document?

    How can I copy a playlist into a pages or numbers document?

    Open the Playlist.
    File>Print.
    In the Print settings, select Save as PDF
    Open Pages and a new document
    Open the PDF with Preview or Reader
    Select ALL text in the PDF
    Copy
    Paste into the Pages document.
    That's a long way to do it unless you know of a way to import PDFs into iWork.

  • How to keep the data entered on a page apex

    how to keep the data entered on a page apex
    so, I've got a registration page then wish go to another page P2 and I return to this P1 without losing data

    Hi,
    As long as the registration page is within the same session, the values will remain in the session until they are specifically cleared out. This can be done by a process on a page - so check if you have a "reset page" process on P1 and, if you do, delete it. This can also be done on a branch - so check the branch that takes you to P2 and see if there is anything entered in the Clear Cache setting and, if it shows *1*, remove that. There are other ways as well, but these are most typical.
    Andy

  • Counting the number of characters entered into a page item

    Is there a way to count the number of characters that are entered into a page item. I've got a field that can contain up to 20 characters. If 20 are entered I can do a = on my search, if less than that, then I have to do a wildcard search. I currently do a substr on the field to see if position 21 is null and position 20 is not null, then I have a 20 character field. Is there a more efficient way to do this and also is there a way to actually show the character count as the page item is being populated

    Hello user8014695 (name please),
    Try coding the select for your search as
    select ...
    from some_table
    where some_field like case when length(trim(:YOUR_ITEM)) = 20 then :YOUR_ITEM else :YOUR_ITEM || '%' end
    Note - I included the trim() assuming blank characters before or after shouldn't count.
    To show the character count as the item is being keyed-in, Google "javascript character count" for lots of ways to do this. To work these solutions into ApEx, check the ApEx help/documentation for incorporating JavaScript into your application - specifically the references on accessing page items using JavaScript.
    Hope this helps,
    John

  • Hide Password - While connected to VGA or Airplay

    iPads are great for displaying presentations, but logging into services while presenting is a security concern.
    Since iOS was created, you have been able to see the user type their password on the keyboard and the last letter they have typed in the password field on a connected display or projector. You even can see when people type in pin codes. This is big security concern for us, since faculty have to login to services while they present in class. I'm surprised that these isn't a way to mask your passwords and pin codes while connected to VGA or airplay. It seems like common sense to me that if iPads are going to be seriously used for business and educational presentations, that this feature should at least be added to configurator.
    Also, to those of you that think we should type faster, not everyone can type quickly on a touch screen. We see instructors slowly pecking in passwords and it's keeping us from recommending anything that requires a login. Touch ID sounds interesting but these iPads are shared with several faculty and are left in the classroom.
    Does anyone else agree that we need this feature?

    I agree completely.  If Apple can override 3-rd party keyboards when passwords being entered then they could certainly also prevent the display of password characters when projecting from iOS.  I have found myself disconnecting the VGA cable or using the projector remote to "blank" the screen when entering passwords.  As presenting from iOS devices becomes more popular they should really address this.
    we should all submit official feedback to request a solution in a future iOS update:  https://www.apple.com/feedback/iphone.html

  • How to Hide password when invoking sql plus from command promt?

    When i try to open sql plus in command prompt window and enter the sqlplus command follwed by username/password@connection string, the password is not hidden.
    How do I get it to show **** instead of displaying password characters out?
    Also, what is the command to clear screen : when I try cls or clear screen, I get a windows memory exception of somekind and the only option there is to kill the command window.
    Any tips on getting around this?
    Thanks a lot for your time and help.

    user8848256 wrote:
    Can you please give more details on how to not enter password when calling sqlplus from command window like you are saying?
    I tried this :
    sqlplus username/ @connection string -->Hit Enter : it asks for password but does not recognise the connectionstring to connect to.
    sqlplus username/ -->Hit Enter: It does same thing again.asks for password but gives tns adapter error after the password is entered.Leave out the slash:
    sqlplus username@connect_string

  • How to hide password/pin reset screens-certificate validation failure

    Hi forum folk,
    I wonder if you can assist?
    We run a vpn web VPN portal from our ASA 5540 - in order to access this web portal the users are required to install a valid certificate> This works perfectly. However, I have recently been informaed that users that do not possess a valid certificate can still access two screens on our portal. Namely the change password and the change pin screens - see images below:
    As far as I can see these screens don't serve any function - if any information is entered in the password/pin boxes and continue is pressed then they just get presented with the following screen:
    Is there a way to disable these screens from appearing to users if they dont have a certificate?
    Any help would be much appreciated.
    Best regards,
    Thomas.

    Hi tstockma ,
    In order to change your keystore password without entering the current password, you will need to backup your data and perform a security wipe. The following KB article provides the steps to perform the security wipe and also to create a new keystore password. "How to reset the keystore password on a BlackBerry smartphone" http://bbry.lv/Nr8fyB 
    Please make sure to backup your data before performing these steps. The following KB articles provide the steps to backup.
    "How to back up BlackBerry smartphone data using BlackBerry Desktop Software for Windows" http://bbry.lv/IWfPl0
    "Back up and restore BlackBerry smartphone data on a Mac computer using BlackBerry Desktop Software" http://bbry.lv/L9UqAk
    Hope this helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • How to hide password in EJB client

    I have created an EJB client and it's initial context code is as below.
    Hashtable env = new Hashtable();
    env.put( Context.INITIAL_CONTEXT_FACTORY, "oracle.j2ee.naming.ApplicationClientInitialContextFactory" );
    env.put( Context.SECURITY_PRINCIPAL, "scott" );
    env.put( Context.SECURITY_CREDENTIALS, "welcome1" );
    env.put(Context.PROVIDER_URL, "ormi://132.100.5.248:23791/ejbhr");
    The password is shown within the code. Please advise how I can hide this password, thanks.
    SK

    Hi Mike,
    Thanks for your information. From the documentation, password indirection applies to data-sources.xml, ra.xml, rmi.xml, jms.xml. My case is that the password is contained inside a Java program. Would you please provide me an example on how to apply password indirection for EJB client Java program? Much thanks.
    SK

  • Please Help....On How to restrict user to enter into KM???

    Hi Experts,
    when ever user is clicking on a linkI am opening a document from the K.M. Here my problem is if user change the path, he is able to enter into KM... like..
    http://myEP:50000/irj/go/km/docs/documents/Links/World%20Time.htm
    This is the path to see an HTML page stored in KM. User is able to see the page... But when he changes the path to...
    http://myEP:50000/irj/go/km/docs/documents/Links/ 
    he is able to enter into KM into the corrosponding folder. How can I restrict him to enter into KM???
    Regards,
    Srinivas.

    Hi Gopal and S.J,
    Thank you both for your replies....
    This user is not assigned to Content Admin role....
    I have given permissions to the corrosponding folder for only one user (end user)...
    As you said(Gopal), I have seen the same case in some other portal site like...
    Assign permission for a particular folders to the end user.
    Then you will get the below message.
    The folder you are looking for has no displayable content.
    You can try one of the following:
    Access the folder using the Navigation user interface.
    Access the folder as a Web folder. Your operating system and browser dictate whether or not this will work.
    Even now I am getting the above message but still user can enter into KM....
    Regards,
    Srinivas.

  • How to retrieve last record entered into database

    Hi all,
    I want to retrieve the last resord entered into a database table.
    I have a MS Access database.
    This code does not return the last record but its my nearest attempt to.
    Can anyone suggest the correct SQL or Solution.
    Help is greatly appriciated.
    Thanks.
    String str = "SELECT * FROM Missions WHERE Mission = (SELECT MAX(Mission) FROM MISSIONS)";
            ResultSet rs = null;
                String f1 = null, f2 = null, f3 = null, f4 = null;
                try{   
                    rs = statement.executeQuery(str);
                    txtMissionInformation.setText("");
                    int row = 0;
                    while(rs.next()){
                        f1 = rs.getString(1);
                        f2 = rs.getString(2);
                        f3 = rs.getString(3);
                        f4 = rs.getString(4);
                        System.out.println(f1 + " " + f2 + " "+f3+" "+f4);
                        txtMissionInformation.append(f1 + ", "+ f2 + ""+","+f3+","+f4);
                    System.out.println("Query Complete !");
                } catch(Exception e){
                    e.printStackTrace();
                }

    I fixed my problem, i aded an autonumber field to my database set it as primary key and called it ID. i then used the syntax from before and it worked.

  • Bloodwork Results incorrect - How did this record get entered into my HealthVault?

    I recently had bloodworm done at LabCorp and viewed my results online in my HealthVault.  Shortly thereafter, another record, dated December 10, 2013, appeared in my HealthVault.  How did this record get into my HealthVault?  The record
    was a result of testing done by LifeLine Screening, but, when contacted, they said that they DID NOT put that record in my HealthVault.  They asked if I had given my LifeLine Screening report to any doctors.  I did, in fact, give my record to my
    doctor on Feb. 3, 2014.  I then contacted that Doctor's office and they stated that the record from LifeLine Screening had NOT been entered into their system as of yet (Their system is Ochsner)  So, I don't know how the LifeLine Screening test results
    got into my HealthVault online.  Also, there is a discrepancy in the LifeLine Screening report that they sent me directly through the mail, and the results that appear in my HealthVault.  My eGFR on the LifeLine Screening report from 12-10-2013 is
    "55", whereas, the result in the HealthVault record reflects "eGFR If NonAfricn Am 61"  How do you explain this? 

    Hello Rose,
    My name is Josh, I'm a member of the HealthVault support team, I work closely with Tomas whom initially responded to your concerns.  I was hoping to find out whether there was anything we could do to assist you in resolving this issue.  Your
    concerns are extremely important to us, and we want to ensure this has been resolved.  We're a very responsive team, and I've taken this issue on as a personal concern, but I don't yet have enough information to continue investigating.  If this has
    been rectified to your satisfaction or is no longer occurring, we'd really appreciate you letting us know how it was resolved and/or what may have changed.  Just a quick response in this thread would be terrific.
    If this is still an issue that you're seeing, following Tomas's instructions about creating a ticket would be very valuable and would help provide us the information we need to move our investigation forward. 
    We hope to hear from you soon Rose
    Josh
    MS HealthVault Team

  • Can't see text entered on second page

    My wife is trying to write a school paper on her iPad in Pages. The first page works fine. When the doc gets long enough that it goes on to the second page, it gets weird sometimes. Text entered via the on-screen keyboard does not display. The cursor moves, but the text isn't there.
    It will display when she rotates the iPad. Then the keyboard and the data redraw and it's fine.
    Any suggestions?

    I just got Pages yesterday and had the vanishing text and typing over text thing happening. I thought it might have been the pictures files I added to the document were big files and it was slowing it down but today I worked on the same document and did not have the problem. The difference is that I was listening to iTunes on the iPad while working in Pages. But I also had removed a couple of objects and was only working on a one page Pages doc for today.
    For me it might have been playing music and working in Pages at the same time was a conflict for the iPad.
    I'm fairly new to the iPad and very new to Pages.

Maybe you are looking for

  • Firmware update to 1st generation Ipod touch

    Any suggestions on updating my 1st generation iPod Touch? I bought the update on iTunes but it won't let my computer won't let me update it to iOS 3.1.3 from iOS 1.1.5

  • Help! Can't back up library to disc

    My computer has cooties, so I plan to reformat and start over. The only things I'm afraid of losing are a few pictures and my iTunes library (about 10 gigs). When I try to back up library to CD-R, everything works until I see "Burning Disc...finishin

  • How to set the defualt directory of where to look for a file to read

    I am reading a file from a servlet. I wanted to see where Tomcat would write the file if I didn't specify a path. The results surprised me. It wrote the file in: "C:\Documents and Settings\myusername\Start Menu\Programs\Apache Tomcat 4.1". So I looke

  • Data grid and copy/paste

    I am using windows and the latest build of SQL Developer. Click on a Table name > Data tab to see the data grid representing data in the table. OR....run any SQL returning a result set. Either case, select a cell. CTRL + C now works as expected, good

  • I rename a song title, click it & doesnt save the title PLEASE HELP!!!

    So I rename a song title since it is not labeled correctly, and then it changed the title, and moves to the alphabetically correct spot, but then if i double click it after it is changed, it automatically changes the song title back to the original o