On Mon November 3 2003 14:13, Danny Brow wrote:
> I should have stated that this is for a web app written in perl.  Not
> sure if this will make a difference.

It doesn't. mouse overs are a client-side issue, historically only done with 
javascript (unless you're using flash or a java applet or similar, but that's 
not a good idea if you don't need them), but nowadays CSS does more and more 
in the browser. There's no server-side way of doing this, except to send the 
client-side stuff. it's quite common for perl CGI apps to return javascript, 
either through modules or read-in and send from files or using here docs or 
however else.

HTH
Adam

-- 
-bash: cd: /dev/mouse: No such file or directory. Should I `killall -5 cat` ? 
(y or n)

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to