Collect The UserID

In my asp server page, I would like to collect the USERID, Client Machine Name, IP Address information and passing it back to the server for validation control. How can I achieve it in Jscript?

View Replies


ADVERTISEMENT

Collect Data

my question is regarding ASP, Access, and Excel. I'm wanting to collect data using a form and insert the data into a database. I have no problem with that part. What I have a problem with is after I collect the data, I want to have it inserted into a spreadsheet that I have already created.

View Replies View Related

Collect Information

There is a web page (asp.net) that shows some information on a table, we need to collect these information from this web page every 6 hours and save it to a SQL data base and prepare it for further analyzes.

how can I collect the data from this web page automatically.

View Replies View Related

Collect Datas

i collect datas (user input) from the form say form1.asp and if i press submit button it should straight away go to the emailid say contact@abc.com.

View Replies View Related

UserID Using ASP

within the intranet, all user are required to login.
How can I get the User ID and Domain in ASP page?

View Replies View Related

Get UserID

In ASP page, does any one knows how to get user network login ID from user email address? In my company, we use win 2000 server with active directory. In my ASP page, when input an email address, I need search to find the user network login ID.

View Replies View Related

Collect SQL String Using Script

A co-worker of mine used to have a script that he would run after the
script on the page was executed, it would spit out the SQL of the
query that was dynamically created through all of the gibberish code
in the ASP page.

Does anyone know what exactly he was running?

View Replies View Related

Collect Links On My Site

I am trying to crawl my site to get a list of links. I am using the regular
expressions to get the href tags from the pages and reading the links using
xmlhttp module.
is there an efficient way to loop through the links? If you start with the
home page, how do you do it? How do yo ukeep track of the pages you have
been to and which to do next.
I am not sure how to go about tihs.
I tried some loop but it seemed to take too long to crawl my site.

View Replies View Related

Getting NT UserId From Asp Page

Is there any way I can get the logged in NT user ID from asp
page.

I tried "Request.ServerVariables("LOGON_USER")" but no use.
Our IIS 5.0 settings are as follows:

Authentications methods:

1)Anonymus access checked

2)Authenticated access - Integrated windows
authentication checked.

View Replies View Related

How Can I Display UserID

I have the following page managerlogin.asp with a form and two fields: UserID and Password. After sending the form, login.asp is used to manage the login details Code:

View Replies View Related

Collect Remote System Information

I have been tasked with collecting the system information from several workstations and dumping the data into a SQL database using ASP. I have access to the servers but need to know how to approach this. What I need is the information that comes from the
system info button in the help of many applications. Where does the code come from for the system summary? Is this something I can replicate in an intranet web?

View Replies View Related

Collect Data In Multiple Forms

I Need to collect about 400 pieces of text information (of various types and sizes) in about seven forms in seven different pages and post all the data finally to a database. I would like to know what is the best mechanism to pass data from form1 through form 7.

Users should be able to go to previous pages and edit entered data. Should I pass them as hidden variables or retain them as session variables or are there other more efficient ways to do this?

Also, I want to be able to later retrieve the data and porpulate the forms with the data so that users can edit the data and post it again. I am using ASP to do this (not .net). Any help from a generous programmer?

View Replies View Related

Error Linking To UserID

I have got rs6 to display the Usernames but when i try and link the username with the userID it shows this error:

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.

/viewpub.asp, line 121

set rs6 = objconn.execute ("SELECT * FROM favepub INNER JOIN members ON favepub.UserID = members.UserID WHERE PubID=" & PubID)

Pubbers: <% WHILE NOT rs6.EOF%>
<a href="viewmember.asp?UserID=<%=rs6("UserID")%>"><%=rs6("rsUser")%></a>,&nbsp;

<%rs6.MoveNext
WEND
%>

View Replies View Related

Request Userid And Pass

my page request userid and pass and after i login it loads to the main page but the problem is when i leave the page for 15-20 mins and comeback and click some links, i redirected to Page cannot displayed, and i wonder why?

View Replies View Related

Retrieving UserID From Form

Im having a bit of a trouble with this piece of code , basically what it does is allow a user to register with the site , then their deatails are added to a database , now what i want to do is RETRIEVE THE USERID value so that it can be passed to other ASp pages. when i run the register page i get this error:

ADODB.Field error '80020009'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Code:

View Replies View Related

Collect String From HTTP Form POST

I have a basic form that POSTs data to a web server. The web server then replys with a string response. It goes something like this:

<FORM METHOD=POST ACTION="https://www.mywebserver.com/trans.dll">
<INPUT TYPE=HIDDEN NAME="x_Field1" VALUE="1">
<INPUT TYPE=HIDDEN NAME="x_Field2" VALUE="True">
<INPUT TYPE=HIDDEN NAME="x_Login" VALUE="MyUser">
<INPUT TYPE=SUBMIT VALUE="Click here To Submit">
</FORM>

The response is just a comma separated values string like:
1,0,2,3,0,Transaction Success,Etc

Once I hit the submit button the server returns a string response. I do not want the user to ever see the response, but need the response string to create my own page. How do I retreive that string and use it??

View Replies View Related

Retrieve UserID/Username From Email Address

I see it everywhere.... Forgot username? Enter your Email and we'll send it to you.

How is this accomplished?

View Replies View Related

C# Session("USERID") = "NAME";

How do I add and get session defined variables?

when I do this Session("USERID") = "NAME"; I get
System.Web.UI.Page.Session' denotes a 'property' where a 'method' was expected.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved