G
ghj1976
Unregistered / Unconfirmed
GUEST, unregistred user!
两个问题
1、有没有办法在delphi开发的isapi中使用javascript???
PageProducer的htmldoc不能有javascript。那如何我在客户端对用户的输入进行简单的判断???
2、
《html》
《body bgcolor="#ffffff" topmargin="0"》
《!--#include file="./test.dll/my"--》
《/body》
《/html》
为了不会被误解:我用《 替换了<。
procedure TWebModule1.WebModule1myAction(Sender: TObject;
Request: TWebRequest; Response: TWebResponse; var Handled: Boolean);
begin
response.content := datetimetostr(now);
end;
为何include不可用???
我只有65分可用了。帮忙解决这个问题。
1、有没有办法在delphi开发的isapi中使用javascript???
PageProducer的htmldoc不能有javascript。那如何我在客户端对用户的输入进行简单的判断???
2、
《html》
《body bgcolor="#ffffff" topmargin="0"》
《!--#include file="./test.dll/my"--》
《/body》
《/html》
为了不会被误解:我用《 替换了<。
procedure TWebModule1.WebModule1myAction(Sender: TObject;
Request: TWebRequest; Response: TWebResponse; var Handled: Boolean);
begin
response.content := datetimetostr(now);
end;
为何include不可用???
我只有65分可用了。帮忙解决这个问题。