這段asp程式哪裡缺少了end if 啊? 15

2025-01-13 12:00:02 字數 2655 閱讀 6402

這段asp程式**缺少了end if 啊?

1樓:網友

三個end if 那多了乙個,兩個就行了。

if then 那也彆扭,一般都用if not and not then

你那裡要改成if or then 不然特殊情況會報錯的。

2樓:網友

"[最後一頁。

end if

end if

end if

這裡多了乙個end if 只要兩個就可以了。

3樓:網友

if then

資料庫中沒有記錄!]

else if request("")=thenelse ""))

end if

後再加乙個end if

4樓:獨自去聽海

end if

end if

end if

多了乙個。if then

exit for

end if

可以改成if then exit for

5樓:網友

暈了~ 看吐了 也看不錯來啊~~倒了。做的時候邏輯要嚴謹,這種情況很暈人的~~

不敢看了,再看就吐了~ sorry!!

6樓:網友

第十行的if好像沒有結束。

asp缺少end if 錯誤

7樓:網友

最後兩行有問題:

do while not

end if %>

do while沒有結束語句loop,它把end if也包含進去了,這樣改一下:

do while not

loopend if %>

8樓:網友

end if 別嵌入迴圈裡面,要在迴圈外面。 有乙個if 就有個end if.你有3個if,得3個end if.(放loop後面)

9樓:網友

建議你不要用if...elseif...end if ,還是直接if...end if比較清晰。

if worktype="" then

end if

<%if worktype="add" then...

end if

asp程式缺少end語句

10樓:網友

你的**裡有兩個if語句,end if卻只有乙個。

當然會報錯了。

11樓:幸巴達

少了乙個end if啊。

仔細檢查一下。

12樓:益讀生活

你試一下。

set rs=

if not or err then

<%=rs("title")%>

=formatdatetime(rs("newsdate"),1)%>

if rs("newsimg")<>"nothing"then%>

'<%end if%>挪到下面。

=newsconvert(rs("content"))%'這行缺少end語句。

nextend if%>

asp語句,總是說缺少end if

13樓:網友

都說得很清楚了,缺少end if啊。

每個if都要用end if來結束。

從你貼的這段**看不出來什麼問題。

只是有個end if沒有if,我想你前面應該是有的吧。

asp 缺少end 謝謝大家幫我看看 **等

14樓:金陵五洲雨花石

else if 要連起來,具體表達形式:

if **then

elseif **then

elseif **then

elseif **then

elseif **thenelse

end if

15樓:網友

你的所有else if 要改成elseif 把中間的空格去掉。

asp中end if 問題

16樓:網友

只有一行if語句的,可以不寫end if

可以寫成。if say=1 then " 歡迎書生大駕光臨 !"

或。if say=1 then

歡迎書生大駕光臨 !"

ene if

或。if say=1 then " 歡迎書生大駕光臨 !" ene if

但不能寫成這樣。

if say=1 then " 歡迎書生大駕光臨 !"

ene if

asp 缺少end

17樓:網友

else if not fromtime ="物謹褲" thenelseif not formtime=""then晌答…這個罩簡也同樣。

else if not totime ="thenelseif not totime ="then

求一段ASP接收程式

用字串函式 right string,length msg request msg 改為msg right request msg 2 總是接收到 abcdef hk 你應該去檢查傳送程式 msg request msg 這改為msg replace request msg abcdef 就去除了 ...

高手幫我看看ASP程式哪錯了

你開啟ie 工具 internet選項 高階 顯示友好http錯誤 把前面的勾去了,看看提示什麼錯誤 將strsql select name from list where id 5 改為strsql select from list where id 5 dim strsql strsql sel...

關於這段程式的兩個問題,關於這段程式的兩個問題

1.為什麼s作為私有資料這裡可以通過s1訪問 每個類都維持著自己的乙個類域 而成員函式本身的定義就屬於這個類域 成員函式擁有訪問該類的公有成員和私有成員的特權 就是說對成員函式的訪問許可權是定義在類的範圍而不是物件的範圍,成員函式可以訪問該類所有的資料成員 不論它們屬於哪個具體的物件 2.s3 s1...