Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:43

embedded search box


Poster: marbuki __at__ juno.com
Dated: Saturday January 20 2007 - 0:40:24 GMT

Hi:
I am attempting to embed a search box as part of a drop down menu item. With the code below, it fails to show in IE7. It shows in FireFox 2.0, but it does not go to the page that the URL points it to (instead the current page refreshes). Can you see where my code is faulty?
Thanks,
Doug

aI("text=`<form method=get action=15Search/Search/Search.aspx name=zoom_query><table><tr><td>Search Site</td><tr><td><input name=q size=11> <input type=submit value=GO></td></tr></table></form>`;type=form;");


Poster: Andy
Dated: Saturday January 20 2007 - 8:49:16 GMT

I just tested the code and it seems fine.

Can you please send ove a URL of where we can see the problem.

embedded search engine


Poster: marbuki __at__ juno.com
Dated: Monday January 22 2007 - 2:25:27 GMT

Hi Andy:
A temporary beta site has been set up to view the source code and output at: http://asp.helpmewithbiblestudy.org/. When you view this URL, mouseover "search." IE7 will not show the dropdown menu; FF2 will show the dropdown menu but will not navigate to the pointed page which should have the URL of http://asp.helpmewithbiblestudy.org/15S ... earch.aspx

Thanks for your help,
Doug


Poster: Andy
Dated: Monday January 22 2007 - 17:42:51 GMT

Hi,

What you have there on your site is a form inside a form. Something that Microsoft Internet Explorer is having trouble with.

Firefox seems OK and this is ironinc because the main FORM looks like its something to do with .NET

Are you doing a postback type thingy?

I've seen this before when MS puts a form on the page and this causes all sorts of problems.

-- Andy