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
Fine-tune SpamAssassin
Share folder is giving read only messages and users can't save
Win XP Pro PC continues to reboot
Who deleted mail from public folder
Turn off EXT
Why is my SQL SELECT calculation completing the decimal places to the right?
How do I loop thru a MS Access recordset via VB and output an excel spreadsheet after each 40,000th record
Exchange permissions - Show details on Outlook Meeting requests
Backup Exec job priorities
Error says "Improper shortcut registry settings. Shortcut links cannot be restored."