Click here to Skip to main content
15,868,055 members

Comments by Chris Copeland (Top 200 by date)

Chris Copeland 26-Jan-24 5:05am View    
The HTML probably needs a <body> tag as well..
Chris Copeland 19-Dec-23 5:03am View    
Well it seems you've already built the code to redirect to a page with the course ID present, so what's stopping you from building the rest? You have $_GET['id'] containing the course ID.
Chris Copeland 15-Dec-23 4:54am View    
Why are you using web-views to accomplish this when instead you could use the Google Maps API? They have a Distance Matrix API[^] which can be used to calculate this without the need to do any of this complicated embedding..
Chris Copeland 12-Dec-23 11:33am View    
He told you to use the window Loaded event for the animation, so you did, then posted your code and accepted it as the solution. You did exactly what Dave told you to do, but you've chosen not to accept his answer as the solution in favour of your own.

Just because he didn't give you the exact code doesn't mean he didn't provide the answer, he pointed you in the right direction and you consequently found your answer, so his answer should have been accepted.
Chris Copeland 11-Dec-23 4:47am View    
So you took Dave Kreskowiak's answer, applied it to your project, and then posted it as your own solution and accepted it? That's not very nice. You should give credit where credit is due.