You are here: irt.org | About | Feedback | 89 [ previous next ]
Feedback on:
JavaScript FAQ Knowledge Base
Sent by
Marc Weber on February 13, 1999 at 15:39:41:
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Hi Martin,
maybe I have an idea for
Q367 in 'windows':
----------------------------
<html>
<head>
<title>Neue Seite </title>
<script LANGUAGE="JavaScript">
function newBrowser()
{newBr=window.open('your_url.htm','newWin','toolbar=0,location=0,
directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=750,height=550')
}
</script>
</head>
<body>
<p>Hier ?ffnet sich ein <a href onClick="newBrowser()">neues Fenster</a> .</p>
</body>
</html>
--------------------------------
Not very nice, but should work
(well, in IE4..).
By the way: your FAQs are great!
Bye,
Marc
Other feedback on 'JavaScript FAQ Knowledge Base' - show all