in reply to (jeffa) Re: Browser Manipulation
in thread Browser Manipulation

I agree all the way. Perl is wonderful for server-side programming but if you want to do something that directly involves client side controls, have Perl generate the JavaScript (or other native client side scripts) code as part of the document.
Just be aware that the client can see everything once it is loaded into the browser (don't put anything there that you don't want others to see)....... IMHO