查了下DHTML手册onselect事件只在
BODY, INPUT type=text, TEXTAREA
上才有,INPUT type=radio似乎没有这个事件!至于laszlo是啥呀?俺没玩过,好玩不?送你三本手册!DHTML参考手册
http://download.csdn.net/source/308913样式表中文手册
http://download.csdn.net/source/304124JScript语言参考
http://download.csdn.net/source/308916

解决方案 »

  1.   

    唯一的资料里并没有详细介绍....只是略带一提有这种event
    能详细说下么..
      

  2.   

    看名字也知道不一样滴!
    onclick--鼠标单击触发!
    onselect--选中时触发,可以是鼠标单击选中,也可以是键盘选中,还可能是脚本选中!
    岂能一样乎?!哈
      

  3.   

    是,这我明白,我是想说对于"用鼠标点中这个radiobutton"这个操作来说,
    我把代码放在 onclick 和onselect里应该同样都能执行,应该是这样的呀.
      

  4.   

    俺在一楼不是说了么,标准的INPUT type=radio没有定义onselect事件!至于laszlo中如何实现的俺就帮不上忙了!
      

  5.   

    呵呵,我说的类型区别就是yixianggao 所说的
      

  6.   

    下面是radiobutton的属性,方法,事件的描述,你可以从里面找到答案,我发现在MethodsAttributes inherited from Basecomponent 
    doesenter, enabled, hasdefault, isdefault, style, styleable, text Attributes inherited from Baselistitem 
    onselected, selected Attributes inherited from Basevaluecomponent 
    value Attributes inherited from Node 
    class, classroot, cloneManager, datapath, id, ignoreAttribute, ignoreplacement, immediateparent, initstage, name, nodeLevel, onconstruct, oninit, parent, placement, subnodes Attributes inherited from View 
    aaactive, aadescription, aaname, aasilent, aatabindex, align, bgcolor, clickable, clickregion, clip, cursor, defaultplacement, fgcolor, focusable, focustrap, font, fontsize, fontstyle, frame, framesloadratio, hassetheight, hassetwidth, height, layout, loadratio, mask, onblur, onclick, ondata, ondblclick, onfocus, onkeydown, onkeyup, onmousedown, onmouseout, onmouseover, onmouseup, onselect, opacity, options, pixellock, play, resource, resourceheight, resourcewidth, rotation, selectiontype, showhandcursor, source, stretches, subviews, totalframes, unstretchedheight, unstretchedwidth, valign, visible, width, x, xoffset, y, yoffset 
    --------------------------------------------------------------------------------Methods
    Methods inherited from basecomponent 
    doEnterDown, doEnterUp, doSpaceDown, doSpaceUp, setStyle, setTint, updateDefault Methods inherited from basevaluecomponent 
    getValue Methods inherited from LzNode 
    animate, applyConstraint, applyData, childOf, completeInstantiation, createChildren, dataBindAttribute, destroy, determinePlacement, getAttribute, getOption, getUID, lookupSourceLocator, searchImmediateSubnodes, searchSubnodes, setAttribute, setDatapath, setID, setName, setOption Methods inherited from LzView 
    addProxyPolicy, addSubview, bringToFront, construct, containsPt, getAttributeRelative, getBounds, getColor, getColorTransform, getContextMenu, getCurrentTime, getDepthList, getHeight, getID3, getMouse, getPan, getTotalTime, getVolume, getWidth, init, measureHeight, measureWidth, play, releaseLayouts, removeProxyPolicy, searchParents, searchSubviews, seek, sendBehind, sendInFrontOf, sendToBack, setAAActive, setAADescription, setAAName, setAASilent, setAATabIndex, setAlign, setAttributeRelative, setBGColor, setClickable, setColor, setColorTransform, setContextMenu, setCursor, setHeight, setLayout, setOpacity, setPan, setPlay, setResource, setResourceNumber, setRotation, setShowHandCursor, setSource, setValign, setVisible, setVolume, setWidth, setX, setY, shouldYieldFocus, stop, stretchResource, unload, updateResourceSize 
    --------------------------------------------------------------------------------
    Events 
    Events inherited from LzNode 
    onconstruct, ondata, oninit Events inherited from LzView 
    onaddsubresource, onaddsubview, onblur, onclick, ondblclick, onerror, onfocus, onframe, onheight, onlastframe, onload, onmousedown, onmousedragin, onmousedragout, onmouseout, onmouseover, onmouseup, onmouseupoutside, onopacity, onplay, onremovesubview, onstop, ontimeout, onwidth, onx, ony