當前位置:首頁 » 網購平台 » 購物網站留言
擴展閱讀
寧波奧德賽優惠價格 2021-03-15 14:26:02
丹尼斯購物卡能掛失么 2021-03-15 14:25:58
淘寶購物指紋驗證失敗 2021-03-15 14:24:44

購物網站留言

發布時間: 2021-03-15 07:19:33

❶ 誰有簡單的ASP購物網站留言板代碼

你要這個代碼需要資料庫的,下面是主頁面的代碼,需要全部的代碼,加我Q,我傳給你!想要購物類留言板,那是沒有你想像的那麼簡單!(這里是第一部分)<!--#include file="connection_db.asp"--> <!--#include file="settings.txt"--> <!--#include file="function_list.inc"--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>ASP簡易留言板--ASP simple postboard v1.21</title> <style type="text/css"> A:link,A:active,A:visited{TEXT-DECORATION:none ;Color:#3C2F1D} A:hover{TEXT-DECORATION: underline;Color:#4455aa} BODY{ FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: 宋體; background-color: #ECF5FF; background-image: url(<%=bg%>); } font{line-height : normal ;} td { table-layout:fixed; word-break :break-all; font-family:"宋體"; font-size: 12px; line-height: 15px; } th { background-color: #877C59; COLOR: #F4F2EC; font-size: 12px; font-weight:bold; } .style1 {color: #FFFFFF} </style> <SCRIPT language=JavaScript1.2> function high(x2){ obj=x2 highlighting=setInterval("highlightit(obj)",80) } function highlightit(x){ if (x.filters.alpha.opacity<98) x.filters.alpha.opacity+=5 else if (window.highlighting) clearInterval(highlighting) } </SCRIPT> <script language="vbscript"> <!--clean value of content sub cleanC() document.pencil.content.value="" end sub --> <!--check all value of form sub check() if document.pencil.content.value="" then alert("Do not leave a empty message please!") exit sub <% if writename=true then%> elseif document.pencil.name.value="" then alert("Please write your name!") exit sub <% end if%> elseif len(document.pencil.content.value)>200 then alert("留言內容長度不能超過200字元!") exit sub elseif document.pencil.title.value="" then alert("Please write title!") exit sub else document.pencil.submit end if end sub --> <!--made use onclicking reply logo to reply sub reply(x,y) document.pencil.title.value="回復 "&x&" ("&y&") " end sub --> <!--finding newest version and updating sub newest() udt=confirm("是否查看及下載留言板的最新版本?") if udt=true then document.postboarpdate.submit exit sub end if end sub --> </script> </head> <body> <% IF (output=true and session("postboard_admin")=true) or not output=true THEN if x0=empty or not isNUMERIC(x0) then x0=0 elseif x0>30 then x0=30 elseif x0<-30 then x0=-30 end if if x0<>0 then rs.open "select * from message order by id "&list(x0),conn,1 maxX=1 maxY=abs(x0) elseif x0=0 then response.write(licence) response.end end if rs.pagesize=maxX*maxY '設置和計算每頁的記錄數,即每頁共多少圖片 dim everypagesize,rscount,curpage,pgcount '每頁記錄數,總記錄數,當前頁數,總頁數 everypagesize=rs.pagesize rscount=rs.recordcount pgcount=rs.pagecount if request.form("page")=empty or not isNumeric(request.form("page")) then if isNumeric(request.querystring("page")) then curpage=cint(request.querystring("page")) else curpage=1 end if else curpage=cint(request.form("page")) end if if curpage=empty or curpage<1 then curpage=1 elseif curpage>pgcount then curpage=pgcount end if if not rs.eof=true and not rs.bof=true then rs.absolutepage=curpage '設置當前頁數 end if %> <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="763" height="25"></td> </tr> </table> <p><strong><a name="latest" id="latest"></a></strong> <% IF rs.eof=true and rs.bof=true THEN %> <center> <table width="598" height="60" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E8F2FF"> <tr> <td height="25" colspan="2" background="img/bg3.gif"><table width=550><tr><td width=440> </td><td></td></tr></table></td> </tr> <tr> <td bgcolor=white style="FILTER: alpha(opacity=50)"><p align=center>還沒有任何留言<br>There are not any messages ! </p></td> </tr> </table> </center> <% ELSE i=1 While not rs.eof and i<=maxY response.write("<table width=600 border=""1"" align=""center"" cellpadding=""0"" cellspacing=""0"" bordercolor=""#E8F2FF"">") response.write("<tr>") response.write("<td style=""FILTER: alpha(opacity=80)"" height=""30"" background=""img/title_blue.gif"" width=100><strong>"&rs("id")&"樓</strong></td>") IF rs("shield").value=true then '檢查shield是否為TRUE以判斷此記錄是否已被屏蔽 response.write("<td style=""FILTER: alpha(opacity=80)"" height=""30"" background=""img/title_blue.gif""><table><tr><td width=282><div align=""left"">標題: <a title=""不顯示"">不顯示</a></div></td><td><div align=""right""><img src=img/email.gif> <img src=img/reply.gif alt=""reply"" border=0></div></TD></tr></table></td>") ELSE '否則正常顯示標題 if lenB(rs("title").value)>abs(lt)*2 then response.write("<td style=""FILTER: alpha(opacity=80)"" height=""30"" background=""img/title_blue.gif""><table><tr><td width=282><div align=""left"">標題: <a title="""&rs("title").value&""">"&mid(rs("title").value,1,abs(lt))&"...</a></div></td><td><div align=""right""><img src=img/email.gif alt="&rs("email").value&"> <a href=#pencil onclick=reply('"&rs("name").value&"',"""&replace(mid(rs("title").value,1,15)," ","")&"..."")><img src=img/reply.gif alt=""reply"" border=0></a></div></TD></tr></table></td>") else response.write("<td style=""FILTER: alpha(opacity=80)"" height=""30"" background=""img/title_blue.gif""><table><tr><td width=282><div align=""left"">標題: <a title="""&rs("title").value&""">"&rs("title").value&"</a></div></td><td><div align=""right""><img src=img/email.gif alt="&rs("email").value&"> <a href=#pencil onclick=reply('"&rs("name").value&"',"""&replace(mid(rs("title").value,1,15)," ","")&""")><img src=img/reply.gif alt=""reply"" border=0></a></div></TD></tr></table></td>") end if END IF '檢查SHIELD完畢 response.write("</tr>") response.write("<tr>") response.write("<td colspan=2 bgcolor=white style=""FILTER: alpha(opacity=70)"" onmouseover=high(this)>") IF rs("shield").value=true then '檢查shield是否為TRUE以判斷此記錄是否已被屏蔽 response.write("<table width=590 height=35><tr><td width=300>【作者】不顯示</td><td width=290>【發表時間】"&rs("date").value&"</tr></table>") '如果是則不顯示留言 response.write("<div align=left><table width=100% ><tr><td>【留言內容】</td></tr><tr><td><p> 此留言已被管理員屏蔽!</p></td></tr></table></div>") ELSE '否則正常顯示 if len(rs("name").value)<=25 then response.write("<table width=590 height=35><tr><td width=300>【作者】"&rs("name").value&"</td><td width=290>【發表時間】"&rs("date").value&"</tr></table>") else response.write("<table width=100% height=35><tr><td width=300>【作者】"&mid(rs("name").value,1,25)&"...</td><td width=290>【發表時間】"&rs("date").value&"</tr></table>") end if response.write("<div align=left><table width=100% ><tr><td>【留言內容】</td></tr><tr><td><p> "&rs("content").value&"</p></td></tr></table></div>") END IF '檢查SHIELD完畢 IF rs("reply")<>empty THEN' 查看有沒有管理員回復,有則顯示回復 response.write("<br><div align=left><table width=100% ><tr><td>-------------------------</td></tr><tr><td><font color="&rs("color_reply").value&">【管理員回復】</font></td></tr><tr><td><p><font color="&rs("color_reply").value&"> "&rs("reply").value&"</font></p></td></tr></table></div>") END IF response.write("</tr>") IF session("postboard_admin")=true then '最近的更新方向為管理員管理,及根限設定 response.write("<tr><td height=""5"" bgcolor=#E8F2FF>管理操作</td><td bgcolor=#E8F2FF>|<img src=img/reply_admin.gif border=0 title=reply><a href=management_change.asp?action=reply&NO="&rs("id").value&" title=reply>回復留言</a> | <img src=img/delete.gif border=0 title=delete><a href=management_operate.asp?action=delete&NO="&rs("id").value&" title=delete>刪除留言</a> | <img src=img/shield.gif border=0 title=delete>") if rs("shield").value=true then response.write("<a href=management_operate.asp?action=notshield&NO="&rs("id").value&" title=shield>解除屏蔽</a></td></tr>") else response.write("<a href=management_operate.asp?action=shield&NO="&rs("id").value&" title=shield>屏蔽留言</a></td></tr>") end if END IF response.write("</table>") response.write("<table><tr><td></td></tr></table>") i=i+1 rs.movenext Wend END IF %> <br> <br> <BR>

