ASP動態輸出html

2021-06-06 21:11:59 字數 739 閱讀 1970

您現在的位置:首頁 -

<% 

if bigclassid <> "" then

%>

<%

dim dh

set rs=server.createobject("adodb.recordset")

sql="select * from bigclass where bigclassid="&bigclassid

rs.open sql,conn,1,1 

if not rs.eof then

bigclassname=trim(rs("bigclassname"))

dh="全部產品 - & bigclassid &

" target=""_blank"">"

& bigclassname &

"類 - "

& bigclassname &

""response.write(dh) 或者

dh="全部產品 - & rs("bigclassid") &

" target=""_blank"">"

& rs("bigclassname") &

"類 - "

& rs("bigclassname") &

""response.write(dh)

end if

rs.close

set rs=nothing

%>

<% 

end if

%>  

如何用ASP輸出HTML檔案?

u title request.form u title 檢查標題是否被輸入.if u title then 檔案標題 font size 12 3 4www.cppcns.comoption 5 6 第1段第2段 程式設計客棧 textarea 提交 end if if u title then ...

PHP中動態HTML的輸出技術

你可以在php程式中的任何地方使用 echo hello world 來輸出你想輸出的內容。不過你將遇到以下麻煩 1 當你試圖在hello和world之間加入兩個 或兩個以上 空格,你使用 echo hello world 你得到的輸出還是乙個空格,或者你在行首加入乙個空格,你的空格也將被忽略。2 ...

PHP中動態HTML的輸出技術

你可以在php程式中的任何地方使用 echo hello world 來輸出你想輸出的內容。不過你將遇到以下麻煩 1 當你試圖在hello和world之間加入兩個 或兩個以上 空格,你使用 echo hello world 你得到的輸出還是乙個空格,或者你在行首加入乙個空格,你的空格也將被忽略。2 ...