This content has been marked as final.
Show 4 replies
-
1. Re: Hide/Show
John Waller Jan 13, 2010 8:34 PM (in response to k.loy)Got a link so we can see what's happening?
-
-
3. Re: Hide/Show
John Waller Jan 13, 2010 10:47 PM (in response to k.loy)Change every href where Show/Hide is used from # to javascript:void(0);
From
<td><a href="#" onmousedown="MM_showHideLayers
to
<td><a href="javascript:void(0);" onmousedown="MM_showHideLayers
-
4. Re: Hide/Show
k.loy Jan 13, 2010 11:33 PM (in response to John Waller)this worked beautifully! Thanks!!


