Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
Show/Hide div's with XP SP2
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Steve Coates, post: 4735764"] i have some real simple code that sets the style.display = 'none' when an img is selected. function HideDiv(obj) { obj.style.display = 'none'; } and the image tag appears like this <img src="..." onclick="HideDiv(this);"/> works great! NOT ANYMORE after installing SP2! anybody know of another way of doing this without i.e. telling the user that we are going to supposidly hack their computer. tia, s [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
Show/Hide div's with XP SP2
Top