Ask a Question related to ASP Components, Design and Development.
-
Laphan #1
Creating a URL still exists page/util
Hi All
Quite familiar with ASP and JavaScript and wondered if there is a method out
there that allows me to create a web page util to see if URL links are still
valid.
In other words I've created a system whereby a user can add their own
links/urls page, but they want to periodically check whether all of these
links by executing a multi-check.
My theoretical thought on this would be that the script would check if it
receives a 404 on each page request and mark a flag if and when it gets it,
but as to how I would do this in ASP or JavaScript, I have no idea.
Have you seen anything like this before?
Thanks
Laphan
Laphan Guest
-
SNMP::Util
Hi There, Have been struggling whole afternoon on how to get SNMP::Util working. My (wrong??, hope so) conclusion is that it is not compatible... -
Check to see if a page exists?
Is there a way that I can check to see if a page exists? I was thinking it might be possible with CFHTTP or something along those lines but am not... -
method name exists, property value exists, calling method fails
I have a class object I am calling in another class: class Stuff { var $myObj; function Stuff($myObj) { $this->myObj = $myObj; } -
List::Util / arrays
On Aug 5, Jakob Kofoed said: Are those line numbers actually in the file too? If so, that might cause problems for you. At this point,... -
programatic CPU util
I am looking for the way to programaticly determine CPU utilization under AIX (5L would be sufficient) to add to netperf. On linux netperf uses... -
Kyle Peterson #2
Re: Creating a URL still exists page/util
you would use the xml parser (google it) to go check the page.
Complications arrise though when you take into consideration that sites and
servers sometimes go down.
So you really want to design a system that check a site a few times over a
period of time before you remove a link
"Laphan" <info@SpamMeNot.com> wrote in message
news:OanyqI9CGHA.1288@TK2MSFTNGP09.phx.gbl...> Hi All
>
> Quite familiar with ASP and JavaScript and wondered if there is a method
> out
> there that allows me to create a web page util to see if URL links are
> still
> valid.
>
> In other words I've created a system whereby a user can add their own
> links/urls page, but they want to periodically check whether all of these
> links by executing a multi-check.
>
> My theoretical thought on this would be that the script would check if it
> receives a 404 on each page request and mark a flag if and when it gets
> it,
> but as to how I would do this in ASP or JavaScript, I have no idea.
>
> Have you seen anything like this before?
>
> Thanks
>
> Laphan
>
>
>
Kyle Peterson Guest



Reply With Quote

