问答详情
源自:6-2 鼠标单击事件( onclick )

onclick()不能使用在什么上面?

我给一个H3标签添加了onclick 结果点击后没有任何效果;

提问者:GNEZ 2015-03-24 09:56

个回答

  • 发条橙
    2015-03-24 11:18:33

    你把a打印出来看看

  • GNEZ
    2015-03-24 10:37:55

    一个函数

    function qiandao(){

    var a=getElementById("qiandao");

    a.className="daole";

    }


  • 发条橙
    2015-03-24 10:28:24

    支持的 HTML 标签:

    <a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>,
    <caption>, <cite>, <code>, <dd>, <dfn>, <div>, <dl>, <dt>, <em>, <fieldset>,
    <form>, <h1> to <h6>, <hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>,
    <li>, <map>, <object>, <ol>, <p>, <pre>, <samp>, <select>, <small>, <span>,
    <strong>, <sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>, <th>,
    <thead>, <tr>, <tt>, <ul>, <var>

    支持的 JavaScript 对象:

    button, document, checkbox, link, radio, reset, submit


  • 发条橙
    2015-03-24 10:27:40

    添加了什么响应事件?