Also, so sah der Script aus:
<script language="javascript">
<!--
Keyword = new Object();
Descrip = new Object();
Address = new Object();
Keyword[0] = 100
Keyword[1] = "winarius"
Descrip[1] = "Nein, jetzt explodiert nicht's. Hier findet Probeta Winarius statt"
Address[1] = "http://www.ihr-weg.de"
Keyword[2] = "google"
Descrip[2] = "So viel Arbeit für nicht's und wieder nicht's"
Address[2] = "http://www.google.de"
Keyword[3] = "bing"
Descrip[3] = "Microsft's Suchmaschine, aber leider noch im Beta Status"
Address[3] = "http://www.bing.de"
Keyword[4] = "aaron huber"
Descrip[4] = "No support on this Page. Webdesing bei Ralf Huber"
Address[4] = "http://www.aaron-huber.de"
// Datensatz!
function checkDatabase() {
var Found = false
var Ziel = window.prompt("Ihre Wunsch URI:", "[WAS KOMMT HIER HIN???]");
var Item = document.forms[0].searchfor.value.toLowerCase();
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,'
stats += 'scrollbars=yes,resizable=yes'
window.location = Ziel ("","",stats)
window.location.document.write("<HTML ondblclick='history.back()'><Head><Title>schnell, einfach, Winarius</Title></Head>");
window.location.document.write ("<Body><Body BGColor=white text=#c0c0c0 link=blue vlink=green alink=red><H2><Center><BR><BR><Font Face=Calibri>Ergebnis(e) zu "+Item+":</Center></H2>")
window.location.document.write ("<Font Size=3><B><Center></Center><HR width=70%></B></Font>");
for (var i=1; i <= Keyword[0]; i++) {
if(Item == Keyword[i]) {
Found = true;
window.location.document.write ("<BR><LI><Font Face=Calibri><Font Size=3><B>"+Descrip[i]+"</B> - <A HREF="+Address[i]+">Internetseite öffnen</A></Font>")
}
}
if(!Found)
window.location.document.write ("<Center><H4><Font Color=red>Die Datenbank ist leider noch nicht vollständig!</Center></H></Font>")
window.location.document.write ("<Form><Center>")
window.location.document.write ("<Center><Font Color=green>Sie möchten noch etwas Finden? Doppelklicken!</Font>")
window.location.document.write ("<BR>")
window.location.document.write ("</Center></Form></Body></HTML>")
}
// -->
</script>
Und dass war irgendwie nicht sehr Hilfreich...
Ich weiß nicht was jetzt noch fehlt hoffe die
Infos reichen aus, WinFreak