I have installed Zoom Search into DNN as described in your instructions. The IFrame page works great.
I have also added your recommended search box on all pages that links to the IFrame page. It does function but this is where I need some help. My users are complaining that the "enter key" does not submit. This is the code I am currently using:
<input type="text" name="zoom_query" size="20"><br><br>
<input type="button" value="Search" onClick="window.location='http://www.mysite.com/tabid/23/Default.aspx?zoom_query=' + this.form.zoom_query.value" >
I have also added your recommended search box on all pages that links to the IFrame page. It does function but this is where I need some help. My users are complaining that the "enter key" does not submit. This is the code I am currently using:
<input type="text" name="zoom_query" size="20"><br><br>
<input type="button" value="Search" onClick="window.location='http://www.mysite.com/tabid/23/Default.aspx?zoom_query=' + this.form.zoom_query.value" >
Comment