Forum: JavaScript / DHTML / AJAX Nov 24th, 2007 |
| Replies: 4 Views: 4,237 Hi, thanks for the replies,
I will try that code posted above. Thanks
The code is part of a webspace explorer system, each checkbox is given a value based on the path of the item being... |
Forum: JavaScript / DHTML / AJAX Nov 21st, 2007 |
| Replies: 4 Views: 4,237 Hello,
I am trying to print all the selected checkbox values to a textbox separated by commas (, ). However, the first value in the textbox always starts with a comma (, ) i.e. (, one, two, three)... |
Forum: Perl Nov 7th, 2007 |
| Replies: 10 Views: 5,246 Hi Kevin,
Your right, it does work!
However, if I try a different script which uses a range of Perl functions, it doesn't work, unless I declare use of CGI Standard. I've never ever tested a... |
Forum: Perl Nov 6th, 2007 |
| Replies: 10 Views: 5,246 Hello,
This problem was posted a long time ago, but I also run my Perl/CGI scripts from a 1and1 web server... The reason your script isn't working is because you must use CGI standard and some of... |