Jump to content

Adding a parameter to the handlestatechange(elementID) function


ghepting

Recommended Posts

I am working on a fairly simple implementation of ajax in a php shopping cart system.

 

What I am trying to do is modify the handlestatechange() function to accept a parameter so I can send the xmlHttp.responseText to a dynamically-assigned elementID (instead of assigning the data to the SAME element's innerHTML every time...)

 

I have a productID that php is getting from the mysql query and on the user-form there are 3 drop-menus that are also populated via php/mysql. These options are: Size, Color, & Quantity.

 

When any of the select boxes are changed I am using an xmlHttpRequest object to call a simple php page that queries the database with 4 parameters: The productID (unique and the key index), the size, the color, & the quantity. This returns only one value -- the PRICE of the item that matches the parameters that have been passed.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.