<from action=post>
<a href><IMG src="../..", name='imgae',value='image'></a>
<inpute type='hidden' value=$image>
</form>把它作为一个隐含值进行传递

解决方案 »

  1.   

    <input type="image" src="login.gif">
      

  2.   

    <form action=a.asp method=post name=f>
    用户名 :<input name=username>     
    密码 :<input name=password>            
    <input type=image src=http://www.csdn.net/member/images/go.gif width="85" height="20">                             
    </form>