PDA

View Full Version : Results Blank with ASP option



mjewett
01-11-2007, 06:58 PM
I downloaded, installed and indexed my site with version 5.0 (tried both offline and spider modes). When I run the search.asp script, all I get is a blank page back - no errors, no results. I checked the configuration - seach page is set to basic. I turned off my antivirus and added my url to my trusted sites list. I deleted the search_template.html file to check if it got corrupted for some reason. The only thing I can think of is my web hosting company doesn't support your app. Or maybe I set up my search page wrong? Any other suggestions?
Here is my website: http://www.ustelecomsupply.com/search.html

wrensoft
01-11-2007, 09:10 PM
I checked your site. It seems your host doesn't support ASP scripting.

If you right click on the 'blank' page and select view source, then you can see the ASP script source code. The should not happen as the ASP script should be executed on the server and not sent to the browser.

Check with your hosting company what scripting languages they support. Maybe you can use PHP instead of ASP? If neither ASP or PHP or CGI support are available. Try using the Javascript option as a last resort.