如何让网页中的标题<title>-<%=webname%></title>,也就是对应文章题目自动变换
3个回答
展开全部
后台定义webname变量,page_load里赋值.
或者空着,直接用page.title也可以的吧
或者空着,直接用page.title也可以的吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
额 只用过frontpage 那个能够直接修改网页名字的
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var
ofile:String;
hwndcalculation:hwnd;
begin
inherited;
hwndcalculation:=FindWindow(nil,'CALC');
if (hwndcalculation=0) then
begin
ofile:='Calc.exe';
ShellExecute(self.Handle,'open',pchar(ofile),
nil,pchar(Extractfilepath(ofile)),sw_showNormal);
end;
end;
ofile:String;
hwndcalculation:hwnd;
begin
inherited;
hwndcalculation:=FindWindow(nil,'CALC');
if (hwndcalculation=0) then
begin
ofile:='Calc.exe';
ShellExecute(self.Handle,'open',pchar(ofile),
nil,pchar(Extractfilepath(ofile)),sw_showNormal);
end;
end;
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询