Shipping calculator, What am I missing in this code to make it work?
问题 Hello I am pretty new to this and I am trying to make this shipping calculator code work. This is what I have so far. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ent"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Calculate Shipping</title> <script type="text/javascript"> /* <![CDATA[ */ var price = 0; var shipping = (calculateShipping(price);); var total = price + shipping; function