whatwhatwhat
New Member
hey guys im in the process of making a really simple site, all i really need is the code for a similar "search bar" like the world famous imdb bar,
i love how it predicts/suggests what your going to say next so you can easily click on the completed title below... Advanced Search
obviously i want it to suggest my own "titles" which i can implement into the coding etc...
im pretty new the the website building world,
anyhelp would be very appreciated, many thanks!
superted x
p.s im building my site on iweb, eek! lol i know, but it really is quite simple...
all i have for a search bar atm is this
<form method="get" action="YOUR SITE HERE" />
<input type="text" name="Q" />
<input type="submit" value="Search" />
</form>
Which is aesthetically what i want it to look like, but quite clearly is useless atm
i love how it predicts/suggests what your going to say next so you can easily click on the completed title below... Advanced Search
obviously i want it to suggest my own "titles" which i can implement into the coding etc...
im pretty new the the website building world,
anyhelp would be very appreciated, many thanks!
superted x
p.s im building my site on iweb, eek! lol i know, but it really is quite simple...
all i have for a search bar atm is this
<form method="get" action="YOUR SITE HERE" />
<input type="text" name="Q" />
<input type="submit" value="Search" />
</form>
Which is aesthetically what i want it to look like, but quite clearly is useless atm