Forum: Ajax and Design
09-12-2012, 07:52 PM
|
|
Replies: 5
Views: 1,433
I got it to work what one of the problems was...
I got it to work what one of the problems was that new FormData wasn't working so i use myFormData.append("message", message);
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
|
Forum: Ajax and Design
09-11-2012, 01:04 AM
|
|
Replies: 5
Views: 1,433
|
Forum: Ajax and Design
09-09-2012, 02:45 AM
|
|
Replies: 5
Views: 1,433
trouble with addEventListener
I'm trying to gets this code to work so that when you click submit it will send whats in the textbox to the php script but its not sending the post request.
<!DOCTYPE html PUBLIC "-//W3C//DTD...
|
Forum: General web building
06-07-2007, 07:40 PM
|
|
Replies: 1
Views: 675
Chat Room
How do i get a chat room where people can chat and when there done others can see what they have said.
|