JavaScript Help

Discussion in 'JavaScript' started by orso, Feb 8, 2008.

  1. #1
    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.
     
    orso, Feb 8, 2008 IP
  2. ToddMicheau

    ToddMicheau Active Member

    Messages:
    183
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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. . .
     
    ToddMicheau, Feb 8, 2008 IP