[WEB4LIB] RE: And now for something completely different!
Nancy Sosna Bohm
plum at ulink.net
Tue Jan 4 01:25:43 EST 2000
> I think it would be nice if you could add a "Close Window" link to
> the pop-ups.
Well (if MS Outlook doesn't add in some strange "file" thing when I send
this), in my main page I have:
<script language="javascript">
<!--hide
function alertClient() {
remoteWin = window.open("alert1.htm", "windowName",
'menubar=no,toolbar=no,left=320,top=240,width=200,height=150,resizable=no');
end hide-->
</script>
and then in alert1.htm I have:
<script language="javascript">
<!--hide
setTimeout('this.close()',3000)
end hide-->
</script>
More information about the Web4lib
mailing list