I have a html Page which is developed in dreamweaver which is saved on a shared drive.
i have users who will access this page through shared drive
Few points which i would like to tell is that
1) There is no login in this page and no server programming is associated with the page its a PURE HTML Page
2) This page is a Self Help page which contains information only about few topics and it got links to another pages which are saved on the same shared drive only.(not on a server)
I want that when some one opens this html page(only people who has access to this shared drive can access this page) its activity should be recored. For example : who Acessed? Time when Accessed ? Time when Closed?
The user who accessed will be a person from the company domain only. I mean The window login domain id will be his identity. (** as i told earlier there will be no login in the html page ) So tht html page should extract the user id of the user from hi machine while he opens the page
So Without the page being deployed on the server how i can I do this please give me suggestions?
I know the procedure if the page is on the server and deployed in a website then we can use php or java to achieve this and user's ip address and login logout time can be recorded through forms but in this case as we dont have any server and user will directly access this page through shared drive this cant be done...
So anybody got any ideas about this .. i know it may feel strange but its !!
PLEASE HELP ME OUT !!!
Need help !! want A Suggestion
Started by tecktalk, May 04 2010 03:39 AM
2 replies to this topic
#1
Posted 04 May 2010 - 03:39 AM
Lyf come without guarantees, except that smiling will brighten ur face, laughing will enhance ur eyes, and falling in luv will change ur lyf
|
|
|
#2
Posted 05 May 2010 - 10:50 AM
I guess it's not possible through javascript as it will get executed on the client's machine. In other words, it's not possible to write data to your server through javascript untill you have something on the server-side.
#3
Posted 09 May 2010 - 10:44 PM
Well javascript can send client data to the server but you will need something on the server that understands what data was sent by which control ...etc.This program on the server that knows what has to be done with the client is technology like ASP.NEt , PHP , ColdFusion ..etc


Sign In
Create Account


Back to top









