0
votes
Using Google Maps in Coldfusion
Maybe the layout area doesn't have the right style. I think you may have to give the map_canvas a
position: absolute
or
position …
0
votes
Dynamic Client Script
If it's your only checkbox you can do a getElementsByTagName() call to get all inputs and then iterate through the returned array looking for the appropriate type value (i.e. checkbox).
…
