Microsoft
Software
Hardware
Network
Question : how use javascript to expand and close div tags in asp.net page
this is what i have:
...
function toggleMe(a){
var e=document.getElementById(
a);
if(!e)return true;
if(e.style.display=="none"
){
e.style.display="block"
} else {
e.style.display="none"
}
return true;
}
...
Discipline SIM Performance
Yes, all the scripts on this site are free for personal or business use. The only requirement for using them is that you leave the credit information inside the script.
the expanding and contracting works, but the subsequent page reload reset everything back to the original state. i suspect this is either a simple solution or something complicated that requires 3rd party tool. thanks.
Answer : how use javascript to expand and close div tags in asp.net page
if you r using master pages try that
document.getElementById('<%
=btnId.Cli
entID%>')
Random Solutions
Deploying web service war file and it's test client war file in the same EAR
How do I add analytics (GA) to my iGoogle account?
Listing Server Side Rules in Exchange?
no sound is play in swf files
MS Reporting Services - Matrix Subtotal expression?
SSRS Error when I use RunningValue function
How to display a JPEG image from another record
Decommissioning domain controller, DNS, WINS and DHCP
iframe at the top of every page, static and dynamic
Need a simple app. that runs in both WPF and Silverlight