M
moondaddy
This is a basic question but I cant seem to find the answer anywhere and
have never tried it before.
Here's one of many syntax I'm trying, but should at least show you what I'm
trying to do:
parent.data.frameElement.src="data.aspx?Task=CartAddNew & sku=" + ItemSku;
where there's 2 parameters, Task and sku, and I'm trying to pass a text
value of "CartAddNew" to the Task parameter and a value from the ItemSku
variable to the sku parameter.
Thanks.
have never tried it before.
Here's one of many syntax I'm trying, but should at least show you what I'm
trying to do:
parent.data.frameElement.src="data.aspx?Task=CartAddNew & sku=" + ItemSku;
where there's 2 parameters, Task and sku, and I'm trying to pass a text
value of "CartAddNew" to the Task parameter and a value from the ItemSku
variable to the sku parameter.
Thanks.