我们最近从 ASP 切换到 PHP,我们曾经有一个表单,其中包含一个自动字段,用于使用名为<!--#include file="XXX.inc" -->
.
有没有办法使用 php 做同样的事情?如果不能,我可以使用 JavaScript 或 JQuery 吗?
它只有两个字段: UserName UserPassword
我们使用的代码是:
<form method="post" action="http://www.example.com" target="_self">
<!--#include file="bslogin.inc" -->
<input type="image" name="btn_login" src="../images/GoDatabase_off.jpg" alt="Go to the Database" width="125" height="38" border="0">
两者都由 .inc 文件提供。
谢谢你的帮助。