forms - External Search bar that cannot replicate "#?" -
i'm librarian working on search bar connects third-party repository.
i through simple form action equaling target url. in case, repository applies pound sign, or #, in front of question mark in successful search result, have not seen before.
here url of successful search results "test", pound sign following "landing":
https://augsburg.on.worldcat.org/coursereserves/landing#?coursesearchfield=all&coursequery=test
in fiddle, can see tried replicate url in action field.
<form class="lindelladv-search-form" style="" method="get" action="https://augsburg.on.worldcat.org/coursereserves/landing#?" target="_blank" onsubmit="window.location = this.action + '?q=' + encodeuricomponent(this.q.value); return false;" accept-charset="iso-8859-1">
unfortunately, doesn't work. page loads, see #? appear @ end of url--right before question mark , pound sign disappear in quick succession. instead of 1 test result, see results.
i appreciate or advice!
wiki
Comments
Post a Comment