ASP 判斷情況 顯示不同內容

2024-12-27 14:55:07 字數 2751 閱讀 1285

1樓:網友

set rs="")

sql="select * from [news] order by [id] asc"'這裡比如表名為news

sql,conn,1,3

if not then

do while not

head=rs("head")

kind=rs("kind")

.方法一。if head="1" then

content"))

elseif head="0" and kind="0" thenelseif head="0" and kind="1" thenelseif head="0" and kind="2" thenend if

.方法一。content=rs("content")if kind="0" then

elseif kind="1" then

elseif kind="1" then

end if

if head="1" then

elseif head="0" then

end if

.方法二。loopend if

根據判斷條件呼叫顯示不同網頁的asp**問題

2樓:漆雕雕塑雕雕

%if session("hname")=擾指旁" then%> else%> end if%> 把if換成這逗掘個試試。

關於詳細頁面顯示的,就是同乙個asp頁面中,例如show.asp,當id之不同,顯示的內容則不同

3樓:帳號已登出

<%id=request("id")

if id=1 then "a1"

if id=2 then "a2"

乙個簡單示例,說明原理,就是用if等語句判斷傳入的id,顯示相應的內容,你說的情況是查詢資料庫,要根據傳入的id來查詢相應內容。

asp 根據不同時間顯示不同內容,已經實現按小時判斷了,怎麼加上判斷分鐘?

4樓:網友

fz=datediff("n",date,now) 『計算現在到今天0點經過的分鐘數。

if fz<19*60 then ' 19*60 是19點到0點經過的分鐘數。

before 19:00"

elseif fz<19*60+30 then 』 19*60+30表示19:30經過的分鐘數。

1"elseif fz<20*60 then

2""after 20:00"

end if

5樓:網友

shijian=hour(now())

fz=minute(now())

select case shijian

case 19

if fz<30 then

end if

case 20

if fz<30 then

end if

end select

試下這個可以不 ,如果還有別的 在if裡在加判斷。

asp中怎麼在乙個頁面查詢兩個不同的內容並顯示

6樓:匿名使用者

你可以這樣:sql="select * from biao1 where ziduan1 like '%aaa%' or ziduan1 like '%bbb%' order by classid但這樣是夾雜著輸出,既有aaa的也有bbb的。如果要單獨另外輸出可以:

sql2="select * from biao1 where ziduan1 like '%bbb%' order by classid後面再:set rs2="")

sql2,conn,1,1然後一樣的通過for輸出。

asp簡易判斷並顯示不同字元

7樓:匿名使用者

%if cstr(strgender)="1" then strgender="男"elseif cstr(strgender)="2" then strgender="寬純女"end "性別:" strgender &

>這是最基礎的條件判斷語句和賦值語句,我想就無須再加註釋了吧。宴悶用晌巧彎了cstr函式是因為我不知道你的1和2究竟是數值還是字串,就統一轉換為字元後再來判斷了。

8樓:匿名使用者

遲叢%if strgender ="1" thenstrgender="男"elseif strgender="亂旦陪譁蠢2" thenstrgender="女。

asp中怎麼判斷文字框的內容相不相同

9樓:靐一龘

if request("文字1")=request("文字2") then

相同else

不相同end if

如有幫助請認可!

我想在asp檔案中加乙個判斷語句,使不同的欄目id裡的文章內容頁顯示不同的廣告

10樓:網友

%if rs("id")=10 then%>雹廳/iframe>

elseif rs("源扮隱id")=11 then%>缺埋%end if%>

你試試。

11樓:

就在asp也沒中源罩段嵌入**<% 判斷欄目id,然後根據不悶碼同的id顯示不同的廣告就可以了,可以參雹譽照一樓的。

編寫ASP程式,判斷9867是否是素數,並在頁面上顯示出結果圖

dim i dim issushu issushu true for i 1 to 9867 if i 1 and i 9867 thenif 9867 mod i 0 thenissushu false exit for end if end if next if issushu true the...

ASP程式設計菜鳥問題型別不匹配

從a 12345 if len a 6 or len a 16 or not is user cstr a then response.write end if 的執 況可以看出,函式的寫法是對的.你自己把你的 寫成 a request.form passwords if len a 6 or le...

ASP標題限制顯示字數,程式碼標題怎麼控制字數的多少

trim rs newsname 改為if len trim rs newsname 8 then left trim rs newsname 8 else trim rs newsname end if left 字串,8 給你2個過程。從左邊載止位元組 response.write leftst...