Forum: JSP May 27th, 2009 |
| Replies: 10 Views: 1,990 Create the variable in the javaScript
and store the value in it
then use it
function changeQuantity(form,productCode,index)
{
var z=productCode;
var y=index;... |
Forum: JSP May 27th, 2009 |
| Replies: 10 Views: 1,990 Create the variable in the javaScript
and store the value in it
then use it
function changeQuantity(form,productCode,index)
{
var z=productCode;
var y=index;... |