On Tue, 2004-12-14 at 11:41 +1100, Cat wrote:
> Been using a cascading menu written in javascript but would like to
> convert this to perl so that on mouseover it drops down further
> options to click through.

If you want something on the client to change in response to an action
then you either need to have the browser visit a new URL and send back a
different webpage or use client side scripting.

While you could do this in client side Perl, the number of users who are
using Internet Explorer AND have the PerlScript plugin installed are
minimal (and the subject is off topic for this mailing list anyway).


-- 
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