Identifying When Users Leave The Site

I am still pretty new to .asp but I have a user db where I capture user log ins. When a user logs on session variables are created (e.g. User_ID, member_type) which I use to check user bona fides when they access user only pages.

Question: How can I determine when they leave the site or that they are still accessing the site?

I have had a trawl through ServerVariables but that only provides the info for my sesssion and nobody else.

View Replies


ADVERTISEMENT

Identifying The Web Site Address

I have several web sites running the same set of pages and all accessing the same common database tables. A field in all the records contains the web site address of the web
site to which each record pertains, for example, this field in some records may contain www.upperbridge.co.uk.

When a web site page accesses a database table, it needs to select the records that contain its web site address. How do I identify which web site this page is in?, how does the page get hold of this web site address so it can use it to select the correct
records in the common database tables?

View Replies View Related

Redirecting Users To Different Site

I am moving a web to a new address. The old address will be shut down in several weeks.

Is there a way to automatically redirect users who come to the old site in these last few weeks to the appropriate page on the new site?

View Replies View Related

ASP WebMail For Users On My Site

I am about to start developing a site that will allow users to create profiles. I would really like to be able to allow them to send and recieve e-mails to their profiles. Kind of like Yahoo (mail.yahoo.com) I would set up mail.mysite.com.

Of course I would want to have Virus and Spam protection on it, they would access it via the web, and it would be really awesome if they could sync mobile devices to it - like Web Enables PDAs with mobile outlook.

If it could be like outlook web access where the user can have contacts, a calendar, etc. That would be fantastic.

Anyway, does anyone know which corner of the web I should start my search? I don't know the technologies involved, would I need a SQL back end or anything? I'm really a first day guy on this subject.

What I am planning on having is ASP.Net, MySQL and use as many open source projects as possible to pull this site together to keep costs down. Usually I work with PHP/Apache, but a follow phase to this will be an application that will run locally, so that's why I'm working with ASP.

View Replies View Related

Identifying A Web Request.

We are developing a web application which is targeted at two
types of users.

1) Users from within our NT domain.
2) Users outside domain.

The application will behave differently for these two types of users.

My question is that how can we identify where the request has come from? If from intranet or from outside?

View Replies View Related

Identifying Windows XP

I need to find out how browsers identify themselves in WinXP in the UserAgent header. For example, I would use the following to identify the operating system is NT.if (Instr(UA, "winnt") > 0) or (Instr(UA, "windows nt") > 0) then strOpSys = "Windows NT"

View Replies View Related

Identifying A Variable

i'm trying to set this polling script up so that i can have it pull a poll by it's id, but the user gets to pick which poll id they want to view. Now it's trying to get the poll id from a sql dbase.

this script is the results page.

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'id'

/poll/poll.asp, line 23

Code:

View Replies View Related

Identifying Modified Field

Is there a way where I can identify if the field sent was modified?

View Replies View Related

Identifying Loop Textbox

i created my texbox in a while loop. that means when the texbox is displayed with the questions that come from the database it has the same name. how do i differentiate this textbox from the others.

i know i have to assign some variable to it but how do i do it? there is also a button at the end of the page that check the values in each textbox with that of in the database. basically the page displays lessons where the questions are retrived from the database. and its a fill in lesson.

View Replies View Related

Logging Users :: Transactions My Users Perform

I want to be able to log in a database any transactions my users perform. For example logging in, requesting a page, downloading a resource, logging out etc.

What is the most practical way to code this? I was thinking of trying to use an include file which would have a function to add a log in the database for each page on the site or when a particular action is performed.

View Replies View Related

Identifying Which Radio Button I Clicked

I move from one form to another when I click to a radio button. I can
identify which radio button I clicked by trapping its value. but my problem
is that there are a set of radio buttons followed by values being displayed
from a join table.

I want to know the values displayed from the table. so that based on which I
can do my further processing. Like the radio button is showing the name of
student, his id, story id...and 2-3 more things. when I select the first
radio button (its value = 0 ),

how can I know that the selected one is for which student_id and for which
story_id.??? Code:

View Replies View Related

Authenticating/identifying Recipient Of Mail (with Link)

I'm looking to distribute links to a site by mail, and then identify the users following those links. (ie. embedding user id in the url, and retrieving that data)

I think Dev sheds activate account feature does what I need, as does similar features of other sites, so I would think this is pretty standardized. Unfortunately, I can't figure out what I need to feed the search engines in order to elicit a tutorial....

View Replies View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

How Many Users Per Pub?

I have 3 tables

members, pubs, favepubs

favepubs contains

favepubID, UserID (from members), PubID (from Pubs)

I'd like to join all 3 and maybe count the users?!

basically i want to show in my list of pubs how many users like that pub

Example:

The Red Lion (4 members - click for more details)
The Royal Oak (2 members - Click for more details)

or

The Red Lion (Jarv, Test, Admin, Shelly)

View Replies View Related

No Of Users

I'm hosting a couple of ASP applications on my server. How can I tell the number of users currently logged on, and can I get any details about them ?

View Replies View Related

See The Users Logged In

How do we have a track of users who have logged in? I want to have a table of record with usernames and the status(logged in or logged out).

Whenever the user logs in, the status shud indicate he is logged in and when he logs out the status shud change accordingly. Does anybody know how to do this???

