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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -