Hallo fload,
die function schule(--->Parameter<---) beinhaltet folgende zeile:
window.open("popup.asp", "", "width=500, height=50, left=80, top=80")
Hänge den Parameter schule an den Aufruf an:
window.open("popup.asp?schule=" + varSchule, "", "width=500, height=50, left=80, top=80");
wobei die Javascript-Variable varSchule den Name der Schule enthält.
sqlCommand = "SELECT * FROM schulliste WHERE schule=" & request("schule")
Grüße
Andreas
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)