% response.cachecontrol = "no-cache" %> <% timeout(1) strSQL = "SELECT DISTINCT n.PageID, n.Heading, n.UploadDate FROM CMS_Page n, CMS_PageEmbeddedLinks l WHERE n.FileName IS NULL AND n.PageID = l.MainPageID AND l.Broken = 1 ORDER BY n.Heading" set rsPage = server.createobject("ADODB.Recordset") rsPage.open strSQL, Application("CString"), 3, 1 %>
| Broken Links |
|
All Pages are valid! |
|
|
<% rsPage.close set rsPage = nothing %>