| 当前位置: 广东人事网 > 正文 |
| 广东人事网 |
|
|
function OpenUserDetail(id)
{
//alert("testse")
/* var strmdFeatures = "resizable=yes, center=yes, Width=750px, Height=600px, status=no,scrollbars=yes";
window.showModalDialog(URL, newsform, strmdFeatures);
*/
var strUrl="/qyrc/FrontController?statusid=NewsCmd_main_view&newsId=" + id
var strmdFeatures = "resizable=yes, center=yes, Width=750px, Height=600px, status=no,scrollbars=yes";
window.open(strUrl,"rednews", strmdFeatures);
}
function SearchCompany()
{
var fm=formSear;
/* if (parseInt(fm.jobtype.value)==0)
{
alert("请选择职位类型");
return false;
} */
fm.submit();
}
| | |