Basically the problem is this:
I do not have the base url of the site and will not have it as it resides on a intranet behind a firewall, so I used "./" as documented in the Help files. The search button code seems to be correct:
<form method="GET" action="../search.js"> (in the DW template, so the resulting code in the linked pages is "search.js")
<input type="text" name="zoom_query" size="14" />
<input type="submit" value="Search" />
</form>
When I test the button, I get a security dialog asking me if I want to open the file search.js instead of showing me the results page. If I look at the search results page directly, it works fine. The issue seems to be the path to the file...any thoughts?
I do not have the base url of the site and will not have it as it resides on a intranet behind a firewall, so I used "./" as documented in the Help files. The search button code seems to be correct:
<form method="GET" action="../search.js"> (in the DW template, so the resulting code in the linked pages is "search.js")
<input type="text" name="zoom_query" size="14" />
<input type="submit" value="Search" />
</form>
When I test the button, I get a security dialog asking me if I want to open the file search.js instead of showing me the results page. If I look at the search results page directly, it works fine. The issue seems to be the path to the file...any thoughts?
Comment