注册 登录
编程论坛 PHP技术论坛

【求助】PHP 触发事件问题

lply 发布于 2009-11-30 02:24, 1305 次点击
http://www.

这个站的提交按钮代码是

            <form method="get" action="index.php" id="check_form">
                <input type="text" id="domain" name="domain" value="http://" onkeydown="KeyDown()" />
                <input type="submit" id="submit" value="" onmouseover="this.style.backgroundPosition='-145px -69px'" onmouseout="this.style.backgroundPosition='-145px -38px'" onclick="pr_cheaker();"/>
                <div class="clear"></div>
            </form>

我怎么能用 PHP 语句实现

http://www.

输入这样的网址形式 就能做到 点击完提交按钮的效果哪?
3 回复
#2
lply2009-11-30 15:52
高手帮帮忙啊。。。。。。。。
#3
风月_无边2009-12-29 22:27
看看传的什么参数 ,用url传过去就是了
#4
mp3aaa2010-01-04 22:08
<form method="get" action="index.php?name=lply" id="check_form">
1