这里'onclick'=>alert('点击了我'); 为什么不起反应 [ 新手入门 ]
点击怎么会没有反应,没有弹出 点击了我 的对话框,
'onclick'=>'alert("点击了我");
点击为什么不起作用。
echo CHtml::ajaxLink('GO', 'http://localhost/Yii/index.php?r=Test/export',
array('type'=>'POST'), //there are various other options for jquery ajax
array('href'=>'http://localhost/Yii/index.php?r=Test/export'),
array(
'onclick'=>'alert("点击了我"); return false;',
));
哪里有错吗?
共 11 条回复
-
对应的源文件
执行了对网址的访问,但点击无反应:<input href="http://localhost/Yii/index.php?r=Test/export" name="yt0" type="button" value="导出到文件" id="yt0" /><a onclick="alert("点击了我"); return false;" href="http://localhost/Yii/download/abc.csv">下载文件</a>
没有执行,点击有反应:
<input name="yt0" type="button" value="导出到文件" id="yt0" /><a onclick="alert("点击了我"); return false;" href="http://localhost/Yii/download/abc.csv">下载文件</a>
我怎么才能既执行对url的访问,又点击产生反应呢?
onunix china
注册时间:2012-03-19
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝2
- 金钱1145
- 威望0
- 积分1145