PDA

View Full Version : vB4 Plugins and Changing properties via javascript


MyChemicalSelf
02-08-2010, 02:14 PM
Hey,
Im trying to work out a way to show a div on a certain event (there is a notice) and im a little stuck with the JS so far i have

var notice = document.getElementById("gcbos_notice"); notice.style.display= 'block';

which isnt working for me does anyone have any ideas (The modification is GCBOS).