Hi, I do know Javascript very well and was wonder if anybody could tell me how to recreate this feature on this site. http://www.maxbats.com/baseballbats.php Change something in the order form. Thanks.
Yea, it's ajax, http://www.maxbats.com/Scripts/custom_bat.js It post's the forms details to http://www.maxbats.com/ajax/bat_update.php That php file then the php scripts goes through all the options and finds the correct bat picture from http://www.maxbats.com/uploads/custom_bats/ If you wanted something like this then check out http://www.w3schools.com/ajax/ajax_intro.asp You may also want some php knowledge, otherwise you could prolly find the right image through JS, and not need the ajax framework. . .