Results 1 to 3 of 3

Thread: How to create xml file login page

  1. #1
    Join Date
    Sep 2011
    Posts
    1

    How to create xml file login page

    hi Iam hari here iam looking for some code regarding on i had created a login page with some labels name,Id,address,age by using Applet and awt so here if i eneterd the data in the page and i need that data to display in XML file can any one please help me out on this thanks in advance.

  2. #2
    Join Date
    Sep 2011
    Posts
    2

    Re: How to create xml file login page

    I have CELLONE QT300 - China made I need USB & PC Suite softwewra

  3. #3
    timontomas Guest

    Re: How to create xml file login page

    Logon Form:

    The Logon page is the entrance to your site, or a part of your site that you only want a special type of user to view. Examples of this can be seen on e-commerce sites where visitors access their personal accounts, developer areas (like the Sun or Nokia sites), or application sites with personalized user application areas.


    <form method="POST" action="processLogon.jsp" name="logon">


    <table border="0" cellpadding="0" cellspacing="0" width="200">
    <tr>
    <td width="50%">Name</td>
    <td width="50"><input type="text" name="userID"></td>
    </tr>
    <tr>
    <td width="50%">Password</td>
    <td width="50%"><input type="password" name="pwd"></td>
    </tr>

    <tr>
    <td width="50%" colspan="2" align="center">
    <input type="submit" value="submit">
    </td>
    </tr>
    </table>
    </center>

    </form>


    userTable.xml:

    Before going on to processLogon.jsp, let's take a quick look at the contents of the XML file that we will be reading from:

    <?xml version="1.0" encoding="UTF-8"?>

    <userTable>
    <user userID="Joe" pwd="Soap" profession="researcher" level="user"> Joe </user>
    <user userID="Dude" pwd="Dude" profession="developer" level="user"> Some Dude </user>
    <user userID="James" pwd="sunny skies" profession="sales" level="sales admin"> McCarthy </user>

    </userTable>

    Cegonsoft
    _________________________
    Cegonsoft foundation

Similar Threads

  1. Login page authentication system in ISP
    By Dexterr in forum India BroadBand
    Replies: 6
    Last Post: 08-08-2011, 08:27 PM
  2. How to create webmail login web page
    By Who is it in forum Software Development
    Replies: 6
    Last Post: 15-06-2010, 04:30 AM
  3. Unable to redirect to login page
    By Rixwel in forum Windows Software
    Replies: 3
    Last Post: 07-08-2009, 01:27 PM
  4. Login Page for ASP.NET web application
    By Swati in forum Software Development
    Replies: 3
    Last Post: 13-02-2009, 07:29 PM
  5. cannot login to support.microsoft.com page
    By Deabelos in forum Windows XP Support
    Replies: 5
    Last Post: 22-05-2008, 02:20 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,709,430.34202 seconds with 17 queries