Thank you for your reply.
But I dont quite get it (I'm quite a newbie in javascript.....)
Let's say
function test()
{
test1();
test2();
test3();
}
Don't these these subroutines execute sequencialy like test1 is
called,then executed ,returned.And then test2 called,executed,returned
and finally test3?If not,at least they all should return their values
at the end,don't they?
I made a simple test but it turned out that only the *last* call
returns a value.I don't know why.
I'd like to combine these three subrotines,but these three all return
their own values.Then how can I merge them?
For example,I have three DIV's to fill when the page is loaded.
I need three distinctive javascript functions to return three sets of
strings to fill them.Then how would I use asynchoronous calls to do
this?
Thank you.
Regards,
QC.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---