使用者工具

網站工具


asp:checkhttpurl
  • 程式流程圖
  • Code
1
<%
Function httpStrChk(Str)
linkStr=Str
if not instr(Str,"http://") >0 then
linkStr="http://"&linkStr
end if
httpStrChk=linkStr
End Function
%>
asp/checkhttpurl.txt · 上一次變更: 2013/07/06 01:28 (外部編輯)