Bing search BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Bing search BBCode

Post by BBCode Bot »

Bing search BBCode

Author: Dragoth
Description: Can be used to search with Bing
Image

BBCode:

Code: Select all

[BingSB][/BingSB]
HTML:

Code: Select all

<form method="get" action="http://www.bing.com/search">
<fieldset>
<input class="inputbox search tiny" size="25" name="q" type="text" value="Bing search" onclick="if(this.value=='Bing search')this.value='';" onblur="if(this.value=='')this.value='Bing search';" />
<input class="btnlite button2" value="Search" type="submit" />
</fieldset>
</form>
Helpline:

Code: Select all

Bing search bar: [BingSB][/BingSB]
Example:

Code: Select all

[BingSB][/BingSB]
Demo:
[bingsb][/bingsb]
Locked