PDA

Click to See Complete Forum and Search --> : Smart Web Site


razzaj
Apr 28th, 2000, 08:25 AM
i was wondering the other day , i want to make webSite
And i want it to be smart ( not too much though )
here is the idea :

each time i am online , i ll send a txtfile to my webDirectory , containing my ip address .
each time one visits my page , an applet on my main page
searches for the txt file , and if it finds it , sends
a message to another java app. on my computer that notifies me ...
Although the idea sounds , simple , i cant do it now , coz i have been programing Java 2 month agho , i know already how to use almost all controls in apps and applets
but i never tried winsock or any Advanced control .
Any help would be greatly appreciated ...

noone
Apr 28th, 2000, 08:57 AM
This sounds like something you might want to do server side.
Because of Java's security restrictions, unless your computer also happens to be the webserver, it wont let your applet communicate with you.