On 2004-04-19 03:11:03 -0500, Jerry Preston wrote:
> I am trying to figure out how and what is the best and simplest way to use
> mousover in a per script.  All I want to do is display some text data.  Any
> ideas?

It sounds like you want to use Perl as JavaScript.  You can't do that.
Either make you perl code output some JavaScript (which I know nothing
about) in the document or add a 'title' attribute on the element, like
eg.:

    <a href="doc.html" title="Popup description">link text</a>

The title attribute works on most HTML tags, but not all browsers use
them the same way.

Have a nice day
                                 Morten

-- 
http://m.mongers.org/ -- http://zentience.mongers.org/
__END__

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to