Stop! Just stop talking and listen.
You, obviously, are completely free to do whatever you want with space on servers that you are paying for. However, it is very obvious that you have not grasped the basics of web applications, from design to security to general usage. If you want to create a page that will be hacked within 24 hours of it being exposed to the Web, that's your problem. If you don't, you have two choices:
- Learn, and I mean start-at-the-beginning learn
- Pay someone who has this knowledge
It's up to you.
The Perfect is the Enemy of the Good.
| [reply] |
Javascript is great for enhancing and automating webpages. I use javascript in almost every webpage I make however, this being a perl group, I thought I'd give a perl answer. Also, the script is already in perl and javascript, as I understand it, is local to the client. Java applets or servlets would be required to access/store data on the server that is not embedded in the webpage. In that case, I still think that perl is a faster/easier/better solution. | [reply] |