tutorial or example...

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
benifactor
Forum Newbie
Posts: 2
Joined: Sat Feb 17, 2007 5:28 pm

tutorial or example...

Post by benifactor »

i am looking for a tutorial, or a working example of php style site, that uses xmlhttp to send information and refresh the data on the page every 30 seconds or so with no refresh ... i have the php done, but have no idea on how to combine it with the javascript, as i have no javascript expeirience. any help is greatly appreciated. thanks in advance.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

check out jQuery's .getIfModified() function:
http://www.visualjquery.com/1.1.1.html (ajax section)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

JQuery... Image
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

The Ninja Space Goat wrote:JQuery... Image
We should add that whole line to the smilies! I propose :jqttr: ;-)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

we should just write "JQuery" on his cape... :D
benifactor
Forum Newbie
Posts: 2
Joined: Sat Feb 17, 2007 5:28 pm

Post by benifactor »

thank you for your responses.... i will check it out..
Post Reply