❷ 有些購物網站上的客戶留言,真是客戶信息反饋嗎還是網站自己編發的,已達到騙取消費者信任的目的

要看什麼網站的評價,比方淘寶吧,現在幫刷信譽的很多,你可以看退款數量,中差評多少,發貨以及態度得分情況,京東吧比淘寶好點,他有曬單功能,可以看到東西到買家手裡是什麼樣子,淘寶就有好評,東西到底怎麼樣看不到,買東西還是要到正規網站去買,信譽不會差的。

❸ 淘寶的信息留言在哪裡

淘寶的信息留言在商品訂單提交的頁面中,頁面下方的位置會出現給賣家留言的留言框。

具體查詢步驟如下:

1、在手機淘寶客戶端頁面中,挑選好合適的商品後,在商品頁面下角,選擇「立即購買」。

❹ 在京東購買商品時填寫訂單時怎麼給商家留言呢

以在電腦上操作京東下單為例,使用京東賬號登錄進入以後選定需要購買的商品,內點擊結算。然後容在出現的結算頁面中就可以看到給商家留言的信息編輯框,輸入需要的內容就可以完成給商家留言。具體的操作方法如下:

1、在電腦的網路上輸入京東,找到其官方網站以後點擊進入。

❺ 淘寶購物車里的東西怎麼給賣家留言

