corner image corner image
View Single Post
corner image corner image
  #2 (permalink)  
Old 14-05-2008, 20:44
tommy's Avatar
tommy tommy is offline
A1 is my Second Home!
 
Join Date: Mar 2008
Location: Essex
Posts: 376
Thanks: 45
Thanked 97 Times in 85 Posts
You would need to use JavaScript so you can initiate the onclick function then you have to use the DOM to change the display to none.

eg.

Code:
 document.getElementById("id_name").style.display = "none";
Reply With Quote
corner image corner image
The Following User Says Thank You to tommy For This Useful Post:
Case (15-05-2008)
corner image corner image