各位高手帮我看看

问题描述

<HTML><BODY><divid="sss"></div><script>varaaa=function(buttonid){document.getElementById("sss").innerHTML+="<buttonid="+buttonid+">"+buttonid+"</button>";document.getElementById(buttonid).onclick=function(){alert()}}varobj1=newaaa('button1')varobj2=newaaa('button2')</script></BODY></HTML>请问:为什么button1不响应事件,如果不把onclick写在button标签里如何解决

解决方案

解决方案二:
该回复于2009-06-18 17:16:52被版主删除

时间: 2024-10-22 22:37:22

各位高手帮我看看的相关文章

24色位图,字母图片验证码识别,基于MFC对话框的程序,在线求助,高手帮帮忙

问题描述 24色位图,字母图片验证码识别,基于MFC对话框的程序,在线求助,高手帮帮忙 24色位图(如下图)字母图片验证码识别,基于MFC对话框的程序,在线求助,高手帮帮忙

php字符串转换-php 字符串转换为题,求高手帮看看那里有问题?

问题描述 php 字符串转换为题,求高手帮看看那里有问题? Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+" : this.getMinutes(), //minute &quo

sql server-SQL Server提示错误,求高手帮解决

问题描述 SQL Server提示错误,求高手帮解决 select gl.ccus_id 客户编码, gl.cexch_name 币种, gl.cbegind_c 金额期初方向, (case when gl.cbegind_c = '借' then SUM(ISNULL(gl.mb, 0)) + SUM(ISNULL(ap.iAmount_f,0)) - SUM(ISNULL(dts.iQuantity * dts.iTaxUnitPrice, 0)) else sum(isnull(-gl.m

path-c++代码,请高手帮我看一下这个代码怎么修改

问题描述 c++代码,请高手帮我看一下这个代码怎么修改 return 0; } TCHAR szPath[MAX_PATH] = { 0 }; HRESULT hr; hr = SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, szPath); if(SUCCEEDED(hr)) { CString strPath = szPath; strPath += _T("\temp"); hr = ::URLDow

load-VB提示编译错误,属性使用无效,高手帮我看看啊

问题描述 VB提示编译错误,属性使用无效,高手帮我看看啊 Private Sub cmdcancle_click() unload Me End Sub Private Sub frmaddpoem_load() cleartextbox initTC initlb End Sub Sub cleartextbox() Dim i As Integer For i = 0 To 3 txtpoem(i).Text = "" Next i End Sub 解决方案 initTC init

python文件语句解析-请高手帮我解释下这些语句的意思,跪谢!

问题描述 请高手帮我解释下这些语句的意思,跪谢! import osimport ref_cg=open('dm_cg.txt''w')f_sb=open('dm_sb.txt''w')dir_list=[]for file in os.listdir(): if os.path.splitext(file)[1] == '.txt': dir_list.append(file)dir_list.remove('dm_cg.txt')dir_list.remove('dm_sb.txt')#数据

跪求高手出现-求高手帮帮忙,不知道该怎样解决

问题描述 求高手帮帮忙,不知道该怎样解决 Exception in thread "main" java.lang.StackOverflowError at java.text.DecimalFormat.subformat(DecimalFormat.java:903) at java.text.DecimalFormat.format(DecimalFormat.java:692) at java.text.DecimalFormat.format(DecimalFormat.j

基础 发散-真心的求高手帮我看看代码,指教下,我很困惑

问题描述 真心的求高手帮我看看代码,指教下,我很困惑 命题:求求1+1/2+1/3+--+1/n的c语言编程 以下是我的代码: #include void main() { float i,j,sum; printf("请输入你想求的位数:n"); scanf("%f",&j); for(i=1;i<=j;i++) { sum+=1/i; } printf("结果为 %fn",sum); } 运行结果不对,但是我觉得思路很清晰,找不

xt分页-Ext 分页,高手帮我看看,grid已经可以显示数据了,可是分页就是没有数据,急死我了

问题描述 Ext 分页,高手帮我看看,grid已经可以显示数据了,可是分页就是没有数据,急死我了 Ext.onReady(function() { var itemsPerPage=30;//指定分页大小 Ext.regModel('Node', { fields:[{name:'UI_id'}, {name:'UI_Time'}, {name:'UI_Level'}, {name:'UI_Sys'}, {name:'UI_FlowID'}, {name:'UI_UserName'}, {nam

格式-请各位高手帮个忙 我真的弄不清楚了setter() and getter()的使用; 谢谢

问题描述 请各位高手帮个忙 我真的弄不清楚了setter() and getter()的使用: 谢谢 我真的弄不清楚了setter() and getter()的使用: 我要在eclipse中用setter 和getter来编写一个程序:请你给我示范一个最简单的格式 注释: 我在学java的, 解决方案 setter() 给对象设置属性 getter() 获取对象的属性 可以理解为set是存放 get是获取 解决方案二: get set 方法主要是控制访问权限的,一般类里面的属性设置为priva