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@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 @ 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
(how?) SEACH BOX function within Milonic Site Menu
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...
NOTE items that typically have " " around them in the HTML do NOT in this case - it would confuse the menu code.


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: Select all
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;");
John
Re-code help (tweak)
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 -->
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 -->
Boy, is this going to cost...
I 'think' that should do it... 
Code: Select all
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://websites.milonic.com/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;");

John