To set username in cookies

Hi,
How to set japanese user name in cookies using java servlet or jsp.
Can you help me?
By M.Mathan.

Vidar,
the FrmReportsInteg has the Reports cookie usage coded in its Java classes. There is a more generic cookie example in the Forms 10g and Forms9i sample package on OTN. This bean - in teh \forms90\demos\cookie directory after installing the demos - does allow you to freely set and get cookies.
The rule with cookies is that you need to find a common cookie path and host that is accessible fro both programs. If the cookie path is not explicitly set then its set to the path of the application setting it. E.g. defining the cookie path as '/' will make it readable from all applications that run from a same host.
Frank

Similar Messages

  • I can't get my iphone 5. Ios 7, to accept cookies. I have set the 'block cookies' field ti either never or from third parties. I have cleared history and cookies and data, restart the iphone. Please help...

    I upgraded my iphone to os 7 two days ago. However, now it cant accept cookies at all. I have set field 'block cookies' to never or from third parties. I have cleared history and cookies, then reboot my iphone. I have tries to force close all applications. Still, cant accept cookies. Please help...

    Make sure you have the latest iTunes version installed and hopefully you have the most recent backup of your iPhone.  Do a DFU restore.  While it's plugged in to your computer, press and hold the Home and Sleep/Wake buttons together until the screen is off.  When the screen's off, release only the Sleep/Wake button and keep holding down the Home button.  Wait until you see in iTunes on your computer to show that it detected it in recovery mode.  When it does, proceed with the restore.  It will be restored and updated to the latest iOS 7.0.2.  If you have a backup, restore from that backup once iOS 7.0.2 is successfully installed on your iPhone.
    If your iPhone still won't activate, I agree with gail, you will have to get in touch with that developer.

  • Firefox won't delete cookies even after set to clear cookies on firefox exit

    I have use custom settings for remembering history in firefox.
    I set to clear history on firefox close. Under this settings, I set to clear cookies, active login and cache. But whenever firefox exits it doesn't remove cookies.
    Also, I set to keep cookies till firefox closes. Still the cookies appears.
    This is a big security issue for me..When I click restore previous session, firefox restores the login into sites also which I don't want

    Got It!!!
    Go To: Firefox/Tools/Options/Privacy/Tracking Checked box/Tell websites I do not want to be tracked/ History Firefox will: Never Remember History/ You may also want to: clear all current history/ Clear now/ click OK, ---> got it, that is your answer.<-- (Right click the left image below to open in a new tab)
    And it is my answer as well, as I was confounded with this problem for some time. Now after you do this close your Firefox browser, and open back up Firefox browser, and there will be maybe only one or two cookies, depending on your browsers' home page.
    I tried other methods to get rid of persistent cookies that would not delete by, CookieKiller, and TACO Targeted Advertising Cookie Opt-Out, those did not help, and I tried the methods listed on these links but they did not work:http://webdevwonders.com/clear-dom-storage/
    Also this method did not work:http://justplainobvious.blogspot.com/2009/03/firefox-wont-delete-cookies.html
    Next to make your Firefox browsing possible, go to/Firefox/Tools/Options/Privacy/,Tracking Checked box/Tell websites I do not want to be tracked, History Firefox will: Use custom settings for history, unchecked box Always use private browsing mode, unchecked box Remember my browsing history, unchecked box Remember download history, unchecked box Remember search and form history, checked box Accept cookies from sites, checked box Accept third party cookies, Keep until: I close Firefox, checked box clear history when Firefox closes, /settings all nine boxes checked/ click --->OK! (Right click the right image below to open in a new tab)
    All Cookies are gone/history/deleted.

  • How set  UserName and Password for HTTP Basic Authentication for a servlet

    Hi..
    How set UserName and Password for HTTP Basic Authentication for a servlet in JBoss server?
    Using Tomcat i can do it .(By setting roles in web.xml, and user credintails in tomcat-user.xml).
    But i dont know how do it in JBOSS..
    I am using Netbeans and Eclipse IDEs.. Can we do it by using them also!?
    Thank u

    Hi Raj,
    You can do this by creating a Login screen for the users and check the authentication of each user in PAI i.e. PROCESS AFTER INPUT.
    Store the user information in a database table and check the username and password when the user enters it.
    You can display password as *** also. For this double click on input box designed for password and goto Display tab. Select Invisible in the list and check it.
      CASE sy-ucomm.
        WHEN 'BACK'.
          LEAVE PROGRAM.
        WHEN <fcode for submit>.
          SELECT SINGLE uname pwd
           FROM <DB table>
           INTO (user, pass)
           WHERE username = user AND
                   password = passwd.
          IF sy-subrc = 0.
    <Go to next screen for further processing>
          ELSE.
    <Display Error message and exit>
          ENDIF.
      ENDCASE.
    Regards,
    Amit
    Message was edited by:
            Amit Kumar

  • How to set username in securityContext??

    ADF Security uses SecurityContext to retrieve username and display page using roles of a particular user...... and we add users and application roles in jazn-data.xml
    Actually my website created in adf doesn't have any login page..... It will receive user information from another website....
    Now i want to display pages and their content based on user and their role....
    Can u please tell me how to set Username in securityContext such that my website will work on the username retrieved from another website via token....
    Please answer this question.....

    This may help...
    public String doLogin() {
    String un = _username;
    byte[] pw = _password.getBytes();
    FacesContext ctx = FacesContext.getCurrentInstance();
    HttpServletRequest request =
    (HttpServletRequest)ctx.getExternalContext().getRequest();
    try {
    Subject subject =
    Authentication.login(new URLCallbackHandler(un, pw));
    weblogic.servlet.security.ServletAuthentication.runAs(subject,
    request);
    String loginUrl =
    "/adfAuthentication?success_url=/faces/DashBoard";
    HttpServletResponse response =
    (HttpServletResponse)ctx.getExternalContext().getResponse();
    sendForward(request, response, loginUrl);
    } catch (FailedLoginException fle) {
    FacesMessage msg =
    new FacesMessage(FacesMessage.SEVERITY_ERROR, "Incorrect Username or Password",
    "An incorrect Username or Password was specified");
    ctx.addMessage(null, msg);
    } catch (LoginException le) {private void reportUnexpectedLoginError(String errType, Exception e) {
            FacesMessage msg =
                new FacesMessage(FacesMessage.SEVERITY_ERROR, "Unexpected error during login",
                                 "Unexpected error during login (" + errType +
                                 "), please consult logs for detail");
            FacesContext.getCurrentInstance().addMessage(null, msg);
             e.printStackTrace();
    reportUnexpectedLoginError("LoginException", le);
    return null;3
    private void reportUnexpectedLoginError(String errType, Exception e) {
    FacesMessage msg =
    new FacesMessage(FacesMessage.SEVERITY_ERROR, "Unexpected error during login",
    "Unexpected error during login (" + errType +
    "), please consult logs for detail");
    FacesContext.getCurrentInstance().addMessage(null, msg);
    e.printStackTrace();
    Thanks,
    CM.

  • How to set username and password at line vty 0 4?

    hi guys,
    would like to know how i can set username and password so when i telnet to the router, i can login as username and password..?
    thks,
    ken

    Hi,
    for a simple telnet password with user name & password, find the steps below,
    aaa new-model
    username password
    line vty 0 4
    password
    login local
    if you wanted different types of users to login with different privilagez,do the following
    username privilege 15 password
    username privilege 5 password
    privilege exec level 15 conf t
    privilege exec level 5 show
    line vty 0 4
    password
    login local
    in the above statement "privilege exec level 15 "will have full access, "privilege exec level 5" will have the limited like "show" related
    hope this helps.
    rate this post if cleared.

  • How to set username and password when using Proxy class for SOCKS5?

    Hi all,
    I use the proxy class for SOCKS5, so need to set username and password, I don't find where can I set the value. whether the API support it.
    Thanks in advance!

    System.getProperties().put("proxySet", "true");That does nothing. Remove.
    System.getProperties().put("proxyHost", getProxyHost());
    System.getProperties().put("proxyPort", getProxyPort());You should be setting socks.proxyHost and socks.proxyPort here.
    System.setProperty("java.net.socks.username", getSOCKSUsername());
    System.setProperty("java.net.socks.password", getSOCKSPassword());
    Authenticator.setDefault(new ProxyAuth(getSOCKSUsername(), getSOCKSPassword()));You either need the first two lines or the third, not both. See the last link posted above.
    1. After I set the value, I connect internet by proxy, how the proxy server knows the values?Because Java tells it during the SOCKS handshake.
    2. In my app, I just set the values in the system properties, then JVM does remaining work? Remaining work is not concerned?Should be OK unless you have to connect to a different SOCKS proxy from the same JVM, but that kind of thing is problematic anyway due to the curious Authenticator design which is set globally, not per connection as you might expect.

  • Sites say browser not accepting cookies. But preferences set to accept cookies.

    Suddenly, web sites I've signed onto several times in the past say I can't sign in because my browser doesn't accept cookies. My preferences are not set to reject cookies. This may not be related, but in addition, when I try to log onto AT&T/Yahoo to retrieve my mail, the site just keeps jumping around and resetting over and over. These things occur on both Safari and Firefox. I changed to Lion about a month ago, but these problems occurred about a week or two afterwards.
    I have a Macbook Pro 2.4 GHz Intel Core i5, 4GB 1067 Mhz DDR3 running 10.7.3. All software is up to date. Help!

    I have a MAC desktop, running Safari 1.5.4. I have logged into one site numerous times with no problem, but now I can't log into it. When I go to Safari > Preferences > Privacy and check, MANY sites are accepting cookies, but not the one I need today -- it has accepted cache and plug-ins from that site. So I went to the Develop area and Show web inspector, and Cookies and it does not show up (which confirms my problem). So I switched cookies to always allow, rebooted, and brought up the site in question again, but that did not solve my problem. This is a huge issue for me. How do I resolve it?

  • After login each morning on my work desktop, none of my frequently used sites like iGoogle, New York Times, my webmail are logged in. How can I change this. Browser is set to retain cookies.

    I work on an office network. I log out every evening. The next morning after I have logged back in to the system and go to FireFox, I find that I have to log back in to iGoogle, MyYahoo, The New York Times even if I've checked "remember me," or "keep me logged in". Also, on the Weather Channel site, I enter a few cities I follow. Each day, I have to reenter them because they disappear. In FireFox, the browser is set to retain cookies. Anyone have an idea of what's going on. I don't seem to have this problem with IE.

    I work on an office network. I log out every evening. The next morning after I have logged back in to the system and go to FireFox, I find that I have to log back in to iGoogle, MyYahoo, The New York Times even if I've checked "remember me," or "keep me logged in". Also, on the Weather Channel site, I enter a few cities I follow. Each day, I have to reenter them because they disappear. In FireFox, the browser is set to retain cookies. Anyone have an idea of what's going on. I don't seem to have this problem with IE.

  • FedAuth Cookie intermittently set as persistent cookie

    I have a following situation. Have a Sharepoint 2013 farm with 8 Front end servers with 2 of them allocated for Central
    Adimin. I have to setup the fedAuth cookie as session cookie to ensure, the session get removed when the user closes the browser.
    Ran the following PS script to configure session cookies.
    $sts = Get-SPSecurityTokenServiceConfig
    $sts.UseSessionCookies = $true
    $sts.Update()
    iisreset
    Even after this configuration, I see FedAuth is being set as Persistent cookie with an expiration date. FedAuth cookie
    is setup as Persistent cookie intermittently. Any insight on this intermittent behavior will be very helpful.

    Hi moothi_na,
    i hope this explanation can be help to understand
    "The default behavior of SharePoint is to store this persistent cookie on the user’s disk, with fixed expiration date"
    as Inderjeet Singh Jaggi posted before, you may need to set addtitional requirements steps to fix this expiration date as you need.
    http://blogs.technet.com/b/speschka/archive/2010/08/09/setting-the-login-token-expiration-correctly-for-sharepoint-2010-saml-claims-users.aspx
    http://msdn.microsoft.com/en-us/library/hh446526.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • "Setting and Retrieving Cookies" DreamWeaver 8

    I am training from the book, "MacroMedia DreamWeaver 8,
    Training from the Source." I am unable to get retrieve the cookies
    set on my hard drive by the code I used in Chapter 4, Setting and
    Retrieving Cookies. I have checked my code against the completed
    code in the book and they appear to me to be identical. The cookies
    are being transferred to my hard drive by by the variables set in
    the code, but the code fails to retrieve the cookies from the hard
    drive as expected on the linked page. Since I eventually want to
    develop an interactive commerical web site, I need to solve this
    problem now. Any help is certainly appreciated. Below, I am listing
    the code that I am using for each of the three dynamic pages.
    Test Form:
    Information is entered on this form and passed to test form
    processor (This works well.)
    Code]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body>
    <form id="frm_name" name="frm_name" method="get"
    action="test_form_processor.php">
    <label>First Name
    <input name="firstName" type="text" id="firstName" />
    </label>
    <p>
    <label>Last Name
    <input name="lastName" type="text" id="lastName" />
    </label>
    </p>
    <p>
    <p>
    <input type="submit" name="Submit" value="Submit" />
    </p>
    </form>
    </body>
    </html>
    [/Code]
    Test Form Processor:
    The first name and last name from page one transfer to the
    variables on this page, no problem.
    [Code]
    <?php
    setcookie('firstName', $_Get['firstName'], time() +
    (60*60*24));
    setcookie('lastName', $_Get['lastName'], time() +
    (60*60*24));
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body>
    <p>Thank you, <?php echo $_GET['firstName']; ?>
    <?php echo $_GET['lastName']; ?> , for filling out my
    form.</p>
    <p>Check <a
    href="test_form_processor_cookies.php">cookie</a>.
    </p>
    </body>
    </html>
    ]/Code]
    Test form processor cookies:
    The cookies sre transferred to my hard drive, I checked by
    looking in the browser cache. the problem is that the cookies are
    not retrieved by this page. When I click on the link to this page,
    "I get Hi, !." Why won't the code echo the variables that the
    cookies are holding? The code is below.
    [Code]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body>
    Hi, <?php echo $_COOKIE['firstName']; ?> <?php echo
    $_COOKIE['lastName']; ?> !</body>
    </html>
    [/Code]
    All the bindings are set, the cookies are placed on the hard
    drive, but for some reason the link page does not retrieve the
    cookies and print them to the screen as expected. I use Firefox and
    IE7. I set both to accept totally cookies, still I cannot retrieve
    the cookie set by this small application from my hard drive, when I
    run the pages. Any help and are ideas are appreciatted.

    The problem is in the Set Cookie header on page two. It
    should be $_GET and not $_get. Dreamweaver uses lower case with the
    get method. The correct $_GET is displayed in blue letters in upper
    case, instead of black letters and lower case. This is a very
    subtle difference, as PHP uses the get method in lower case.

  • How to set username and password before redirecting to a RESTful webservice

    I am a .Net developer who has developed a webservice used by my ColdFusion colleagues. They are using ColdFusion 9 but I'm not sure if they have incorporated any of the newer features of ColdFusion in their apps. Here is a snippet of how they have been invoking the webmethods:
    <cfscript>
                         ws = CreateObject("webservice", "#qTrim.webServiceName#");
                         ws.setUsername("#qTrim.trimAcct#");
                         ws.setPassword("#qTrim.trimpwd#");
                         wsString=ws.UploadFileCF("#qTrim.webserviceurl#","#objBinaryData#", "#qFiles.Filename#", "Document", "#MetaData#");
                </cfscript>
    As I understand things, the .setUsername and .setPassword correspond to the Windows credentials the CF Admin set when the URL of the .Net webservice was "registered" and given its "name" (for the CreateObject statement above). I have 4 webmethods that are all invoked in this manner and this SOAP protocol works adequately for us. Please note that this ColdFusion web app authenticates anonymous remote internet users by prompting for a username and password and compares them to an application database (i.e. Microsoft calls this "forms authentication"). Because only a few Windows domain accounts are authorized to call this .Net webservice, the above code always uses the same username/password constants and it all works.
    My question involves the newest webmethod added to the .Net webservice. It requires that callers must invoke it as a RESTful service which means it must be invoked by its URL. Here is a snippet of C# code that invokes it from an ASP.NET webclient:
                string r = txtRecordNumber.Text;
                string baseurl = "http://localhost/sdkTrimFileServiceASMX/FileService.asmx/DownloadFileCF?";
                StringBuilder url = new StringBuilder(baseurl);
                url.Append("trimURL="); url.Append(txtFakeURLParm.Text);
                url.Append("&");
                url.Append("TrimRecordNumber="); url.Append(txtRecordNumber.Text);
                Response.Redirect(url.ToString());
    I assume a ColdFusion script could easily build a full URL as above with appended querystring parameters and redirect. Is there some way for the CF code redirecting to a RESTful webservice (by way of its URL) to set the Username and Password to this Windows account mentioned above? When the DownloadFileCF webmethod is hit it must be with the credentials of this special Windows domain account. Can that be set by ColdFusion someway to mimic the result of the SOAP technique (the first snippet above).
    I hope my question is clear and someone can help me make suggestions to my ColdFusion colleagues. Thanks.

    Can you clarify what you mean by "establish a different Windows identity"?  Usually passing identity to a web site or service means adding something to the request's HTTP headers.  This could be a cookie in the case of .NET forms authentication or the "Authorization" header in the case of basic authentication.
    The SOAP web service invocation code you posted does use basic authentication, according to the CF docs "ColdFusion inserts the user name/password string in the authorization request header as a base64 binary encoded string, with a colon separating the user name and password. This method of passing the user name/password is compatible with the HTTP basic authentication mechanism used by web servers."
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec13a13 -7fe0.html
    If you need to mimic the SOAP techinque you should have basic authentication enabled for your REST service endpoints.
    If your authentication method is different then CF developers will need to add the appropriate HTTP headers to their service calls.  Note that calling a REST service from CF would probably be accomplished using the CFHTTP tag if the service is designed to be consumed by the CF server.

  • TS1702 App store keeps telling me my iPad settings have to be set to enable cookies to download apps.  The setting is done, but why do I keep getting the same message to change the settings?

    I'm just setting up my new iPad.  I tried to download an app for the first time but kept getting a notice that said cookies have to be enabled.  I have followed the directions on enabling cookies, but I keep getting the same message when I try to download the app.

    Is this how you do it?
    Settings>Safari>Accept Cookies>From Visited

  • Logged in thru facebook now cant set username and password for PS3

    I signed up a year ago. Logged in thru facebook. Now i see a spotify app has been added to my PS3... Im trying to login but its asking for a username / password. I got to my account and am given a # of 126681961 as my user name and i attempt to activate a password, it says an email has been sent to the hotmail account associated with my facebook account but I have not recieved any email and have attempted mulitple times. How do I set my username and Password without all the frustration or by changing my FB info??? thank you

    I'm not sure about the status of that bug in 2.2.5, but it has been
    resolved in our internal 2.3 builds.
    I think that you can work around this problem by enumerating your
    persistent types in system.prefs instead of in the data store. See our
    documentation for more information on how to do this.
    Basically, if I recall correctly, the problem is when retrieving the
    list, but not when connecting to the data store for other purposes.
    -Fred
    Weidong <[email protected]> wrote:
    We are using KODO 2.2.5 right now and We have business requirement that we
    should not keep database user name and password in system.prefs. I
    followed the instructions that you wrote in Feb 12 2002 post. But it still
    has the error that exactly like Bug #76. When we leave the user name and
    password out of system.prefs, we get the error.
    Is this bug(#76) fixed for 2.2.5? And how can we work around it?--
    Fred Lucas
    SolarMetric Inc.
    202-595-2064 x1122
    http://www.solarmetric.com

  • Problem while setting username password to router

    Hi,
    i am trying to connect to router using java program. i am connecting with out any problem.
    while giving the credentials like username and password i can't placing the original username
    password.instead some thing is setted.
    here is my code
       public class ConnectRouter
        public static void main(String[] args) throws Exception {
        try
        if (args.length != 2) {
        System.err.println("Usage: java router username and  password");
        System.exit(1);
        String password = URLEncoder.encode(args[0], "US-ASCII");
        String username=URLEncoder.encode(args[1],"US-ASCII");
        URL url = new URL("http://192.168.0.75:23");
        URLConnection connection = url.openConnection();
        connection.setDoOutput(true);
            System.out.println("connection obj got");
        PrintWriter out = new PrintWriter(connection.getOutputStream());
        out.println(username);----------------------------------------------------------------------------------------------->passing username
        out.println(password);------------------------------------------------------------------------------------------------>passing password
            Process p = Runtime.getRuntime().exec("cmd /c perl C:\\perlsrc\\uname.pl");
        // out.println(args[0]);
            System.out.println("-----------connected---------------");
        out.close();
        BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream()));
        String inputLine;
        while ((inputLine = in.readLine()) != null)
        System.out.println(inputLine);
        in.close();
        }catch(Exception e){e.printStackTrace();}
        }output is as follows:
    connection obj got
    -----------connected---------------
    ÿûÿûÿýÿý
    User Access Verification
    Username: POST / HTTP/1.1--------------------------------------->here something is placed instead of my username
    Password:
    % Authentication failed.
    Username: Host: 192.168.0.75:23--------------------------------->here something is placed instead of my username
    Password:
    % Authentication failed.
    Username: Connection: keep-alive
    Password:
    % Authentication failed.
    Process exited with exit code 0.
    please explain me where i am missing???
    Regards,
    Nagaraju

    Hi ejp,
    i done as follows even i am getting same problem
    please help me
       public class ConnectRouter extends Authenticator
            static String username,password;
        public static void main(String[] args) throws Exception
            Authenticator.setDefault(new ConnectRouter());
        try
        if (args.length != 2) {
        System.err.println("Usage: java router username and  password");
        System.exit(1);
         password = URLEncoder.encode(args[0], "US-ASCII");
         username=URLEncoder.encode(args[1],"US-ASCII");
        URL url = new URL("http://192.168.0.75:23");
        URLConnection connection = url.openConnection();
        connection.setDoOutput(true);
            System.out.println("connection obj got");
        PrintWriter out = new PrintWriter(connection.getOutputStream());
        out.println(username);
        out.println(password);
            Process p = Runtime.getRuntime().exec("cmd /c perl C:\\perlsrc\\uname.pl");
        // out.println(args[0]);
            System.out.println("-----------connected---------------");
        out.close();
        BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream()));
        String inputLine;
        while ((inputLine = in.readLine()) != null)
        System.out.println(inputLine);
        in.close();
        }catch(Exception e){e.printStackTrace();}
        //@ovverriding the getPasswordAuhtentication method
        protected PasswordAuthentication getPasswordAuthentication()
            System.out.println("int the password authentication method");
            return new PasswordAuthentication(username,password.toCharArray());
        }output::
    connection obj got
    -----------connected---------------
    ÿûÿûÿýÿý
    User Access Verification
    Username: POST / HTTP/1.1--------------------------------------->here something is placed instead of my username
    Password:
    % Authentication failed.
    Username: Host: 192.168.0.75:23--------------------------------->here something is placed instead of my username
    Password:
    % Authentication failed.
    Username: Connection: keep-alive
    Password:
    % Authentication failed.
    Process exited with exit code 0.
    please explain me where i am missing again???
    Thanks in advance,
    Nagaraju.

Maybe you are looking for

  • CP5 Checking to see if a slide has been viewed between projects

    Honestly, I'm not the one thinking of some of my questions...... Here is the scenario.  We have a course made up of lessons that have been aggregated together.  This course has an Intro, X number of lessons and a Completion.  In the Intro there is a

  • Double click goes to flash through modal dialog

    hi, I have problem with my flash site header. It contains link to the homepage, so when user clicks on header, homepage is opened. Now, somewhere in the page I have file upload input <input type='file'....> When I click Browse - File Open dialog is s

  • I installed Firefox 4 and it's telling me that the Trend Micro NCS extension is not compatible.

    1. What is the NCS extension? I have no idea. Is it necessary? 2. Does this compromise my computer in an IMPORTANT way when surfing the internet? If so, then how do I go back to the previous version. 3. Please don't tell me to go to Trend Micro's sit

  • Family Base DATA

    I signed up and then quickly canceled Family Base when I found that I could not set my child's data limit to zero. The default lower limit seems to be 1.0 GB. Is there someway I can set this to zero?

  • Uneven brightness

    I am using an image for floor in a 3D model. In the render you can see the repeating pattern of uneven brightness from 1 side to the other. Is there a technique that will even out the brightness across the image left to right or up and down. Thanks.