Mind Blowing (For Me Anyway)

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
cupaball
Forum Commoner
Posts: 85
Joined: Sun Feb 12, 2006 1:46 pm

Mind Blowing (For Me Anyway)

Post by cupaball »

I was checking out http://bandwebsitetemplate.com/demo/shows.php and saw how they have it set that you can log in using some type of lighbox and the page did not refresh. How did they do that?

Secondly, what I am really after is creating a contact form that does not have to refresh the page when submitted. Can anyone point me in the right direction?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Mind Blowing (For Me Anyway)

Post by califdon »

By looking at the source code, it shows that they are using a tool called MooTools which is based on AJAX. See http://w3schools.com/ajax/ajax_intro.asp.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: Mind Blowing (For Me Anyway)

Post by Ollie Saunders »

The answer to both your questions are basically: JavaScript
Post Reply