CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How can i get informations from my web page

    Iam just new to this java world. I want to know the details about the persons who visited my web page(free).

    Is it possible to update a text file or any file in free ftp site or http site thru Java Programming if permission is granted?

    Thank u in advance

    Please reply me. If possible mail me [email protected]



  2. #2
    Join Date
    Aug 1999
    Posts
    11

    Re: How can i get informations from my web page

    hai,
    you can accomplish this by using an applet. u can have the counter code in the init method of the applet and u can update the file in your web server using the applet. note that u should have the counter code in the init method.
    thanx
    devi prasad m. p.

    Keep working hard!!!
    Keep climbibg high!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured