I added the script to my home portal (PHPBB) and search worked fine.
When I would log out - then log in, I would be directed to the search.php
I could not login due to a conflict with my script:
<form action="/zoomsearch/search.php" id="searchform"><font face="Arial" size="2">District II Search Engine </font></span><input name="zoom_query" id="zoom_query" type="text" size="17" value="" /> <input name="" type="submit" value="SEARCH" class="button" />
I believe the conflict is due to the value=SEARCH... Since there is another search function on the same page.
However, it could be a result of "submit" .. I have not been able to figure out what is the conflict.
Any one have any suggestions?
When I would log out - then log in, I would be directed to the search.php
I could not login due to a conflict with my script:
<form action="/zoomsearch/search.php" id="searchform"><font face="Arial" size="2">District II Search Engine </font></span><input name="zoom_query" id="zoom_query" type="text" size="17" value="" /> <input name="" type="submit" value="SEARCH" class="button" />
I believe the conflict is due to the value=SEARCH... Since there is another search function on the same page.
However, it could be a result of "submit" .. I have not been able to figure out what is the conflict.
Any one have any suggestions?
Comment