Hi everyone,
I just discovered the product, and it looks very promising, however I have a couple of challenging issues in getting it to work in my environment, and I'm hoping someone here can point me in the right direction.
Due to the limitations of my company's server, I will have to run this script in javascript mode. (they do however support .asp, but no php or perl)....
As I understand it, a "normal" search functions happens as such:
The standard search form (having a search box and button), performs a search and returns a lists of results on the same page. In order to view a result, you *must* click on a link in the returned list of results.
What I need/want to accomplish is to remove this step. I want to press the submit button and have the results *directly* viewed in the page (in an iframe), skipping the "click a link to view results" portion.
In most cases, the results I am returning will rarely ever be more than 1 item, so this is not really a problem. (I'm building a searching logo database, so you are only going to get 1 for any particular query.)
is this possible?
Thanks!
-Nick
I just discovered the product, and it looks very promising, however I have a couple of challenging issues in getting it to work in my environment, and I'm hoping someone here can point me in the right direction.
Due to the limitations of my company's server, I will have to run this script in javascript mode. (they do however support .asp, but no php or perl)....
As I understand it, a "normal" search functions happens as such:
The standard search form (having a search box and button), performs a search and returns a lists of results on the same page. In order to view a result, you *must* click on a link in the returned list of results.
What I need/want to accomplish is to remove this step. I want to press the submit button and have the results *directly* viewed in the page (in an iframe), skipping the "click a link to view results" portion.
In most cases, the results I am returning will rarely ever be more than 1 item, so this is not really a problem. (I'm building a searching logo database, so you are only going to get 1 for any particular query.)
is this possible?
Thanks!
-Nick
Comment