1、首先在來電腦瀏覽器上進入淘寶網源。



❻ 天貓購物已付款,如何加留言

天貓對於已付款賣家無交易留言,如果拍下未付款,可以自主添加備注,付款後就不能添加備注了,建議咨詢賣家客服,留言給客服,讓客服幫忙備注。一般賣家客服都會幫忙備注的。
如果備注確實對買家來說很重要,而且客服也不幫忙備注,那麼買家也可以在賣家未發貨前申請退款,退款後重新拍下,備注好再付款。

❼ 淘寶網付款後怎麼在買家留言留言

付款後是沒法在買家留言處進行備注留言的。需要留言的話直接聯系賣家的專旺旺客服,向客服說明自屬己的留言,讓客服幫您進行備注就好了。

備注留言一定要在拍下的時候執行,比如要拍某款寶貝,點擊立即購買,會出現確認訂單信息,這個頁面有買家留言窗口,可以把自己的留言寫下來,然後點擊提交訂單即可。

❽ 淘寶網購物忘記寫留言了怎麼辦

付款了的話就沒辦法自己寫了,可以聯系客服讓客服幫你備注
或者是申請退款,然後重新拍,留言後付款

❾ 買家在淘寶網買東西怎樣留言

一般都直接用復旺旺溝通制,也可以發站內信給他,也可以在店鋪介紹那裡找他的電話

淘寶淘寶,淘的好就是寶,淘的不好就是草

溫馨提示:淘寶購物盡量選擇信用高點的賣家

進我空間看吧,收集了近100家淘寶信用最高的金冠店

❿ 易趣網怎麼購物怎麼給賣家留言

網上購物最好不要用現金直接交易,你可以在易趣網的首頁注冊一個自己的易趣帳號,這樣你在上面選購衣物得時候有不明白的和不放心的就可以直接和店家交流,其實易趣的安付通就相當於淘寶的支付寶,他們都是網購的第三方監管者,你把錢存安付通裡面是比較安全的,當你和店家聯系好了,問好尺碼和服務了以後再用安付通支付,如果實物與賣家所說的不一致你就可以投訴賣家,同時還可以把安付通里的錢退回你的銀行帳號,我要求過退回帳號,他們的客服很nice,很按時得把錢給我退回來了.