My name is Karina Nagahama.
I'm working on Windows NT, Apache, Perl, mod_perl Oracle8 and DBI.
I'm making a homepage with mod_perl.
I'm working with mod_perl because I want to use the Apache::Session and the
DBI module.
The problem that I have is :
I wrote the homepage in a .pm file,and I'm working with buttons(html
buttons).
In order to execute 3 diferent events,
I set 3 buttons in the page.The buttons are written as :
<INPUT NAME="Seven" TYPE="Button" VALUE="Login" onClick="Login();">
<INPUT NAME="Seven" TYPE="Button" VALUE="ChangePsswrd"
onClick="ChangePsswrd();">
<INPUT NAME="Seven" TYPE="Button" VALUE="Cancel"
onClick="Cancel();">
I wanted to write events in mod_perl but when I click the buttons an error
comes.
I wrote the event as:
sub Login { }
Is there a way to execute the Onclick event of a button working with
Perl,Apache::Session and DBI?
Sorry for trouble you.
[EMAIL PROTECTED]