Gossamer Forum
Home : Products : DBMan : Discussions :

Calling a custom dbman routine from JavaScript

Quote Reply
Calling a custom dbman routine from JavaScript
Hi, everyone!

I wish to call a Perl subroutine from JavaScript.

I already do this with routines that are in <a href=""> tags and <input type="button" onClick=""> calls. However, the routine that I wish to call is part of a process logic flow, i.e., an event that is fired due to some logical conclusion as part of the business logic that is being implemented via JavaScript...the event is not as a result of a user's input on a form.

To be more specific, this is part of an Online Testing environment. The user takes a test online, and submits it. JavaScript is used to "grade" the test. If the user passes the test, I wish to update the database that the test has been passed. The update is initiated via the grading process done in JavaScript...not a user's mouse click of any kind.

Any words of insight will be most appreciated.

Thanks for your attention!

Jim

Subject Author Views Date
Thread Calling a custom dbman routine from JavaScript jim k foster 3828 Jun 23, 2000, 9:03 AM
Thread Re: Calling a custom dbman routine from JavaScript
ELB 3692 Jun 23, 2000, 10:22 AM
Thread Re: Calling a custom dbman routine from JavaScript
jim k foster 3696 Jun 26, 2000, 6:22 AM
Post Re: Calling a custom dbman routine (try 2)
ELB 3681 Jun 26, 2000, 3:45 PM