Need javascript path -


i'm looking reference variable (in case, zipcode) i'm having trouble defining javascript path. appreciated. thanks.

<script type="text/javascript">             var uopurchase = {                 product:"ticket;110144206100;1;214.99;adult",                 purchasepricebeforetax: "214.99",                 orderid: "150819uo62768693",                 zipcode: "32109",                 creditcardtype: "visa",                 deliverytype: "87",                 quantity: "1",                 adults: "1",                 children: "0",                 allages: "0",                 dates: "1/1/0001 12:00:00 am"             };     </script> 


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -