i want to load text from a simple txt file into a div.
so far it is working with an asp file:
i tried to replace the time.asp with a txt file but it doesnt work , so i am not sure how to create my txt file.Code:xmlHttp.onreadystatechange=stateChanged; xmlHttp.open("GET","time.asp",true); xmlHttp.send(null);
???





Bookmarks