Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q366, August 03, 2001 at 08:37:56:

You are here: irt.org | About | Feedback | 3045 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q366

Sent by
Mirko Plazotta on August 03, 2001 at 08:37:56:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
Try following function:

<script language="Javascript">
function windowclose() {
window.opener = 'another';
window.close();
}
</script>

<body onload="windowclose();">

...


Other feedback on 'irt.org FAQ Knowledge Base Q366' - show all

©2018 Martin Webb