Re: [cgiirc-general] Opening Notification Windows
Brought to you by:
dgl
|
From: Michael B. <Mic...@ma...> - 2003-10-13 15:06:50
|
Okay, got it working:
Added the following to fwindowlist.pm
function joinWindowOpen() {
open('/joinwindow.html');
}
and modified makeline() in main.pm to be this:
my $html2 = "parent.joinWindowOpen();" if $info->{type} eq 'join';
return $html2 . _func_out('witemaddtext', $target, $html . '<br>',
$info->{a\ctivity} || 0, 0);
##
The key was to NOT pass it to _func_out, not use the <script> tags, and
to add the semicolon to the end of the line.
--
Michael Bond
Professional Technologist
WVU Libraries
304-293-4040 ext: 4049
Mic...@ma...
|