I just found Shopsite and I am doing some testing with the Anywhere buttons. Off of the Shopsite page where it talks about anywhere buttons, I copied the Shopsite generated code shown below.... . I put the code in an HTML page in both Dreamweaver & EW 4 and it shows many errors. I realize this isn't a Dreamweaver or EW 4 forum but I was hoping someone here could tell me how to cure the errors. I use a Doctype of >>>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml"><<<<<<<<<<< Does anyone else get these errors when validating the page they are on??
Many Thanks. Danka
<form action="http://ademostore.com/cgi-bin/shopper/sc/order.cgi" method="post">
<input type="hidden" name="storeid" value="*14a411dac56fb01605b2274b">
<input type="hidden" name="dbname" value="products">
<input type="hidden" name="function" value="add">
<input type="hidden" name="itemnum" value="87">
<input type="hidden" name="87:finoptnum" value=1>
<br>Handle Color
<select name="87:finopt:0" size="1">
<option value="Black">Black</option>
<option value="Orange">Orange</option>
</select>
<br>Quantity
<input type="text" size="2" name="87:qnty" value="1">
<input type="image" src="http://ademostore.com/shopper/als/media/order.gif" border="0" name="Add to Cart" alt="Add to Cart">
<input type="image" src="http://ademostore.com/shopper/als/media/checkout.gif" border="0" name="View Cart" alt="View Cart">
</form>