Jump to content

Combo Box value to php variable


beanymanuk

Recommended Posts

Select Size:
<select name=clothessize>
<option name=one value=one>S</option>
<option name=two value=two>M</option>
<option name=three value=three>L</option>
<option name=three value=three>XL</option>
</select>

<input type="button" name="btnAddToCart" value="Add To Cart >" onClick="window.location.href='<?php echo $cart_url; ?>';" class="addToCartButton">

 

How can I get the combo box value into a php variable without refreshing the page so I can pass its value though on onClick event?

 

Thankyou in advance

Pete

Link to comment
Share on other sites

More explanation

I want a drop down box to onchange, change the value of the url variable s in the code below which is currently showing "small"

 

<input type="button" class="addToCartButton" 
onclick="window.location.href='cart.php?action=add&p=36&s=small';" 
value="Add To Cart >" name="btnAddToCart">

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.