Sie sind hier:

vifamath 4U: Equipment

Suchformular in die eigene Webseite einbinden

Sie können auch auf Ihrer eigenen Internetseite ein vifamath-Sucheingabefeld einbinden. Fügen Sie dazu den folgenden HTML-Quellcode an der gewünschten Stelle in Ihr HTML-Dokument ein. Gesucht wird mit einer einfachen Gesamtsuche, einzelne Begriffe werden mit AND verknüpft.

 
<div style="background-color:#e8e8e8; color:#192d57; padding:10px;
  border:1px solid #192d57;">
<form action="http://vifamath.de/recherche/ergebnisse/" method="get">
  <label>
    <span style="font-weight:bold; color:#99b0dc;
      background-color:transparent;">vifa</span><span style="font-weight:bold;
      color:#265799; background-color:transparent;">math</span>-Gesamtsuche:<br />
  </label>
  <input name="query" size="30" value=""/>
  <input value="»" type="submit"/>
  <input name="request" value="wait" type="hidden"/>
  <input name="domain" value="Dome" type="hidden"/>
  <input name="dbgroup" value="vifamath" type="hidden"/>
  <input name="searchField" value="any" type="hidden"/>
  <input name="frame" value="VifaXML" type="hidden"/>
</form>
</div>

To top

 
 
<div style="background-color:white; color:#192d57; padding:10px;
  border:1px solid #192d57; width:280px;">
<form action="http://vifamath.de/recherche/ergebnisse/" method="get">
  <label>
    <img src="http://vifamath.de/fileadmin/download/vifamath_logo_200.jpg"
         alt="vifamath-Gesamtsuche:" title="vifamath-Gesamtsuche"/><br />
  </label>
  <input name="query" size="30" value=""/>
  <input value="»" type="submit"/>
  <input name="request" value="wait" type="hidden"/>
  <input name="domain" value="Dome" type="hidden"/>
  <input name="dbgroup" value="vifamath" type="hidden"/>
  <input name="searchField" value="any" type="hidden"/>
  <input name="frame" value="VifaXML" type="hidden"/>
</form>
</div>

To top

 
vifamath-Gesamtsuche:
 
<div style="background-color:white; color:#192d57; padding: 0 10px;
  border:1px solid #192d57;">
<table>
  <tr>
    <td>
      <img src="http://vifamath.de/fileadmin/download/vifamath_logo_200.jpg"
           alt="vifamath-Gesamtsuche:" title="vifamath-Gesamtsuche"/>
    </td>
    <td>
      <form action="http://vifamath.de/recherche/ergebnisse/" method="get">
        <input name="query" size="50" value=""/>
        <input value="»" type="submit"/>
        <input name="request" value="wait" type="hidden"/>
        <input name="domain" value="Dome" type="hidden"/>
        <input name="dbgroup" value="vifamath" type="hidden"/>
        <input name="searchField" value="any" type="hidden"/>
        <input name="frame" value="VifaXML" type="hidden"/>
      </form>
   </td>
  </tr>
</table>
</div>

To top