发新话题
打印

链接问题 请教

链接问题 请教

if page<=1 then Response.Write ("首页 " & vbCrLf) Response.Write ("上页 " & vbCrLf) else Response.Write("首页 " & vbCrLf) Response.Write("上页 " & vbCrLf) end if 因为有两个静态的页面 用 Response.Write ("首页 " & vbCrLf) Response.Write ("上页 " & vbCrLf) 做链接为什么不行呢

TOP

链接问题 请教

***** 版主模式 ***** 该贴子是管理员从网页设计转移过来的!

TOP

链接问题 请教

不清楚……

TOP

链接问题 请教

[quote][b]下面引用由[u]荆紫铃[/u]在 [i]2005/10/24 03:47pm[/i] 发表的内容:[/b] if page<=1 then Response.Write ("首页 " & vbCrLf) Response.Write ("上页 " & v ... [/quote] 首先,從你的代碼上來說的話,那麽baojian(neir5(1)).htm是你做的函數還什麽呢?抄其他網站的嗎? 其次,Response.Write是ASP的輸出語句,所以你必須把這些輸出語句寫成HTML格式 最後,Response.Write ("首頁") 總結,由於不知道你寫的程序,不到之處還請見諒

TOP

发新话题