62,271
社区成员
发帖
与我相关
我的任务
分享
ClientScriptManager.RegisterStartupScript()方法来把你的js放到</form>之前,这样你的table肯定已经是创建了的
function setbackgroundImage(path) {
document.getElementById('td3').backgroundImage = path;
}
Response.Write("<script>setbackgroundImage('../images/bgimg_01.gif');</script>");