IMG tag enable disabled
i want disable img tag.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munir ShaikhPosted Nov 26, 2008, 5:57 AM
1. if it is server side tag then it will be easy to enable or disable
2. if it is client side then put javascript function write following code in the function
document.getElementById("tagid").style=bolck;
and call the function as soon as page load
Enjoy!!
>>munnamax