Hi all,
I've been struggling with this issue for a while and having tried everything I can think of, am rather stuck.
The search on my site www.workoutbox.com works fine if run through the Search Input and Search Results modules that are located on this page:
http://www.workoutbox.com/training-guide/test-search
My problem arises when trying to get the search to work from the input box in my skin. If you try a search from here, the page just refreshes and the CSS for somethings on the page (like the left hand nav) break.
I have the following set in my skin file :
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
And i have even inserted the below line into the first line of ExecuteSearch in search.acsx.vb to test, but it never gets called (else the site would be redirected)
Response.Redirect("http://www.msn.com")
To me, it looks like the problem must be somethign to do with the form set up on the page and maybe its not submitting correctly. I have compared the search HTML code im using and its identical to other sites.
Can anyone think of anything I'm missing here as I woujld really like to get this fixed.
Thanks for your help,
Simon Turner