oh.. sorry to forget to mentioned Perl ;-) ya.. you need to use Perl scripts to create the folder on your server..
Main Topics
Browse All TopicsHelo Experts,
As in the title i wanna add a folder (just a simple one, no need FolderTree). Then insert the folder name into the database(Mysql). Is it possible using javascipts to create this? For your information, im create an application such as the yahoo mail but i have problems on creating the add folder function and show it out. Im using Perl Language to create this application.
Thank you and your help is much appreciated. Please reply me as soon as posible. Thank you again
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>>it need javascripts combine with Perl since im doing the perl rite now. Am i correct?
Javascript can do nothing about creating folder, it may be useful for GUI and user navigation/ interfaction only, you definitely need a server side scripting language to do what you mentioned above.
Sorry, i'm got no Perl programming experience before, just do a google search maybe?
http://www.google.com/sear
regards
Business Accounts
Answer for Membership
by: ryancysPosted on 2004-10-20 at 01:38:56ID: 12355970
No, you need to use Server Side Scripting Language (Either like ASP, ASP.NET, JSP, PHP, ColdFusion, etc) to do as your info is saved in the server but not local.