Is it possible to search dynamic content which is generated by querystring
-
actually i want to create a search engine for my website which will search all the data within site static as well as dynamic. I am facing a problem when i want to search dynamic data which is generated by querystring. I have used webClent's downloaddata method to access data from particular page, but it only searchs the entire folder of my website. It searches dynamic data but in result page it shows wrong link.Is there any way to access all the links or anchor tag from a page having querystring and passes to webclient for accessing the data and show in result page..I hope that everyone can understand my problem and requirement.. Regards Umesh
Umesh
-
actually i want to create a search engine for my website which will search all the data within site static as well as dynamic. I am facing a problem when i want to search dynamic data which is generated by querystring. I have used webClent's downloaddata method to access data from particular page, but it only searchs the entire folder of my website. It searches dynamic data but in result page it shows wrong link.Is there any way to access all the links or anchor tag from a page having querystring and passes to webclient for accessing the data and show in result page..I hope that everyone can understand my problem and requirement.. Regards Umesh
Umesh
If your content is dynamically generated, then you need to search the content it is generated by. If it's static, then you probably still want to put it in a DB, that's waht databases are good at. It sounds to me like your issue is taking the content you find, and correctly linking to the page that was found. I am not sure why this is, but it indicates an issue in your data structure. the cheats way, nowadays, is to use google to search your site.
Christian Graus Driven to the arms of OSX by Vista.