in reply to •Re: Automatically run a web page
in thread Automatically run a web page
I dont have any idea how I would make this into a script. Currently it runs when I put in the URL in my browser Location/address then it comes back saying "Indexing Finished" and it updates my search web page.<CFSET IndexCollection = "mysearch"> <CFSET IndexDirectory = "C:\Inetpub\wwwroot\searcher"> <CFSET IndexRecurse = "YES"> <CFSET IndexExtensions = ".htm, .html, .pl, *.,.cfm"> <CFSET IndexLanguage = "english"> <CFINDEX collection="#IndexCollection#" action="REFRESH" type="PATH" key="#IndexDirectory#\" extensions="#IndexExtensions#" recurse="#IndexRecurse#" language="#IndexLanguage#" urlPath="http://127.0.0.1/searcher/" > <HTML><HEAD> <TITLE>data</TITLE> <FONT size="+2"><B>Indexing Finished</B></FONT>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: •Re: Automatically run a web page
by iguanodon (Priest) on Apr 21, 2003 at 18:28 UTC |