rfulk has asked for the wisdom of the Perl Monks concerning the following question:
While trying to make an interactive page mixing perl and javascript I have reached a problem. The problem is how to pass information to Javascript from Perl. I am using Perl to read a MySQL database to get information to populate the form with. This will eventually likely end up in an Oracle Database but I am guessing the issue won't change. In order to do some of the work I need to pass information so that the Javascript functions and such can read them. Is my only real option using hidden fields?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I send information to Javascript from perl?
by chip (Curate) on Jan 01, 2002 at 02:35 UTC | |
by Parham (Friar) on Jan 01, 2002 at 03:37 UTC |