Hallo,
ich möchte mit JavaScript ein Fenster an einer bestimmten Stelle auf dem Schirm öffnen, und bisher mache ich das so:
LoginWindow = window.open(‚FrameSet.html‘,„LoginWindow“,‚toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,screenx=395,screeny=32,width=363,height=488‘);
das funktioniert aber nur in Netscape. Wie kann ich dasselbe im Microsoft Internetexplorer machen ?
danke Ralf
)