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:36
(how?) SEACH BOX function within Milonic Site Menu
Poster: XcalibuR
Dated: Monday March 22 2004 - 18:01:37 GMT
Hey All -
We love Mionic. Have for sometime, but the newest version is killer.
OK ? : The search box on main site menu.
How do we add a menu item like that were you fill in the form within the menu? We are moving to a the "google" search of site option and would like to add that same function.
KILLER Job on all the rest. Watch as we try your mapping (image) function soon.
SEND TO XcalibuR __at__ 2die4.com
_____________________________________________________
M i c h a e l J a s i n s k i
Principal Partner
- Business Strategy & Marketing
BTC PARTY (Chicago) - 04.04.04 :
Please join us in an appreciation party __at__ Crobar Sunday April 4th.
Free admin, free extas + we welcome a new Fabulous Hotel : The Amalfi Chicago
GET YOUR FREE INVITE HERE > http://BoystownChicago.com/btcparty
http://www.BoystownChicago.com tm
Promoting Gay Chicago to the World
33,000 members || 80,000 average daily views
Poster: John
Dated: Monday March 22 2004 - 18:10:50 GMT
Many thanks for the kind words First time I've heard it called a 'killer', but you're right.
As for the form - easy. Simply make all the <form>... code your text= in the aI. Here's a simple newsletter subscription form I use...
Code:
aI("text=Our Newsletter...<br><form action=http://pdaoutlet.biz/cgi-bin/mail.cgi><input type=hidden name=flavor value=subscribe><input type=hidden name=list value=pda><input type=text name=email><br><input type=submit value=Subscribe></form>;type=form;align=center;");
NOTE items that typically have " " around them in the HTML do NOT in this case - it would confuse the menu code.
Re-code help (tweak)
Poster: XcalibuR
Dated: Monday March 22 2004 - 21:34:28 GMT
Well I was almost there...
Here is Google's code for us. Less the image size which we'll shrink, can you recode this into your format? Seems I'm not getting this right...
GOOGLE CODE:
<!-- Search Google -->
<center>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top><td>
<A HREF=http://www.google.com/search>
<IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle></A>
</td>
<td class="EventContent">
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=sa VALUE="GO">
<INPUT type=hidden name=cof VALUE="GALT:#660066;S:http://boystownchicago.com;VLC:#660066;AH:left;LH:55;LC:#660066;GFNT:#666666;L:http://boystownchicago.com/logos/btc-allwhite_clr.gif;ALC:#660066;BIMG:http://boystownchicago.com/gfx/back-ppl-pinstrip.gif;LW:289;T:#000000;GIMP:#660066;AWFID:b05a081363916aba;">
<input type=hidden name=domains value="boystownchicago.com"><br><input type=radio name=sitesearch value="">
www
<input type=radio name=sitesearch value="boystownchicago.com" checked>
BTC</td>
</tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
Poster: John
Dated: Monday March 22 2004 - 21:52:56 GMT
Boy, is this going to cost...
Code:
aI("text=<FORM method=GET action=http://www.google.com/custom><TABLE bgcolor=#FFFFFF cellspacing=0 border=0><tr valign=top><td><A HREF=http://www.google.com/search><IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle></A></td><td class=EventContent><INPUT TYPE=text name=q size=31 maxlength=255 value=><INPUT type=submit name=sa VALUE=GO><INPUT type=hidden name=cof VALUE=GALT:#660066;S:http://boystownchicago.com;VLC:#660066;AH:left;LH:55;LC:#660066;GFNT:#666666;L:http://boystownchicago.com/logos/btc-allwhite_clr.gif;ALC:#660066;BIMG:http://boystownchicago.com/gfx/back-ppl-pinstrip.gif;LW:289;T:#000000;GIMP:#660066;AWFID:b05a081363916aba;><input type=hidden name=domains value=boystownchicago.com><br><input type=radio name=sitesearch value=>www<input type=radio name=sitesearch value=boystownchicago.com checked>BTC</td></tr></TABLE></FORM></center>;type=form;align=center;");
I 'think' that should do it...
LOL- THX
Poster: XcalibuR
Dated: Monday March 22 2004 - 23:47:01 GMT
John -
For you, anything !
Mucho Gratzi !