I have a complex problem which I will attempt to explain and would appreciate help with. The site in question is
http://freepages.genealogy.rootsweb....in/search.html
The host for this site does not allow execuatble content so what you are seeing is a container frame that loads the search engine from
http://west-penwith.org.uk/cgi-bin/search.cgi
The search engine works fine.
To allow other links, and especially a javascript drop down menu to work, I have a
base href="http://freepages.genealogy.rootsweb.com/~kayhin/"
This allows the javascript to work. If it is not there then it tries to load subroutine scripts from the cgi-bin directory which is not allowed.
The problem is, if the search engine makes spelling suggestions (try searching for "hicking" which does not exist) then it tries to run the search at the rootsweb site e.g. (split URL)
http://freepages.genealogy.rootsweb....in/search.cgi?
zoom_query=Hawking&zoom_page=1&zoom_per_page=25&
zoom_cat=-1&zoom_and=0
Can you suggest a way that the full URL can be provided for these suggestions?
http://freepages.genealogy.rootsweb....in/search.html
The host for this site does not allow execuatble content so what you are seeing is a container frame that loads the search engine from
http://west-penwith.org.uk/cgi-bin/search.cgi
The search engine works fine.
To allow other links, and especially a javascript drop down menu to work, I have a
base href="http://freepages.genealogy.rootsweb.com/~kayhin/"
This allows the javascript to work. If it is not there then it tries to load subroutine scripts from the cgi-bin directory which is not allowed.
The problem is, if the search engine makes spelling suggestions (try searching for "hicking" which does not exist) then it tries to run the search at the rootsweb site e.g. (split URL)
http://freepages.genealogy.rootsweb....in/search.cgi?
zoom_query=Hawking&zoom_page=1&zoom_per_page=25&
zoom_cat=-1&zoom_and=0
Can you suggest a way that the full URL can be provided for these suggestions?
Comment