I suspect that if an app were to be created that really allowed for "Drop
Down" menus that can be initiated via the "right" mouse key, the web app
would have to be a java app....

I've seen some web based java apps with this functionality, but never any
php/perl.. I didn't think python would be able to given that it is server
side, whereas a java web app, because of the shipped/downloadable components
could provide this kind of functionality..

-bruce


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf
Of alisonken1
Sent: Friday, May 05, 2006 9:04 AM
To: python-list@python.org
Subject: Re: Drop Down Menus...



Hello Bruce -

bruce wrote:
> Hi...
>
> Never used python, but I have a question regarding Drop Down Menus. Does
> Python allow me to create a website, that will permit the user to create
> Drop Down menus that can be initiated with the right mouse click? If it
can,
> is it fairly easy to implement?

If you are talking about client-side menu's, you should be looking at
Java or Java-Script.

Python is good at server-side scripting, but there is no >widely
installed< python interpreter on peoples browsers that would work,
whereas java and javascript are pretty much the standard in client-side
scripting in web browsers.

--
http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to