Search:

Type: Posts; User: sadaharu

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,352

    Re: JInternalFrame Only Show one Window

    how to keep it as it old one dude?
  2. Replies
    3
    Views
    1,352

    JInternalFrame Only Show one Window

    Window1 is JInternalFrame
    I want when the menu item is clicked, the JInternalFrame only can show one window, if we click the menu item again, i will detect that JInternalFrame is exist, how to do...
  3. SQL syntax error, check the manual that corresponds to your MySQL server version

    Guys, i always get this error, i can't do edit the database, what cause by this error?

    Error

    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax;...
  4. Re: Login / Logout Session | why it isn't working?

    bump
    dunno why my response.sendRedirect("index.jsp");
    won't working :(
  5. Re: How to do MD5 encryption in JSP for password login and registration?

    ooh yea! goodm nice advice man! i will start a new topic, since this topic is about MD5 encryption
  6. Re: How to do MD5 encryption in JSP for password login and registration?

    <%@page contentType="text/html; charset=iso-8859-1" language="java" import="java.security.MessageDigest"%>
    <html>
    <body>
    This jsp code shows an example of a functioning md5 hash.<br>
    The...
  7. How to do MD5 encryption in JSP for password login and registration?

    Guys, how to do MD5 encryption in JSP for password login and registration?
  8. Replies
    4
    Views
    11,099

    Re: creating admin and normal users

    can you throw me one example too @aussiemcgr?
  9. Re: Login / Logout Session | why it isn't working?

    it's working man! thanks!
    wait a minute i found something wrong, after i try logged in, it still stuck in doLogin.jsp with blank page, that won't directing to index.jsp
    this line



    if...
  10. Re: Login / Logout Session | why it isn't working?

    i just try adding session in my doLogin.jsp
    it will be like this

    Login.jsp


    <%

    if(session.getAttribute("sesusername")!=null)
    {
  11. Login / Logout Session | why it isn't working?

    Why my login session is not working? it should run out.println("Welcome "+ session.getAttribute("username") +" <a href=\"logout.jsp\" >Logout</a>"); when i logged in

    Login.jsp


    <%
    ...
Results 1 to 11 of 11