Broken Link Checker

D

Danny

To check the validity of a given url (say it is from query string or from
request).
Basically here what I want:
<%
sURL = Request("url")

if isValidURL(sURL) then
response.write "This url is valid"
else
response.write "This url isn't valid"
end if

%>

Now, any ideas how to create this "isValidURL" function?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,575
Members
47,207
Latest member
HelenaCani

Latest Threads

Top