Search the Weather

The WeatherOnline Weather Search Tool helps you to find the weather you're looking for - from anywhere in the world and takes only seconds to install ! Simply cut and paste the source code below to your homepage


Kontinent:
Temperatur °C:  
Wetter:     


Quellcode:

<form method=GET action=
"https://www.weatheronline.de/cgi-app/weathersearch"
target="_top">
<font face="Arial,Helvetica" size="2">
<input type="hidden" name="SEITE" value="1">
<input type="hidden" name="LANG" value="de">
<table cellpadding="0" cellspacing="0" bgcolor="#cccccc">
<tr><td align="left">
<font face="Arial,Helvetica" size="2">
<b>Kontinent:</b> </td>
<td> <select name="CONT">
 <option value="alle">Gesamte Welt</option>
</select></td></tr>
<tr><td><b>Temperatur &deg;C:</b>&nbsp;&nbsp; </td>
<td> <select name="TEMP">
 <option value="-25">unter -25°</option>
 <option value="-20"> -25° ... -20°</option>
 <option value="-15"> -20° ... -15°</option>
 <option value="-10"> -15° ... -10°</option>
 <option value="-5"> -10° ... -5°</option>
 <option value="0"> -5° ... 0°</option>
 <option value="5"> 0° ... 5°</option>
 <option value="10"> 5° ... 10°</option>
 <option value="15"> 10° ... 15°</option>
 <option value="20"> 15° ... 20°</option>
 <option value="25"> 20° ... 25°</option>
 <option value="30"> 25° ... 30°</option>
 <option value="35"> 30° ... 35°</option>
 <option value="40"> 35° ... 40°</option>
 <option value="45">�ber 40°</option>
 <option value="..."></option>
</select></td></tr>
<tr><td><b>Wetter:</b>&nbsp;&nbsp; </td>
<td> <select name="WEATHER">
<option value="wolkenlos">beliebig</option>
<option value="heiter">wolkenlos</option>
<option value="bewolkt">heiter</option>
<option value="bedeckt">bew�lkt</option>
<option value="Schauer">bedeckt</option>
<option value="Regen">Schauer</option>
<option value="Gewitter">Regen</option>
<option value="Schnee">Gewitter</option>
<option value="Dunst">Schneefall</option>
<option value="Nebel">Dunst</option>
<option value="Rauch">Nebel</option>
<option value="-----">Rauch</option>
</select>
<input type=submit value="Go">
</font>
</td></tr></table>
</form>