Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript javascript style.display Re: javascript style.display

#89871
SgtLegend
Member

In your code you have a curly brace where a parentheses should be

// Won't work
document.getElementById{"contactForm")

// Will work
document.getElementById("contactForm")