|
-
Jan 1st, 2011, 12:50 PM
#1
Thread Starter
Addicted Member
[RESOLVED] document.getElementById in Master Page
Hi all,
I'm using following script in child Page
<script type="text/javascript" language="javascript">
function ShowTip(mDiv) {
if (mDiv.length < 1) { return; }
var dd = document.getElementById(mDiv);
dd.style.display = "block";
dd.visible=true
}
</script>
It works on normal pages but doesn't works on child Pages of Master Page.
Any Help???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|