php 中a标签的事件问题 请各位达人帮帮小弟
html标签里边有写事件<ahref="#"onclick="<?php$content=Extraction('./text/文豪广告-我们做什么.txt')?>"st...
html标签 里边有写事件
<a href="#" onclick="<?php $content = Extraction('./text/文豪广告-我们做什么.txt') ?>" style="position:absolute; left:20px; top:15px;">我们做什么</a>
代码
function Extraction($address)
{
$f=fopen($address,"r");
$str=fread($f,filesize($address));
$str=htmlspecialchars($str);
$str=nl2br($str);
return $str;
}
我每次打开网页他就自动执行了
而不是我去点他才执行 请问这是为什么呢? 展开
<a href="#" onclick="<?php $content = Extraction('./text/文豪广告-我们做什么.txt') ?>" style="position:absolute; left:20px; top:15px;">我们做什么</a>
代码
function Extraction($address)
{
$f=fopen($address,"r");
$str=fread($f,filesize($address));
$str=htmlspecialchars($str);
$str=nl2br($str);
return $str;
}
我每次打开网页他就自动执行了
而不是我去点他才执行 请问这是为什么呢? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询