Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: JavaScript FAQ Knowledge Base

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.