cannot put google insite

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
patricia
Beginner
Beginner
Posts: 2
Joined: Fri Jun 18, 2004 12:39 pm

cannot put google insite

Post by patricia »

hello sorry for anybad englisch
i downloaded the menu and im trying to use that new google search in it
but what ever i do some long line shows as text but must be code
im just making the menu but hope to bet it to work
this is that part i need to put in the file menu data

Code: Select all

<FORM method=GET action='http://www.google.com/custom'>
<TABLE bgcolor='#FFFFFF'><tr><td nowrap='nowrap' valign='top' align='center' height='32'>
<A href="http://websites.milonic.com/google.com/'>
<IMG SRC='http://www.google.com/logos/Logo_25wht.gif' border=0 ALT='Google' align='absmiddle'></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value=''>
<INPUT type=submit name=sa VALUE='Zoeken'>
<input type=hidden name=client value='pub-0010994296424294'>
<input type=hidden name=forid value='1'>
<input type=hidden name=ie value='ISO-8859-1'>
<input type=hidden name=oe value='ISO-8859-1'>
<input type=hidden name=cof value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:000000;LC:000000;T:0000FF;GFNT:0000FF;GIMP:0000FF;FORID:1;'>
<input type=hidden name=hl value='be'>
</td></tr></TABLE>
</FORM>
</center>
this is what i made

Code: Select all


aI("text=<FORM method=GET action='http://www.google.com/custom'><A href="http://websites.milonic.com/google.com/'><IMG SRC='http://www.google.com/logos/Logo_25wht.gif' border=0 ALT='Google' align='absmiddle'></A><INPUT TYPE=text name=q size=25 maxlength=255 value=''><br><INPUT type=submit name=sa VALUE='Zoeken'><input type=hidden name=client value='pub-0010994296424294'><input type=hidden name=forid value='1'><input type=hidden name=ie value='ISO-8859-1'><input type=hidden name=oe value='ISO-8859-1'><input type=hidden name=cof value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:000000;LC:000000;T:0000FF;GFNT:0000FF;GIMP:0000FF;FORID:1;'><input type=hidden name=hl value='be'></FORM>;");
what i do wrong
can some one make this please

patricia
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You can't use ' inside the aI string. Try this LINK which has information about putting forms in the menu.
And this is about putting the google SEARCH in the menu
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

You are missing type=form;

so after </form>;type=form;

although I suspect that last value might play havoc, hope not.

maz
patricia
Beginner
Beginner
Posts: 2
Joined: Fri Jun 18, 2004 12:39 pm

Post by patricia »

thank you
it helped
it is ok now

patricia
Post Reply