<script>
$().ready(function(){
$('#showEle').click(function(){
parent.document.getElementsByTagName("frameset")[1].cols ="190,*";
})
$('#hideEle').click(function... 2012-1-30 18:42 Monday
<script>
$().ready(function(){
$('#showEle').click(function(){
parent.document.getElementsByTagName("frameset")[1].cols ="190,*";
})
$('#hideEle').click(function...