todayDate = new Date();
date = todayDate.getDate();
month= todayDate.getMonth() +1;
year= todayDate.getYear();
if(navigator.appName == "Netscape")
{
document.write(1900+year);
document.write("�q?);
document.write(month);
document.write("�?);
document.write(date);
document.write("�?);
document.write(" ")
}
if(navigator.appVersion.indexOf("MSIE") != -1)
{
document.write(year);
document.write("�q?);
document.write(month);
document.write("�?);
document.write(date);
document.write("�?);
document.write(" ")
}
if (todayDate.getDay() == 5) document.write("星期�?)
if (todayDate.getDay() == 6) document.write("星期�?)
if (todayDate.getDay() == 0) document.write("星期�?)
if (todayDate.getDay() == 1) document.write("星期一")
if (todayDate.getDay() == 2) document.write("星期�?)
if (todayDate.getDay() == 3) document.write("星期�?)
if (todayDate.getDay() == 4) document.write("星期�?)
贵州百花药业�_�针生��U�签�U�落户合�?/H1>
作者:guoyawei 来源�Q�香港商�?nbsp; 点击敎ͼ�0 更新旉����Q?011-6-30 12:08:28
[关键字]�Q?/font> 生��U?/a>
贵州百花医药
�_�针
合川
健康�|�讯�Q?/FONT>
6�?8日,贵州百花医药股䆾有限公司投资�����的年�?00万支��d���_�针�?00万支��_���_�)针生产线��目正式�{����落户合川。据了解�Q�该��目由合川区政府副区长梁亚荣牵头�Q���L���?.8亿元�Q�将�����集新药研发、药品制造于一体的医药生���目�Q��ƈ建立...
jQuery(document).ready(function() {
$("body").keydown(function(event) {
if (event.keyCode == "13"&&$("#Mynologin").css("display")=="block") {
$("#logsubmit1").click();
return false;
} });
CloseErrMag();
$("#MyTxtUserName").focus(function cls() {
//捕获触发事�g的对象,�q�设�|��ؓ以下语句的默认对�?
with (event.srcElement)
//如果当前��gؓ默认��|��则清�I?
if (value == '用户�?UID') value = ""
});
$("#MyTxtUserName").blur(function res() {
//捕获触发事�g的对象,�q�设�|��ؓ以下语句的默认对�?
with (event.srcElement)
//如果当前��gؓ�I�,则重�|��ؓ默认�?
if (value == "") value ="用户�?UID"
});
$("#MyTxtPassWord").focus(function cls() {
//捕获触发事�g的对象,�q�设�|��ؓ以下语句的默认对�?
with (event.srcElement)
//如果当前��gؓ默认��|��则清�I?
if (value == '******') value = ""
});
$("#MyTxtPassWord").blur(function res() {
//捕获触发事�g的对象,�q�设�|��ؓ以下语句的默认对�?
with (event.srcElement)
//如果当前��gؓ�I�,则重�|��ؓ默认�?
if (value == "") value ="******"
});
ContentpdLmqx();
});
//判断权限
function ContentpdLmqx()
{
var err = "";
var user = $.cookie('userName'); // 获得cookie
//没有cookie昄������介和登陆�H�口
if (user == null) {
//alert(222);
//alert($.cookie('cook'+'428590'));
//alert($.cookie('qxType'+'428590'));
//alert($.cookie('qxError'+'428590'));
jQuery("#Mynologin").show();
jQuery("#Myhaslogin").hide();
}
//判断权限
else
{
if($.cookie('cook'+'428590')=="true")
{
if($.cookie('qxType'+'428590')=="1")
{
jQuery("#Mynologin").hide();
jQuery("#Myhaslogin").hide();
}
else
{
jQuery("#Mynologin").hide();
jQuery("#Myhaslogin").show();
err = "
"+$.cookie('qxError'+'428590')+"";
jQuery("#myErrmag").html(err);
OpenErrMag();
}
$.cookie('cook'+'428590', null,{ path: '/' }); // 讄���cookie
$.cookie('qxType'+'428590', null,{ path: '/' }); // 讄���cookie
$.cookie('qxError'+'428590', null,{ path: '/' }); // 讄���cookie
}
else
{
}
}
}
function OpenErrMag()
{
//打开无权限提�C?
jQuery("#my_dow1").show();
jQuery("#errMag").show();
}
function CloseErrMag()
{
//关闭收藏
jQuery("#my_dow1").hide();
jQuery("#errMag").hide();
}
function SetCookie(name,value){
expires=new Date();
expires.setTime(expires.getTime()+(86400*365));
document.cookie=name+"="+value+"; expires="+expires.toGMTString()+"; path=/";
}
function JsGetCookie(sName) {
var aCookie = document.cookie.split("; ");
for (var i = 0; i < aCookie.length; i++) {
var aCrumb = aCookie[i].split("=");
if (sName == aCrumb[0])
return unescape(aCrumb[1]);
}
return null;
}