Jump to content

Need help !! want A Suggestion

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
tecktalk

tecktalk

    Programmer

  • Members
  • PipPipPipPip
  • 175 posts
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 !!!
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
Deadlock

Deadlock

    Learning Programmer

  • Members
  • PipPipPip
  • 81 posts
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
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
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