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:34

Search box


Poster: Karel Haitsma
Dated: Wednesday April 7 2004 - 23:13:49 BST

Hello people, I'm constructing a menu of milonics too, but still have problems with the SEARCH BOX function within Milonic Site Menu. My code for searching=:

<table BORDER="0" CELLSPACING="0" CELLPADDING="0"><tr><td colspan=2><br>
<!-- Freefind Search HTML for Karel's Music Page -->
<FORM ACTION="http://search.freefind.com/find.html" METHOD="GET" target=_new>
<span class="kleinst"><font color="#005c00">Zoek op deze site</font></span></TD></tr></table>
<table BORDER="0" CELLSPACING="0" CELLPADDING="0"><tr><td>
<INPUT TYPE="HIDDEN" NAME="id" VALUE="54485083">
<INPUT TYPE="HIDDEN" NAME="pid" VALUE="r">
<INPUT TYPE="HIDDEN" NAME="mode" VALUE="ALL">
<INPUT TYPE="TEXT" NAME="query" SIZE="15" class=textarea>
<INPUT TYPE="SUBMIT" VALUE="Zoek!" class=knop onmouseover="this.style.backgroundColor='#ddddff'; this.style.color='#009900';"
onmouseout="this.style.backgroundColor= 'transparent'; this.style.color='#0000af';">
</FORM></td></tr></table>

How can I put it like the search box as the milonic menu?????

Thanks for replying, Karel


Poster: John
Dated: Thursday April 8 2004 - 0:08:46 BST

Try this, although because of the JS in there I'm not 100% sure...
Code:
aI("text=<form action=http://search.freefind.com/find.html method=get target=_new><span class=kleinst><font color=#005c00>Zoek op deze site</font></span><br><input type=hidden name=id value=54485083><input type=hidden name=pid value=r><input type=hidden name=mode value=ALL><input type=text name=query size=15 class=textarea><input type=submit value=Zoek! class=knop onMouseOver=this.style.backgroundColor=#ddddff this.style.color=#009900 onmouseout=this.style.backgroundColor= transparent this.style.color=#0000af></form>;type=form;");

There were a number of HTML errors that needed to be cleaned up first.