View Replies View Related

Multiple Users

I am using asp codes to connect to my access database. But i have a query in mind. Will my database still work if more than 1 user is logon to edit the database records?

View Replies View Related

Users Are Prompted

is this a permissions issue that happened at the server side
When I go to one of the .asp pages it brings up the "malicious code" prompt,asking whether I should open or save the file.
How do I make it so it just executes the file?

View Replies View Related

Users Dbo. And Viss.

My database tables uses two users, namely dbo. and viss.
so in sql server 2005, every table has the following name structure:

dbo.members
viss.customers
etc

In source code, sql queries are used without adding usernames. Like,

INSERT INTO members
UPDATE customers

Now I get sql erros as 'invalid tablename members' to solve this I add username to query, like dbo.members. That would solve the problem, but is there an easier way to solve this? Because I'm working with a complicated application and it has allot of files, adjusting each query is an option but any other solution? Code:

View Replies View Related

Message All Users

I have a database that is setup with a messages table... I have been asked to modify the following script to do the following...

Message ALL Users or Message All Admins or Message Individual Users (with the option to select multiple users - such as 2 or 3) or Message Individual Admins...

The Database is designed with a User table and each user is assigned a "Type" such as "admin" or "user" - can anyone look at the following and give me an idea how to implement this function?

It needs to be setup where the admins and users are seperated so its ok to have two Options boxes that display a users section and a admin section..

Here is the code:

View Replies View Related

Authenticating Users

I have an intranet which all staff have access to. All staff can log in to the intranet to amend their own personal info. Currently staff have seperate passwords for logging on to their machines (ie ACL on network server) and logging on to the intranet.

Is it possible to have someone automatically logged in to the intranet based on their windows username and password for the domain?

Just wondering if anyone else has tried this. I think I saw this as an option in ASP.NET but my intranet is built using ASP.

View Replies View Related

Currently Logged Users

I want to create a page in ASP language which gives me information about
currently logged users. I thought to do it by this way: when somebody
will log in to page, there will be a value of this user id stored in the
table among the other fields in the form which are filling in. After
clicking on the button "Log off" the value of the user id will be
deleted from the MS SQL Server 2000 database. I would do it, but I don`t
know how to solve the problem when somebody will close the Internet
Explorer window by clicking "x". Then the procedure of deleting a value
of user id will not call, and this value will be still stored in the
database, so I will not have actual state of currently logged users.Maybe there is another possiblity to do it?

View Replies View Related

IIS Too Many Users Connected

I attempt to acceed to ASP files. I use IIS. In Netscape the error Too Many Users Connected HTTP 403.9 (defined in IIS).

View Replies View Related

Detect Mac IE Users

Does any one know how to detect if a user is using IE on a Mac so i can route them to another page.I have tried the following:Code:

strUA = Request.ServerVariables("HTTP_USER_AGENT")

But how do i parse this info to determine whether they are a MAC IE user ?

View Replies View Related

Creating AD Users Through ASP?

is this possible? AD being active directory...

View Replies View Related

Active Users

I need to display information a list of Active users on a web site.I can do the count using the global.asa but need to display individual information about each "active user" without writing it all to a database and then pulling it out again.Info I need :

IP Address - Request.ServerVariables("REMOTE_HOST")
The page they are on - Request.ServerVariables("SCRIPT_NAME")
the page they were on - Request.ServerVariables("HTTP_REFERER")

Can I write this stuff into sessions and call them all out?

View Replies View Related

Authenticating Users

I need to authenticate users to enter in a NTLM-protected virtual directory,but I can't pop up a NT-login dialogue box - I can only do a web-based username/password form (my client is a "usability" firm!). After searchingand searching, I finally found up with this solution to use ADSI to authenticate users transparently:

http://www.eggheadcafe.com/articles/20010126.asp

I tried the script and I am able to authenticate that the user exists with the correct password, but when I redirect the user to the virtual directory,the popup box is still popping up! I think what is happening is that I am not actually passing the username/password to the NT server.

Is anybody familiar with using ADSI for NT log in's?Am I on the righttrack?And if so, how do I actually do this so that the NT login boxdoesn't pop up?

View Replies View Related

Users Profile

would it go something like: viewmember.asp?=ID

I want to make this a link to this users profile:
Code:

<%=(rsReply2.Fields.Item("rsCommentby").Value)%>

View Replies View Related

Tracking Users

I am trying to create a website for students where they have to log in before they can access any of the materials on the site. Therefore the login will be done on the homepage. Providing log in is successful, I then want to be able to track which student downloads which materials. I know how to deal with the login code but am not sure when I create the session variables to track the users. Is this done on the following page? Also do I need to use the global.asa file?

does the session on start event happen the minute the student arrives at the homepage or can I tell it to start once the students have logged in? any advice will be gladly received.

View Replies View Related

Logging Users Log

i would like to automitically log when a user signs in, presumably using a seperate Access database. Can anyone point to to a simple way of accomplishing this?

View Replies View Related

Windows Users

We have an extranet located on one server that users access via a redirect on a URL. To access the extranet, they click on a link and have to enter their windows network logon details.

They then access the extranet which is based on Microsoft Sharepoint Services. I have written customised ASP pages, located on a second server on the same network, but want to use the same windows logon details.

View Replies View Related







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