in reply to Re: Re: Perl/CGI/Javascript Problem
in thread Perl/CGI/Javascript Problem

try this
span({-style => "background-color:gray;", # added comma -onClick => "launchwin()"}, # added ()
poj

Replies are listed 'Best First'.
Re: Re: Re: Re: Perl/CGI/Javascript Problem
by b310 (Scribe) on Mar 04, 2003 at 22:04 UTC
    Hi poj,

    Once again, I owe you a debt of thanks. Your suggestion worked. One of these days, I'm going to remember those commas.

    Thanks!