Re: JS SCRIPT NOT RUNNING Programming Web Development by Dani … the electrical company. I already saw a screenshot of your code and saw some glaring typos that were causing syntax errors…. Now that your updated code doesn't show any "quick fixes", I need… Re: JS SCRIPT NOT RUNNING Programming Web Development by Dani …'s really impossible to debug what's wrong with your code when all I'm seeing is a screenshot of a… PHP Fatal error: Uncaught Error: Unsupported operand types error Programming Web Development by ianhaneybs …post Below is the sections of code that contains the code I put in //Code for Checkout if(isset($_POST['checkout…</select> </div> // I ADDED THIS CODE BLOCK IN <div class="col-md-4 mb… Re: PHP Fatal error: Uncaught Error: Unsupported operand types error Programming Web Development by Dani The code `$_SESSION["cart_item"][$k]["quantity"] += $_POST["… sense. As you point out, it's a ton of code for me to spend my time reading and sifting through… variables you're working with are not numbers. Trace your code and make sure that there are no edge cases where… Re: JS SCRIPT NOT RUNNING Programming Web Development by Dani … to put everything together to get a working timer. The code `<span id="demo" class="demo"…, the javascript actually is what makes the timer function, with code that keeps updating the HTML within that `<span>… you copy and paste all of the HTML and Javascript code [in the working demo here](https://www.w3schools.com/howto… developing with AR Google Spatial API with non supported region Programming Mobile Development by AsifJavaid_1 … AR spatial api. After running the sample applications in Google Code Labs, we are getting an error, VPS is not available… JS SCRIPT NOT RUNNING Programming Web Development by alexxx1 … seems like it doesn't run. Initially I used the code provided `<p id="demo"></p… Re: JS SCRIPT NOT RUNNING Programming Web Development by alexxx1 You are right. But now I copy and pasted the code from the live demo (https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_countdown) and still nothing worked Re: JS SCRIPT NOT RUNNING Programming Web Development by Dani Please show me your code. You must be doing something wrong still. Re: developing with AR Google Spatial API with non supported region Programming Mobile Development by rproffitt You didn't tell what region. Given that Russia fined Google $20000000000000000000000000000000000 - that's 2.5 trillion trillion trillion dollars I don't expect Google to give you access. Re: developing with AR Google Spatial API with non supported region Programming Mobile Development by AsifJavaid_1 Hi, I am from Pakistan and developing an APP for USA market. Can we use Google spatial api without VPS in non supported region where Google street view data is not massively available as it is in USA? Thank you. Asif. Re: developing with AR Google Spatial API with non supported region Programming Mobile Development by Dani Google's Geospatial API works in any region where Google Street view exists. If Google Street view doesn't exist for a given area, the API won't be able to generate data for that area. Sorry. Re: JS SCRIPT NOT RUNNING Programming Web Development by alexxx1 The first option actually worked and thank you for that, but why doesn't it run with a link to the .js path? I wouldn't like to include all my codes to my main page Re: JS SCRIPT NOT RUNNING Programming Web Development by Dani It should run with a link to the .js file. You just need to then also upload the JS file :) How to do that was my second option. Re: JS SCRIPT NOT RUNNING Programming Web Development by alexxx1 ![Untitled.png](https://static.daniweb.com/attachments/5/595bf88aad42861f5a26514d93c220ac.png) Could you kindly check? Re: JS SCRIPT NOT RUNNING Programming Web Development by Dani You can see that the countdown.js file has the little squiggle red underline on lines 27, 28, and 29, indicating that there's some type of syntax error there. The problem is that you have a typo on line 26. It should not be `distance < /> 0`. You also have a red squiggle on line 10 because the close bracket you have on line 7 shouldn't … Re: JS SCRIPT NOT RUNNING Programming Web Development by alexxx1 ![a.png](https://static.daniweb.com/attachments/5/4c87a1dcdee943a1a285e165317b2ee4.png) ![b.png](https://static.daniweb.com/attachments/5/fdbf53142eecbfa73e3a18434c4c2abc.png) Re: pin code Programming Software Development by jonathan_57 may i ask how to do the 6 digit code in c++ How to Automate NAVIS Programming Software Development by Mr.M … can't set the input elements value automatically using this code `WebBrowser1.Document.GetElementById("iNfYj").SetAttribute("value"…;, "Testing")` this line of code is inside a button on my form. Heres how I… How to Successfully Use ChatGPT for SEO Community Center by Johannes C. … your WordPress site? Need to fix someone else's PHP code on a 9-year-old stand-alone page? Talk it… have to provide the context, goal, and, if applicable, relevant code snippets. ## #2 Keyword Research ## [Keyword research](https://jczeller.com/2021… Qwen vs Llama - Who is winning the Open Source LLM Race Programming Computer Science by usmanmalik57 … free to use, and you can easily modify their source code or fine-tune them on your systems. [Alibaba's Qwen… Re: LNK2005 unsigned short Programming Software Development by Mr.M …; WFSVERSION m_version; HSERVICE m_hservice; HWND m_handleWind; LPWFSRESULT m_result; @SaleM the code itself doesn't have error because I can execute `Form1… and remember this is a new form with no such code or declaration but as soon as you include form1 it… Re: Paths in PHP not work. Programming Web Development by Dani Can you please show us your code and explain what the expected behavior is and what is … does something with a $path variable, but without seeing any code, it wouldn't do anything. Also, when you say styles… Re: LNK2005 unsigned short Programming Software Development by Salem … solve this problem? The short answer is don't put code in header files. Declarations go in header files, definitions go… Re: LNK2005 unsigned short Programming Software Development by Mr.M Oops when I uncomment the code as I've commented it out while I was having that error so that I can continue with the other development on the Form now I get `error LNK2020: unresolved token (0A0000DF) "unsigned short MyprojectName::m_hservice"` Re: LNK2005 unsigned short Programming Software Development by Mr.M … tokens following preprocessor directive - expected a newline 1> Generating Code... 1> .NETFramework,Version=v4.0.AssemblyAttributes.cpp 1>… Re: LNK2005 unsigned short Programming Software Development by Mr.M … place, and not std::string (since this is C++). The code originally is from C > Does Form1.cpp include Form1… Re: Paths in PHP not work. Programming Web Development by rproffitt Let's see a little more code. Also, read https://www.php.net/manual/en/function.error-log.php to see how to log what your current directory is and more. Re: Do you participate in any other communities? Community Center Geeks' Lounge by John_165 Another forum shutting down https://www.codeproject.com/script/Common/Error.aspx RIP Dream in code and Codeproject :( Re: Clear the devtool network monitor logs Programming Web Development by autowrecking … Items." It’s a user action, and unfortunately, no code can do that.