Link to home
Start Free TrialLog in
Avatar of tdillon80
tdillon80

asked on

imacros javascript action

Hello,

I recently found imacros for firefox and I'm amazed at what it can do but I'm having a difficult time getting it to run a javascript action. I've included the whole TD it is in. Please note that 10's of these tds exist on the page and may not be in the same order every time. Ultimately I'm looking to be able to add a specific product to cart based on the ID.

Thanks,
<td class="itemPricesDetails" valign=bottom id="154474_AddToCardTD">
	        <input type=hidden name=154474_Qty id=154474_Qty value=1><input type=hidden name=154474_QtyReplace id=154474_QtyReplace value=0>&nbsp;
                <a title="Click here to add this product to your cart." href="javascript:AddToCartReplaceMaster(154474);"><span class="AddToCart AddToCartButton"><span class="add2CartText">Add to Cart</span></span></a>
	        
	    </td>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of anushahanna
anushahanna
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial