folgendes script steht im head.
<script language="javascript>
function beammeup(scottie) {
if( scottie == "bla") {
window.open(.....
}
else
{
window.open(.....
}
</script>
das wird dann nach der Browser-PlugIn-Abfrage von Netscape oder von Internet Exploder mit entsprechenden
Variablen gefüttert ... NUR:
Wie rufe ich aus VBScript eben jene Funktion auf ?
<script language="vbscript">
..plug-check..
if bla <> 0 and bla <> 0 Then
beameup('flashandreal')
Else
beameup('html')
End if
</script>
haut ja irgendwie nicht so hin ....
cU!