Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 07:29 AM
Danny
Guest
 
Posts: n/a
Default Broken Link Checker

Anyone knows how to detect broken link using ASP?

Just say the link is got from query string, ie:

http://www.mydomain.com/check_validi...main.com/1.htm

TIA.


  #2  
Old July 19th, 2005, 07:29 AM
Danny
Guest
 
Posts: n/a
Default Re: Broken Link Checker

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?

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:OBNAMIVXDHA.2392@TK2MSFTNGP10.phx.gbl...[color=blue]
> What are you looking to do now?
>
> Ray at home
>
> --
> Will trade ASP help for SQL Server help
>
>
> "Danny" <danny@nospam.com> wrote in message
> news:uib$sFVXDHA.736@TK2MSFTNGP09.phx.gbl...[color=green]
> > Anyone knows how to detect broken link using ASP?
> >
> > Just say the link is got from query string, ie:
> >
> >[/color][/color]
http://www.mydomain.com/check_validi...main.com/1.htm[color=blue][color=green]
> >
> > TIA.
> >
> >[/color]
>
>[/color]


  #3  
Old July 19th, 2005, 07:29 AM
Danny
Guest
 
Posts: n/a
Default Re: Broken Link Checker

Perfect.
This is what I want.

Thanks Curt.

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:eJP9FZVXDHA.2212@TK2MSFTNGP09.phx.gbl...[color=blue]
> http://www.darkfalz.com/1046/
>
> --
> ----------------------------------------------------------
> Curt Christianson (Software_AT_Darkfalz.Com)
> Owner/Lead Designer, DF-Software
> http://www.Darkfalz.com
> ---------------------------------------------------------
> ..Offering free scripts & code snippits for everyone...
> ---------------------------------------------------------
>
> "Danny" <danny@nospam.com> wrote in message
> news:uib$sFVXDHA.736@TK2MSFTNGP09.phx.gbl...[color=green]
> > Anyone knows how to detect broken link using ASP?
> >
> > Just say the link is got from query string, ie:
> >
> >[/color][/color]
http://www.mydomain.com/check_validi...main.com/1.htm[color=blue][color=green]
> >
> > TIA.
> >
> >[/color]
>
>[/color]


 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles