现在的位置: 首页 > 综合 > 正文

\t\t仿造51job选择区域地名(续2)

2014年07月14日 ⁄ 综合 ⁄ 共 1507字 ⁄ 字号 评论关闭

if(j > 0){
                for(var l=1;l<=j;l++){
                    htmlDiv1 = htmlDiv1 + '<td width="100" height="20">&nbsp;</td>';
                    htmlDiv1 = htmlDiv1 + '<td width="1" height="20" align="center" valign="middle"><img src="http://images.51job.com/im/line_bg.gif"></td>';
                }
                htmlDiv1 = htmlDiv1 + '</tr>';
            }
            htmlDiv1 = htmlDiv1 + '</table>';
        }
    }
    htmlDiv = htmlDiv+htmlDiv1+'</td></tr><tr><td colspan="2" height="4" bgcolor="#FF831F"></td></tr></table>';
   
    var dv = document.getElementById('popupArea');
    dv.innerHTML = htmlDiv;
}

function HideElement(strElementTagName){
    try{
        for(i=0;i<window.document.all.tags(strElementTagName).length; i++){
            var objTemp = window.document.all.tags(strElementTagName)[i];
            objTemp.style.visibility = "hidden";
        }
    }catch(e){
        alert(e.message);
    }
}

function ShowElement(strElementTagName){
    try{
        for(i=0;i<window.document.all.tags(strElementTagName).length; i++){
            var objTemp = window.document.all.tags(strElementTagName)[i];
            objTemp.style.visibility = "visible";
        }
    }catch(e){
        alert(e.message);
    }
}

function hideElementAll(){
    HideElement("SELECT");
    HideElement("OBJECT");
    HideElement("IFRAME");
}

function showElementAll(){
    ShowElement("SELECT");
    ShowElement("OBJECT");
    ShowElement("IFRAME");
}
//-->
</script>
<script language="javascript">
<!--
buildDiv("popupArea","popupFuntype","popupSubfuntype","popupIndustry","popupIssuedate");
//-->
</script>
</form>
</body>
</html>
  仿造51job选择区域地名(续2) - xiaojunwei1987 - http://hi.baidu.com/

抱歉!评论已关闭.