Mecanismo de Busca Simples (como usado no tdio)


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- busca simples, a partir do Google -->
  2. Pesquisar<br/>
  3. <form id="searchgog" action="http://www.google.com/search" method="get">
  4. <input id="search-box1" maxlength="255" value="" name="q" size="35" type="text"/>
  5. <input id="search-btn1" value="OK" type="submit"/><br/>
  6. <input checked value="http://idicbr.blogspot.com" name="sitesearch" type="checkbox"/> no blog apenas
  7. </form><br/>
  8.  
  9. <!-- pesquisa categoria no blogger -->
  10. Pesquisar categoria<br/>
  11. <form id="searchtag" action="/search " method="get">
  12. <input id="search-box2" maxlength="255" name="q" size="35" type="text"/>
  13. <input id="search-btn2" value="OK" type="submit"/>
  14. </form><br/>
  15.  
  16. <!-- assinar rss das postagens -->
  17.  
  18. <img src="http://4.bp.blogspot.com/_Ooc6mKWZPY8/SeMyd2DHDHI/AAAAAAAABgc/TuGsox0t-fs/s000/rss01.gif"/> <a href="http://idicbr.blogspot.com/feeds/posts/default">Assinar RSS das postagens</a><br/>
  19.  
  20. <!-- assinar blog por email via feedburner -->
  21. <br/>
  22. <form action="http://feedburner.google.com/fb/a/mailverify" target="popupwindow" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tdiofeed', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
  23. <p>ou digite seu email para assinar:</p>
  24. <input name="email" size="35" type="text"/>
  25. <input value="tdiofeed" name="uri" type="hidden"/>
  26. <input value="pt_BR" name="loc" type="hidden"/>
  27. <input value="OK" type="submit"/>
  28. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.