![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveusing setTimeout when using prototype
From: James Black <planiturthian@gmail.com>
Date: Tue Jan 31 2006 - 17:44:07 CET
I have an object, and I define the following:
processForm=function(inservleturl) {
processForm.prototype.submitForm2=function() {
processForm.prototype.submitForm=function() {
How can the submitForm function's setTimeout call submitStep2?
Thank you.
|