Click here to Skip to main content
15,949,686 members

Comments by Chris Copeland (Top 200 by date)

Chris Copeland 1-Jul-24 6:06am View    
I believe it's because MouseEventHandler is a delegate which functions as a pointer to the address of the function being called, so behind the scenes the Delegate.Combine() and Delegate.Remove() methods refer to the pointer address directly. It is confusing though.
Chris Copeland 26-Jun-24 5:16am View    
So.. you implemented what was recommended to you in the other two solutions, then many hours later decide to post your own solution and accept that without giving credit to the others? Both Pete and Dave should have had their solutions accepted.
Chris Copeland 9-May-24 9:58am View    
Have you tried checking the console in the browser to see if there are any errors? I can't see anything immediately wrong with the code, however the browser console will give you more information.
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.