URLのフォーマットが仕様に準拠しているかどうかを判断する方法は?
2022-01-17 17:50:05
<%.
関数 checkisUrl(tmpString)
dim c,i
checkisUrl = true
tmpString = Lcase(trim(tmpString))です。
if left(tmpString,7)<>"http://" then tmpString="http://"&tmpString
for i = 8 to Len(checkisUrl)
c = Lcase(Mid(tmpString,i,1))です。
if InStr("abcdefghijklmnopqrstuvwxyz_-. /³", c) <= 0 and not IsNumeric(c) then
checkisUrl = false
終了関数
end if
次
if Left(tmpString, 1) = ". " or Right(tmpString, 1) = ". " then
checkisUrl = false
終了関数
end if
if InStr(tmpString, ". ") <= 0 then
checkisUrl = false
response.Write "f3"
終了関数
end if
if InStr(checkisUrl, ". ") > 0 then
checkisUrl = false
終了する場合
終了関数
%>
<%。
if checkisUrl(request("u"))=true then
%> おめでとうございます , あなたの URL <スパン でアクセスするWebサイトのURLです。 !
<%.
その他
%> 申し訳ございません。 , <スパン あなたの URL 仕様外 , 再確認をお願いします !
<%end if%>
関数 checkisUrl(tmpString)
dim c,i
checkisUrl = true
tmpString = Lcase(trim(tmpString))です。
if left(tmpString,7)<>"http://" then tmpString="http://"&tmpString
for i = 8 to Len(checkisUrl)
c = Lcase(Mid(tmpString,i,1))です。
if InStr("abcdefghijklmnopqrstuvwxyz_-. /³", c) <= 0 and not IsNumeric(c) then
checkisUrl = false
終了関数
end if
次
if Left(tmpString, 1) = ". " or Right(tmpString, 1) = ". " then
checkisUrl = false
終了関数
end if
if InStr(tmpString, ". ") <= 0 then
checkisUrl = false
response.Write "f3"
終了関数
end if
if InStr(checkisUrl, ". ") > 0 then
checkisUrl = false
終了する場合
終了関数
%>
<%。
if checkisUrl(request("u"))=true then
%> おめでとうございます , あなたの URL <スパン でアクセスするWebサイトのURLです。 !
<%.
その他
%> 申し訳ございません。 , <スパン あなたの URL 仕様外 , 再確認をお願いします !
<%end if%>
[1]
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
コンピュータネットワークの伝送プロトコルTCPの3つのハンドシェイクと4つの波の原理
-
asp の RecordSet オブジェクトを使用した JScript での GetRows
-
ASPでプログレスバーを表示するには?
-
ユーザーが初めて私のサイトにアクセスしたことを検知し、フレンドリーなメッセージを表示するにはどうすればよいですか?
-
ASPページのロード時間を計算するには?
-
ASPページにExcelファイルを入れるには?
-
データベースのクエリ結果をページ内に表示するには?
-
ASPを使用して添付ファイル付きのメールを送信するには?
-
あなたのウェブサイトの画像に違法なリンクを貼られないようにするには?
-
ASPでIndex Serverクエリオブジェクトを作成し、そのパラメータに値を割り当てるにはどうすればよいですか?